Shades of Spring Green #0AF981
Tints of Spring Green #0AF981
RGB
CMYK
RGB Variations
Color information
#0AF981 (or 0x0AF981) is known color: Spring Green. HEX triplet: 0A, F9 and 81. RGB value is (10,249,129). Sum of RGB (Red+Green+Blue) = 10+249+129=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 249 (97.66% from 255 or 64.18% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF981 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF981 is #F5067E. Grayscale: #A4A4A4. Windows color (decimal): -16057983 or 8517898. OLE color: 8517898.
HSL color Cylindrical-coordinate representation of color #0AF981: hue angle of 149.87º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF981 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 129 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.02 |
| HSL | 149.87º | 0.95% | 0.51% | - |
| HSV(B) | 149.87º | 0.96% | 0.98% | - |
| XYZ | 37.96 | 69.4 | 32.16 | - |
| YUV | 163.86 | 108.32 | 18.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 129 | 0.96 | 0 | 0.48 | 0.02 | 149.87 | 0.95 | 0.51 |
| Hex | A | F9 | 81 | 60 | 0 | 30 | 2 | 96 | 5F | 33 |
| Octal | 12 | 371 | 201 | 140 | 0 | 60 | 2 | 226 | 137 | 63 |
| Binary | 1010 | 11111001 | 10000001 | 1100000 | 0 | 110000 | 10 | 10010110 | 1011111 | 110011 |
Color Harmonies of #0AF981
Complementary color
Monochromatic Colors of #0AF981
Black with #0AF981
Text Example
Text Example
White with #0AF981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF981; }
p { color: rgb(10,249,129); }
H1.HeaderClassName
{
color: #0AF981;
}
.AnyTagClassName
{
color: #0AF981;
}
</style>
background-color css
<style>
a { background-color: #0AF981; }
a { background-color: rgb(10,249,129); }
div.DivClassName
{
background-color: #0AF981;
}
.BgClassName
{
background-color: #0AF981;
}
</style>
border-color css
<style>
span { border-color: #0AF981; }
span { border-color: rgb(10,249,129); }
td.TdClassName
{
border-color: #0AF981;
}
.TagClassName
{
border-color: #0AF981;
}
</style>