Shades of Spring Green #0AFC75
Tints of Spring Green #0AFC75
RGB
CMYK
RGB Variations
Color information
#0AFC75 (or 0x0AFC75) is known color: Spring Green. HEX triplet: 0A, FC and 75. RGB value is (10,252,117). Sum of RGB (Red+Green+Blue) = 10+252+117=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 252 (98.83% from 255 or 66.49% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFC75 is #F5038A. Grayscale: #A4A4A4. Windows color (decimal): -16057227 or 7732234. OLE color: 7732234.
HSL color Cylindrical-coordinate representation of color #0AFC75: hue angle of 146.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFC75 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 117 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.01 |
| HSL | 146.53º | 0.98% | 0.51% | - |
| HSV(B) | 146.53º | 0.96% | 0.99% | - |
| XYZ | 38.15 | 70.97 | 28.52 | - |
| YUV | 164.25 | 101.33 | 17.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 117 | 0.96 | 0 | 0.54 | 0.01 | 146.53 | 0.98 | 0.51 |
| Hex | A | FC | 75 | 60 | 0 | 36 | 1 | 93 | 62 | 33 |
| Octal | 12 | 374 | 165 | 140 | 0 | 66 | 1 | 223 | 142 | 63 |
| Binary | 1010 | 11111100 | 1110101 | 1100000 | 0 | 110110 | 1 | 10010011 | 1100010 | 110011 |
Color Harmonies of #0AFC75
Complementary color
Monochromatic Colors of #0AFC75
Black with #0AFC75
Text Example
Text Example
White with #0AFC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFC75; }
p { color: rgb(10,252,117); }
H1.HeaderClassName
{
color: #0AFC75;
}
.AnyTagClassName
{
color: #0AFC75;
}
</style>
background-color css
<style>
a { background-color: #0AFC75; }
a { background-color: rgb(10,252,117); }
div.DivClassName
{
background-color: #0AFC75;
}
.BgClassName
{
background-color: #0AFC75;
}
</style>
border-color css
<style>
span { border-color: #0AFC75; }
span { border-color: rgb(10,252,117); }
td.TdClassName
{
border-color: #0AFC75;
}
.TagClassName
{
border-color: #0AFC75;
}
</style>