Shades of Spring Green #0AEC6E
Tints of Spring Green #0AEC6E
RGB
CMYK
RGB Variations
Color information
#0AEC6E (or 0x0AEC6E) is known color: Spring Green. HEX triplet: 0A, EC and 6E. RGB value is (10,236,110). Sum of RGB (Red+Green+Blue) = 10+236+110=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 236 (92.58% from 255 or 66.29% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEC6E is #F51391. Grayscale: #9A9A9A. Windows color (decimal): -16061330 or 7269386. OLE color: 7269386.
HSL color Cylindrical-coordinate representation of color #0AEC6E: hue angle of 146.55º 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 #0AEC6E is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 110 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.07 |
| HSL | 146.55º | 0.92% | 0.48% | - |
| HSV(B) | 146.55º | 0.96% | 0.93% | - |
| XYZ | 32.94 | 61.18 | 24.83 | - |
| YUV | 154.06 | 103.13 | 25.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 110 | 0.96 | 0 | 0.53 | 0.07 | 146.55 | 0.92 | 0.48 |
| Hex | A | EC | 6E | 60 | 0 | 35 | 7 | 93 | 5C | 30 |
| Octal | 12 | 354 | 156 | 140 | 0 | 65 | 7 | 223 | 134 | 60 |
| Binary | 1010 | 11101100 | 1101110 | 1100000 | 0 | 110101 | 111 | 10010011 | 1011100 | 110000 |
Color Harmonies of #0AEC6E
Complementary color
Monochromatic Colors of #0AEC6E
Black with #0AEC6E
Text Example
Text Example
White with #0AEC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEC6E; }
p { color: rgb(10,236,110); }
H1.HeaderClassName
{
color: #0AEC6E;
}
.AnyTagClassName
{
color: #0AEC6E;
}
</style>
background-color css
<style>
a { background-color: #0AEC6E; }
a { background-color: rgb(10,236,110); }
div.DivClassName
{
background-color: #0AEC6E;
}
.BgClassName
{
background-color: #0AEC6E;
}
</style>
border-color css
<style>
span { border-color: #0AEC6E; }
span { border-color: rgb(10,236,110); }
td.TdClassName
{
border-color: #0AEC6E;
}
.TagClassName
{
border-color: #0AEC6E;
}
</style>