Shades of Spring Green #0AFB76
Tints of Spring Green #0AFB76
RGB
CMYK
RGB Variations
Color information
#0AFB76 (or 0x0AFB76) is known color: Spring Green. HEX triplet: 0A, FB and 76. RGB value is (10,251,118). Sum of RGB (Red+Green+Blue) = 10+251+118=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 251 (98.44% from 255 or 66.23% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFB76 is #F50489. Grayscale: #A4A4A4. Windows color (decimal): -16057482 or 7797514. OLE color: 7797514.
HSL color Cylindrical-coordinate representation of color #0AFB76: hue angle of 146.89º degrees, saturation: 0.97, 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 #0AFB76 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 118 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.02 |
| HSL | 146.89º | 0.97% | 0.51% | - |
| HSV(B) | 146.89º | 0.96% | 0.98% | - |
| XYZ | 37.89 | 70.37 | 28.72 | - |
| YUV | 163.78 | 102.16 | 18.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 118 | 0.96 | 0 | 0.53 | 0.02 | 146.89 | 0.97 | 0.51 |
| Hex | A | FB | 76 | 60 | 0 | 35 | 2 | 93 | 61 | 33 |
| Octal | 12 | 373 | 166 | 140 | 0 | 65 | 2 | 223 | 141 | 63 |
| Binary | 1010 | 11111011 | 1110110 | 1100000 | 0 | 110101 | 10 | 10010011 | 1100001 | 110011 |
Color Harmonies of #0AFB76
Complementary color
Monochromatic Colors of #0AFB76
Black with #0AFB76
Text Example
Text Example
White with #0AFB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB76; }
p { color: rgb(10,251,118); }
H1.HeaderClassName
{
color: #0AFB76;
}
.AnyTagClassName
{
color: #0AFB76;
}
</style>
background-color css
<style>
a { background-color: #0AFB76; }
a { background-color: rgb(10,251,118); }
div.DivClassName
{
background-color: #0AFB76;
}
.BgClassName
{
background-color: #0AFB76;
}
</style>
border-color css
<style>
span { border-color: #0AFB76; }
span { border-color: rgb(10,251,118); }
td.TdClassName
{
border-color: #0AFB76;
}
.TagClassName
{
border-color: #0AFB76;
}
</style>