Shades of Spring Green #0AFA7C
Tints of Spring Green #0AFA7C
RGB
CMYK
RGB Variations
Color information
#0AFA7C (or 0x0AFA7C) is known color: Spring Green. HEX triplet: 0A, FA and 7C. RGB value is (10,250,124). Sum of RGB (Red+Green+Blue) = 10+250+124=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA7C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFA7C is #F50583. Grayscale: #A4A4A4. Windows color (decimal): -16057732 or 8190474. OLE color: 8190474.
HSL color Cylindrical-coordinate representation of color #0AFA7C: hue angle of 148.5º degrees, saturation: 0.96, 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 #0AFA7C is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 124 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.02 |
| HSL | 148.5º | 0.96% | 0.51% | - |
| HSV(B) | 148.5º | 0.96% | 0.98% | - |
| XYZ | 37.95 | 69.89 | 30.56 | - |
| YUV | 163.88 | 105.49 | 18.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 124 | 0.96 | 0 | 0.50 | 0.02 | 148.5 | 0.96 | 0.51 |
| Hex | A | FA | 7C | 60 | 0 | 32 | 2 | 94 | 60 | 33 |
| Octal | 12 | 372 | 174 | 140 | 0 | 62 | 2 | 224 | 140 | 63 |
| Binary | 1010 | 11111010 | 1111100 | 1100000 | 0 | 110010 | 10 | 10010100 | 1100000 | 110011 |
Color Harmonies of #0AFA7C
Complementary color
Monochromatic Colors of #0AFA7C
Black with #0AFA7C
Text Example
Text Example
White with #0AFA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFA7C; }
p { color: rgb(10,250,124); }
H1.HeaderClassName
{
color: #0AFA7C;
}
.AnyTagClassName
{
color: #0AFA7C;
}
</style>
background-color css
<style>
a { background-color: #0AFA7C; }
a { background-color: rgb(10,250,124); }
div.DivClassName
{
background-color: #0AFA7C;
}
.BgClassName
{
background-color: #0AFA7C;
}
</style>
border-color css
<style>
span { border-color: #0AFA7C; }
span { border-color: rgb(10,250,124); }
td.TdClassName
{
border-color: #0AFA7C;
}
.TagClassName
{
border-color: #0AFA7C;
}
</style>