Shades of Spring Green #0AEC74
Tints of Spring Green #0AEC74
RGB
CMYK
RGB Variations
Color information
#0AEC74 (or 0x0AEC74) is known color: Spring Green. HEX triplet: 0A, EC and 74. RGB value is (10,236,116). Sum of RGB (Red+Green+Blue) = 10+236+116=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 236 (92.58% from 255 or 65.19% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEC74 is #F5138B. Grayscale: #9A9A9A. Windows color (decimal): -16061324 or 7662602. OLE color: 7662602.
HSL color Cylindrical-coordinate representation of color #0AEC74: hue angle of 148.14º 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 #0AEC74 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 116 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.07 |
| HSL | 148.14º | 0.92% | 0.48% | - |
| HSV(B) | 148.14º | 0.96% | 0.93% | - |
| XYZ | 33.27 | 61.32 | 26.6 | - |
| YUV | 154.75 | 106.13 | 24.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 116 | 0.96 | 0 | 0.51 | 0.07 | 148.14 | 0.92 | 0.48 |
| Hex | A | EC | 74 | 60 | 0 | 33 | 7 | 94 | 5C | 30 |
| Octal | 12 | 354 | 164 | 140 | 0 | 63 | 7 | 224 | 134 | 60 |
| Binary | 1010 | 11101100 | 1110100 | 1100000 | 0 | 110011 | 111 | 10010100 | 1011100 | 110000 |
Color Harmonies of #0AEC74
Complementary color
Monochromatic Colors of #0AEC74
Black with #0AEC74
Text Example
Text Example
White with #0AEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEC74; }
p { color: rgb(10,236,116); }
H1.HeaderClassName
{
color: #0AEC74;
}
.AnyTagClassName
{
color: #0AEC74;
}
</style>
background-color css
<style>
a { background-color: #0AEC74; }
a { background-color: rgb(10,236,116); }
div.DivClassName
{
background-color: #0AEC74;
}
.BgClassName
{
background-color: #0AEC74;
}
</style>
border-color css
<style>
span { border-color: #0AEC74; }
span { border-color: rgb(10,236,116); }
td.TdClassName
{
border-color: #0AEC74;
}
.TagClassName
{
border-color: #0AEC74;
}
</style>