#0add77

Color #0ADD77 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #0ADD77

Tints of Spring Green #0ADD77

Color information

#0ADD77 (or 0x0ADD77) is unknown color: approx Spring Green. HEX triplet: 0A, DD and 77. RGB value is (10,221,119). Sum of RGB (Red+Green+Blue) = 10+221+119=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADD77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADD77 is #F52288. Grayscale: #929292. Windows color (decimal): -16065161 or 7855370. OLE color: 7855370.

HSL color Cylindrical-coordinate representation of color #0ADD77: hue angle of 151º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADD77 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB10221119-
CMYK0.9500.460.13
HSL151º91.34%45.29%-
HSV(B)151º95.48%86.67%-
XYZ29.3153.1126.16-
YUV146.28112.630.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 2.86%
GREEN value IS 221 (86.72% from 255) = 63.14%
BLUE value IS 119 (46.88% from 255) = 34%
R=2.86%
G=63.14%
B=34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102211190.9500.460.1315191.3445.29
HexADD775F02ED975b2d
Octal123351671370561522713355
Binary1010110111011110111101111101011101101100101111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0add77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0add77; }

 p { color: rgb(10,221,119); }

 H1.HeaderClassName
 {
   color: #0add77;
 }
 .AnyTagClassName
 {
   color: #0add77;
 }
</style>
background-color css

<style>
 a { background-color: #0add77; }

 a { background-color: rgb(10,221,119); }

 div.DivClassName
 {
   background-color: #0add77;
 }
 .BgClassName
 {
   background-color: #0add77;
 }
</style>
border-color css

<style>
 span { border-color: #0add77; }

 span { border-color: rgb(10,221,119); }

 td.TdClassName
 {
   border-color: #0add77;
 }
 .TagClassName
 {
   border-color: #0add77;
 }
</style>