#0ADE7E

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

Shades of Spring Green #0ADE7E

Tints of Spring Green #0ADE7E

Color information

#0ADE7E (or 0x0ADE7E) is unknown color: approx Spring Green. HEX triplet: 0A, DE and 7E. RGB value is (10,222,126). Sum of RGB (Red+Green+Blue) = 10+222+126=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 222 (87.11% from 255 or 62.01% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADE7E is #F52181. Grayscale: #939393. Windows color (decimal): -16064898 or 8314378. OLE color: 8314378.

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

Color convert

RGB10222126-
CMYK0.9500.430.13
HSL152.83º91.38%45.49%-
HSV(B)152.83º95.5%87.06%-
XYZ30.0153.8128.54-
YUV147.67115.7629.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.79%
GREEN value IS 222 (87.11% from 255) = 62.01%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=2.79%
G=62.01%
B=35.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102221260.9500.430.13152.8391.3845.49
HexADE7E5F02BD995b2d
Octal123361761370531523113355
Binary1010110111101111110101111101010111101100110011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ADE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,222,126); }

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

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

 a { background-color: rgb(10,222,126); }

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

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

 span { border-color: rgb(10,222,126); }

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