Shades of Spring Green #0AE77B
Tints of Spring Green #0AE77B
RGB
CMYK
RGB Variations
Color information
#0AE77B (or 0x0AE77B) is known color: Spring Green. HEX triplet: 0A, E7 and 7B. RGB value is (10,231,123). Sum of RGB (Red+Green+Blue) = 10+231+123=364 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 364); Green value is 231 (90.62% from 255 or 63.46% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE77B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE77B is #F51884. Grayscale: #989898. Windows color (decimal): -16062597 or 8120074. OLE color: 8120074.
HSL color Cylindrical-coordinate representation of color #0AE77B: hue angle of 150.68º 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 #0AE77B is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 231 | 123 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.09 |
| HSL | 150.68º | 0.92% | 0.47% | - |
| HSV(B) | 150.68º | 0.96% | 0.91% | - |
| XYZ | 32.28 | 58.65 | 28.36 | - |
| YUV | 152.61 | 111.28 | 26.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 231 | 123 | 0.96 | 0 | 0.47 | 0.09 | 150.68 | 0.92 | 0.47 |
| Hex | A | E7 | 7B | 60 | 0 | 2F | 9 | 97 | 5C | 2F |
| Octal | 12 | 347 | 173 | 140 | 0 | 57 | 11 | 227 | 134 | 57 |
| Binary | 1010 | 11100111 | 1111011 | 1100000 | 0 | 101111 | 1001 | 10010111 | 1011100 | 101111 |
Color Harmonies of #0AE77B
Complementary color
Monochromatic Colors of #0AE77B
Black with #0AE77B
Text Example
Text Example
White with #0AE77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE77B; }
p { color: rgb(10,231,123); }
H1.HeaderClassName
{
color: #0AE77B;
}
.AnyTagClassName
{
color: #0AE77B;
}
</style>
background-color css
<style>
a { background-color: #0AE77B; }
a { background-color: rgb(10,231,123); }
div.DivClassName
{
background-color: #0AE77B;
}
.BgClassName
{
background-color: #0AE77B;
}
</style>
border-color css
<style>
span { border-color: #0AE77B; }
span { border-color: rgb(10,231,123); }
td.TdClassName
{
border-color: #0AE77B;
}
.TagClassName
{
border-color: #0AE77B;
}
</style>