#0ADD79

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

Shades of Spring Green #0ADD79

Tints of Spring Green #0ADD79

Color information

#0ADD79 (or 0x0ADD79) is unknown color: approx Spring Green. HEX triplet: 0A, DD and 79. RGB value is (10,221,121). Sum of RGB (Red+Green+Blue) = 10+221+121=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADD79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADD79 is #F52286. Grayscale: #929292. Windows color (decimal): -16065159 or 7986442. OLE color: 7986442.

HSL color Cylindrical-coordinate representation of color #0ADD79: hue angle of 151.56º 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 #0ADD79 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB10221121-
CMYK0.9500.450.13
HSL151.56º91.34%45.29%-
HSV(B)151.56º95.48%86.67%-
XYZ29.4353.1626.8-
YUV146.51113.630.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.84%
GREEN value IS 221 (86.72% from 255) = 62.78%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=2.84%
G=62.78%
B=34.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102211210.9500.450.13151.5691.3445.29
HexADD795F02DD985b2d
Octal123351711370551523013355
Binary1010110111011111001101111101011011101100110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ADD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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