Shades of Spring Green #0AEC76
Tints of Spring Green #0AEC76
RGB
CMYK
RGB Variations
Color information
#0AEC76 (or 0x0AEC76) is known color: Spring Green. HEX triplet: 0A, EC and 76. RGB value is (10,236,118). Sum of RGB (Red+Green+Blue) = 10+236+118=364 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 364); Green value is 236 (92.58% from 255 or 64.84% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEC76 is #F51389. Grayscale: #9B9B9B. Windows color (decimal): -16061322 or 7793674. OLE color: 7793674.
HSL color Cylindrical-coordinate representation of color #0AEC76: hue angle of 148.67º 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 #0AEC76 is Cyan = 0.96, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 118 | - |
| CMYK | 0.96 | 0 | 0.5 | 0.07 |
| HSL | 148.67º | 0.92% | 0.48% | - |
| HSV(B) | 148.67º | 0.96% | 0.93% | - |
| XYZ | 33.39 | 61.36 | 27.22 | - |
| YUV | 154.97 | 107.13 | 24.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 118 | 0.96 | 0 | 0.5 | 0.07 | 148.67 | 0.92 | 0.48 |
| Hex | A | EC | 76 | 60 | 0 | 32 | 7 | 95 | 5C | 30 |
| Octal | 12 | 354 | 166 | 140 | 0 | 62 | 7 | 225 | 134 | 60 |
| Binary | 1010 | 11101100 | 1110110 | 1100000 | 0 | 110010 | 111 | 10010101 | 1011100 | 110000 |
Color Harmonies of #0AEC76
Complementary color
Monochromatic Colors of #0AEC76
Black with #0AEC76
Text Example
Text Example
White with #0AEC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEC76; }
p { color: rgb(10,236,118); }
H1.HeaderClassName
{
color: #0AEC76;
}
.AnyTagClassName
{
color: #0AEC76;
}
</style>
background-color css
<style>
a { background-color: #0AEC76; }
a { background-color: rgb(10,236,118); }
div.DivClassName
{
background-color: #0AEC76;
}
.BgClassName
{
background-color: #0AEC76;
}
</style>
border-color css
<style>
span { border-color: #0AEC76; }
span { border-color: rgb(10,236,118); }
td.TdClassName
{
border-color: #0AEC76;
}
.TagClassName
{
border-color: #0AEC76;
}
</style>