Shades of Spring Green #0AE770
Tints of Spring Green #0AE770
RGB
CMYK
RGB Variations
Color information
#0AE770 (or 0x0AE770) is known color: Spring Green. HEX triplet: 0A, E7 and 70. RGB value is (10,231,112). Sum of RGB (Red+Green+Blue) = 10+231+112=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 231 (90.62% from 255 or 65.44% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE770 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE770 is #F5188F. Grayscale: #979797. Windows color (decimal): -16062608 or 7399178. OLE color: 7399178.
HSL color Cylindrical-coordinate representation of color #0AE770: hue angle of 147.69º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE770 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 231 | 112 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.09 |
| HSL | 147.69º | 0.92% | 0.47% | - |
| HSV(B) | 147.69º | 0.96% | 0.91% | - |
| XYZ | 31.63 | 58.39 | 24.93 | - |
| YUV | 151.36 | 105.78 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 231 | 112 | 0.96 | 0 | 0.52 | 0.09 | 147.69 | 0.92 | 0.47 |
| Hex | A | E7 | 70 | 60 | 0 | 34 | 9 | 94 | 5C | 2F |
| Octal | 12 | 347 | 160 | 140 | 0 | 64 | 11 | 224 | 134 | 57 |
| Binary | 1010 | 11100111 | 1110000 | 1100000 | 0 | 110100 | 1001 | 10010100 | 1011100 | 101111 |
Color Harmonies of #0AE770
Complementary color
Monochromatic Colors of #0AE770
Black with #0AE770
Text Example
Text Example
White with #0AE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE770; }
p { color: rgb(10,231,112); }
H1.HeaderClassName
{
color: #0AE770;
}
.AnyTagClassName
{
color: #0AE770;
}
</style>
background-color css
<style>
a { background-color: #0AE770; }
a { background-color: rgb(10,231,112); }
div.DivClassName
{
background-color: #0AE770;
}
.BgClassName
{
background-color: #0AE770;
}
</style>
border-color css
<style>
span { border-color: #0AE770; }
span { border-color: rgb(10,231,112); }
td.TdClassName
{
border-color: #0AE770;
}
.TagClassName
{
border-color: #0AE770;
}
</style>