Shades of Spring Green #0AFE89
Tints of Spring Green #0AFE89
RGB
CMYK
RGB Variations
Color information
#0AFE89 (or 0x0AFE89) is known color: Spring Green. HEX triplet: 0A, FE and 89. RGB value is (10,254,137). Sum of RGB (Red+Green+Blue) = 10+254+137=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 254 (99.61% from 255 or 63.34% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE89 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFE89 is #F50176. Grayscale: #A7A7A7. Windows color (decimal): -16056695 or 9043466. OLE color: 9043466.
HSL color Cylindrical-coordinate representation of color #0AFE89: hue angle of 151.23º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFE89 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 137 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.00 |
| HSL | 151.23º | 0.99% | 0.52% | - |
| HSV(B) | 151.23º | 0.96% | 1% | - |
| XYZ | 40.08 | 72.75 | 35.6 | - |
| YUV | 167.71 | 110.66 | 15.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 137 | 0.96 | 0 | 0.46 | 0.00 | 151.23 | 0.99 | 0.52 |
| Hex | A | FE | 89 | 60 | 0 | 2E | 0 | 97 | 63 | 34 |
| Octal | 12 | 376 | 211 | 140 | 0 | 56 | 0 | 227 | 143 | 64 |
| Binary | 1010 | 11111110 | 10001001 | 1100000 | 0 | 101110 | 0 | 10010111 | 1100011 | 110100 |
Color Harmonies of #0AFE89
Complementary color
Monochromatic Colors of #0AFE89
Black with #0AFE89
Text Example
Text Example
White with #0AFE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFE89; }
p { color: rgb(10,254,137); }
H1.HeaderClassName
{
color: #0AFE89;
}
.AnyTagClassName
{
color: #0AFE89;
}
</style>
background-color css
<style>
a { background-color: #0AFE89; }
a { background-color: rgb(10,254,137); }
div.DivClassName
{
background-color: #0AFE89;
}
.BgClassName
{
background-color: #0AFE89;
}
</style>
border-color css
<style>
span { border-color: #0AFE89; }
span { border-color: rgb(10,254,137); }
td.TdClassName
{
border-color: #0AFE89;
}
.TagClassName
{
border-color: #0AFE89;
}
</style>