Shades of Spring Green #0AE96D
Tints of Spring Green #0AE96D
RGB
CMYK
RGB Variations
Color information
#0AE96D (or 0x0AE96D) is known color: Spring Green. HEX triplet: 0A, E9 and 6D. RGB value is (10,233,109). Sum of RGB (Red+Green+Blue) = 10+233+109=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 233 (91.41% from 255 or 66.19% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE96D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE96D is #F51692. Grayscale: #989898. Windows color (decimal): -16062099 or 7203082. OLE color: 7203082.
HSL color Cylindrical-coordinate representation of color #0AE96D: hue angle of 146.64º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE96D is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 233 | 109 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.09 |
| HSL | 146.64º | 0.92% | 0.48% | - |
| HSV(B) | 146.64º | 0.96% | 0.91% | - |
| XYZ | 32.02 | 59.45 | 24.25 | - |
| YUV | 152.19 | 103.62 | 26.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 233 | 109 | 0.96 | 0 | 0.53 | 0.09 | 146.64 | 0.92 | 0.48 |
| Hex | A | E9 | 6D | 60 | 0 | 35 | 9 | 93 | 5C | 30 |
| Octal | 12 | 351 | 155 | 140 | 0 | 65 | 11 | 223 | 134 | 60 |
| Binary | 1010 | 11101001 | 1101101 | 1100000 | 0 | 110101 | 1001 | 10010011 | 1011100 | 110000 |
Color Harmonies of #0AE96D
Complementary color
Monochromatic Colors of #0AE96D
Black with #0AE96D
Text Example
Text Example
White with #0AE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE96D; }
p { color: rgb(10,233,109); }
H1.HeaderClassName
{
color: #0AE96D;
}
.AnyTagClassName
{
color: #0AE96D;
}
</style>
background-color css
<style>
a { background-color: #0AE96D; }
a { background-color: rgb(10,233,109); }
div.DivClassName
{
background-color: #0AE96D;
}
.BgClassName
{
background-color: #0AE96D;
}
</style>
border-color css
<style>
span { border-color: #0AE96D; }
span { border-color: rgb(10,233,109); }
td.TdClassName
{
border-color: #0AE96D;
}
.TagClassName
{
border-color: #0AE96D;
}
</style>