Shades of Spring Green #0AF984
Tints of Spring Green #0AF984
RGB
CMYK
RGB Variations
Color information
#0AF984 (or 0x0AF984) is known color: Spring Green. HEX triplet: 0A, F9 and 84. RGB value is (10,249,132). Sum of RGB (Red+Green+Blue) = 10+249+132=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 249 (97.66% from 255 or 63.68% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF984 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF984 is #F5067B. Grayscale: #A4A4A4. Windows color (decimal): -16057980 or 8714506. OLE color: 8714506.
HSL color Cylindrical-coordinate representation of color #0AF984: hue angle of 150.63º 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 #0AF984 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 132 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.02 |
| HSL | 150.63º | 0.95% | 0.51% | - |
| HSV(B) | 150.63º | 0.96% | 0.98% | - |
| XYZ | 38.17 | 69.48 | 33.23 | - |
| YUV | 164.2 | 109.82 | 18.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 132 | 0.96 | 0 | 0.47 | 0.02 | 150.63 | 0.95 | 0.51 |
| Hex | A | F9 | 84 | 60 | 0 | 2F | 2 | 97 | 5F | 33 |
| Octal | 12 | 371 | 204 | 140 | 0 | 57 | 2 | 227 | 137 | 63 |
| Binary | 1010 | 11111001 | 10000100 | 1100000 | 0 | 101111 | 10 | 10010111 | 1011111 | 110011 |
Color Harmonies of #0AF984
Complementary color
Monochromatic Colors of #0AF984
Black with #0AF984
Text Example
Text Example
White with #0AF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF984; }
p { color: rgb(10,249,132); }
H1.HeaderClassName
{
color: #0AF984;
}
.AnyTagClassName
{
color: #0AF984;
}
</style>
background-color css
<style>
a { background-color: #0AF984; }
a { background-color: rgb(10,249,132); }
div.DivClassName
{
background-color: #0AF984;
}
.BgClassName
{
background-color: #0AF984;
}
</style>
border-color css
<style>
span { border-color: #0AF984; }
span { border-color: rgb(10,249,132); }
td.TdClassName
{
border-color: #0AF984;
}
.TagClassName
{
border-color: #0AF984;
}
</style>