Shades of Spring Green #0AF97C
Tints of Spring Green #0AF97C
RGB
CMYK
RGB Variations
Color information
#0AF97C (or 0x0AF97C) is known color: Spring Green. HEX triplet: 0A, F9 and 7C. RGB value is (10,249,124). Sum of RGB (Red+Green+Blue) = 10+249+124=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 249 (97.66% from 255 or 65.01% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF97C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF97C is #F50683. Grayscale: #A3A3A3. Windows color (decimal): -16057988 or 8190218. OLE color: 8190218.
HSL color Cylindrical-coordinate representation of color #0AF97C: hue angle of 148.62º 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 #0AF97C is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 124 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.02 |
| HSL | 148.62º | 0.95% | 0.51% | - |
| HSV(B) | 148.62º | 0.96% | 0.98% | - |
| XYZ | 37.64 | 69.27 | 30.46 | - |
| YUV | 163.29 | 105.82 | 18.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 124 | 0.96 | 0 | 0.50 | 0.02 | 148.62 | 0.95 | 0.51 |
| Hex | A | F9 | 7C | 60 | 0 | 32 | 2 | 95 | 5F | 33 |
| Octal | 12 | 371 | 174 | 140 | 0 | 62 | 2 | 225 | 137 | 63 |
| Binary | 1010 | 11111001 | 1111100 | 1100000 | 0 | 110010 | 10 | 10010101 | 1011111 | 110011 |
Color Harmonies of #0AF97C
Complementary color
Monochromatic Colors of #0AF97C
Black with #0AF97C
Text Example
Text Example
White with #0AF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF97C; }
p { color: rgb(10,249,124); }
H1.HeaderClassName
{
color: #0AF97C;
}
.AnyTagClassName
{
color: #0AF97C;
}
</style>
background-color css
<style>
a { background-color: #0AF97C; }
a { background-color: rgb(10,249,124); }
div.DivClassName
{
background-color: #0AF97C;
}
.BgClassName
{
background-color: #0AF97C;
}
</style>
border-color css
<style>
span { border-color: #0AF97C; }
span { border-color: rgb(10,249,124); }
td.TdClassName
{
border-color: #0AF97C;
}
.TagClassName
{
border-color: #0AF97C;
}
</style>