Shades of Spring Green #0AF982
Tints of Spring Green #0AF982
RGB
CMYK
RGB Variations
Color information
#0AF982 (or 0x0AF982) is known color: Spring Green. HEX triplet: 0A, F9 and 82. RGB value is (10,249,130). Sum of RGB (Red+Green+Blue) = 10+249+130=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 249 (97.66% from 255 or 64.01% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF982 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF982 is #F5067D. Grayscale: #A4A4A4. Windows color (decimal): -16057982 or 8583434. OLE color: 8583434.
HSL color Cylindrical-coordinate representation of color #0AF982: hue angle of 150.13º 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 #0AF982 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 130 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.02 |
| HSL | 150.13º | 0.95% | 0.51% | - |
| HSV(B) | 150.13º | 0.96% | 0.98% | - |
| XYZ | 38.03 | 69.43 | 32.52 | - |
| YUV | 163.97 | 108.82 | 18.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 130 | 0.96 | 0 | 0.48 | 0.02 | 150.13 | 0.95 | 0.51 |
| Hex | A | F9 | 82 | 60 | 0 | 30 | 2 | 96 | 5F | 33 |
| Octal | 12 | 371 | 202 | 140 | 0 | 60 | 2 | 226 | 137 | 63 |
| Binary | 1010 | 11111001 | 10000010 | 1100000 | 0 | 110000 | 10 | 10010110 | 1011111 | 110011 |
Color Harmonies of #0AF982
Complementary color
Monochromatic Colors of #0AF982
Black with #0AF982
Text Example
Text Example
White with #0AF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF982; }
p { color: rgb(10,249,130); }
H1.HeaderClassName
{
color: #0AF982;
}
.AnyTagClassName
{
color: #0AF982;
}
</style>
background-color css
<style>
a { background-color: #0AF982; }
a { background-color: rgb(10,249,130); }
div.DivClassName
{
background-color: #0AF982;
}
.BgClassName
{
background-color: #0AF982;
}
</style>
border-color css
<style>
span { border-color: #0AF982; }
span { border-color: rgb(10,249,130); }
td.TdClassName
{
border-color: #0AF982;
}
.TagClassName
{
border-color: #0AF982;
}
</style>