Shades of Spring Green #0AE07C
Tints of Spring Green #0AE07C
RGB
CMYK
RGB Variations
Color information
#0AE07C (or 0x0AE07C) is known color: Spring Green. HEX triplet: 0A, E0 and 7C. RGB value is (10,224,124). Sum of RGB (Red+Green+Blue) = 10+224+124=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE07C is #F51F83. Grayscale: #949494. Windows color (decimal): -16064388 or 8183818. OLE color: 8183818.
HSL color Cylindrical-coordinate representation of color #0AE07C: hue angle of 151.96º 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 #0AE07C is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 124 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.12 |
| HSL | 151.96º | 0.91% | 0.46% | - |
| HSV(B) | 151.96º | 0.96% | 0.88% | - |
| XYZ | 30.42 | 54.83 | 28.05 | - |
| YUV | 148.61 | 114.1 | 29.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 124 | 0.96 | 0 | 0.45 | 0.12 | 151.96 | 0.91 | 0.46 |
| Hex | A | E0 | 7C | 60 | 0 | 2D | C | 98 | 5B | 2E |
| Octal | 12 | 340 | 174 | 140 | 0 | 55 | 14 | 230 | 133 | 56 |
| Binary | 1010 | 11100000 | 1111100 | 1100000 | 0 | 101101 | 1100 | 10011000 | 1011011 | 101110 |
Color Harmonies of #0AE07C
Complementary color
Monochromatic Colors of #0AE07C
Black with #0AE07C
Text Example
Text Example
White with #0AE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE07C; }
p { color: rgb(10,224,124); }
H1.HeaderClassName
{
color: #0AE07C;
}
.AnyTagClassName
{
color: #0AE07C;
}
</style>
background-color css
<style>
a { background-color: #0AE07C; }
a { background-color: rgb(10,224,124); }
div.DivClassName
{
background-color: #0AE07C;
}
.BgClassName
{
background-color: #0AE07C;
}
</style>
border-color css
<style>
span { border-color: #0AE07C; }
span { border-color: rgb(10,224,124); }
td.TdClassName
{
border-color: #0AE07C;
}
.TagClassName
{
border-color: #0AE07C;
}
</style>