Shades of Spring Green #0AEC77
Tints of Spring Green #0AEC77
RGB
CMYK
RGB Variations
Color information
#0AEC77 (or 0x0AEC77) is known color: Spring Green. HEX triplet: 0A, EC and 77. RGB value is (10,236,119). Sum of RGB (Red+Green+Blue) = 10+236+119=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC77 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEC77 is #F51388. Grayscale: #9B9B9B. Windows color (decimal): -16061321 or 7859210. OLE color: 7859210.
HSL color Cylindrical-coordinate representation of color #0AEC77: hue angle of 148.94º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEC77 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 119 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.07 |
| HSL | 148.94º | 0.92% | 0.48% | - |
| HSV(B) | 148.94º | 0.96% | 0.93% | - |
| XYZ | 33.45 | 61.39 | 27.54 | - |
| YUV | 155.09 | 107.63 | 24.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 119 | 0.96 | 0 | 0.50 | 0.07 | 148.94 | 0.92 | 0.48 |
| Hex | A | EC | 77 | 60 | 0 | 32 | 7 | 95 | 5C | 30 |
| Octal | 12 | 354 | 167 | 140 | 0 | 62 | 7 | 225 | 134 | 60 |
| Binary | 1010 | 11101100 | 1110111 | 1100000 | 0 | 110010 | 111 | 10010101 | 1011100 | 110000 |
Color Harmonies of #0AEC77
Complementary color
Monochromatic Colors of #0AEC77
Black with #0AEC77
Text Example
Text Example
White with #0AEC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEC77; }
p { color: rgb(10,236,119); }
H1.HeaderClassName
{
color: #0AEC77;
}
.AnyTagClassName
{
color: #0AEC77;
}
</style>
background-color css
<style>
a { background-color: #0AEC77; }
a { background-color: rgb(10,236,119); }
div.DivClassName
{
background-color: #0AEC77;
}
.BgClassName
{
background-color: #0AEC77;
}
</style>
border-color css
<style>
span { border-color: #0AEC77; }
span { border-color: rgb(10,236,119); }
td.TdClassName
{
border-color: #0AEC77;
}
.TagClassName
{
border-color: #0AEC77;
}
</style>