Shades of Spring Green #0AE079
Tints of Spring Green #0AE079
RGB
CMYK
RGB Variations
Color information
#0AE079 (or 0x0AE079) is known color: Spring Green. HEX triplet: 0A, E0 and 79. RGB value is (10,224,121). Sum of RGB (Red+Green+Blue) = 10+224+121=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE079 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE079 is #F51F86. Grayscale: #949494. Windows color (decimal): -16064391 or 7987210. OLE color: 7987210.
HSL color Cylindrical-coordinate representation of color #0AE079: hue angle of 151.12º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE079 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 121 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.12 |
| HSL | 151.12º | 0.91% | 0.46% | - |
| HSV(B) | 151.12º | 0.96% | 0.88% | - |
| XYZ | 30.23 | 54.76 | 27.06 | - |
| YUV | 148.27 | 112.6 | 29.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 121 | 0.96 | 0 | 0.46 | 0.12 | 151.12 | 0.91 | 0.46 |
| Hex | A | E0 | 79 | 60 | 0 | 2E | C | 97 | 5B | 2E |
| Octal | 12 | 340 | 171 | 140 | 0 | 56 | 14 | 227 | 133 | 56 |
| Binary | 1010 | 11100000 | 1111001 | 1100000 | 0 | 101110 | 1100 | 10010111 | 1011011 | 101110 |
Color Harmonies of #0AE079
Complementary color
Monochromatic Colors of #0AE079
Black with #0AE079
Text Example
Text Example
White with #0AE079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE079; }
p { color: rgb(10,224,121); }
H1.HeaderClassName
{
color: #0AE079;
}
.AnyTagClassName
{
color: #0AE079;
}
</style>
background-color css
<style>
a { background-color: #0AE079; }
a { background-color: rgb(10,224,121); }
div.DivClassName
{
background-color: #0AE079;
}
.BgClassName
{
background-color: #0AE079;
}
</style>
border-color css
<style>
span { border-color: #0AE079; }
span { border-color: rgb(10,224,121); }
td.TdClassName
{
border-color: #0AE079;
}
.TagClassName
{
border-color: #0AE079;
}
</style>