Shades of Spring Green #10FC76
Tints of Spring Green #10FC76
RGB
CMYK
RGB Variations
Color information
#10FC76 (or 0x10FC76) is known color: Spring Green. HEX triplet: 10, FC and 76. RGB value is (16,252,118). Sum of RGB (Red+Green+Blue) = 16+252+118=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 252 (98.83% from 255 or 65.28% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FC76 is #EF0389. Grayscale: #A6A6A6. Windows color (decimal): -15664010 or 7797776. OLE color: 7797776.
HSL color Cylindrical-coordinate representation of color #10FC76: hue angle of 145.93º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FC76 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 118 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.01 |
| HSL | 145.93º | 0.98% | 0.53% | - |
| HSV(B) | 145.93º | 0.94% | 0.99% | - |
| XYZ | 38.29 | 71.04 | 28.83 | - |
| YUV | 166.16 | 100.81 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 118 | 0.94 | 0 | 0.53 | 0.01 | 145.93 | 0.98 | 0.53 |
| Hex | 10 | FC | 76 | 5E | 0 | 35 | 1 | 92 | 62 | 35 |
| Octal | 20 | 374 | 166 | 136 | 0 | 65 | 1 | 222 | 142 | 65 |
| Binary | 10000 | 11111100 | 1110110 | 1011110 | 0 | 110101 | 1 | 10010010 | 1100010 | 110101 |
Color Harmonies of #10FC76
Complementary color
Monochromatic Colors of #10FC76
Black with #10FC76
Text Example
Text Example
White with #10FC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FC76; }
p { color: rgb(16,252,118); }
H1.HeaderClassName
{
color: #10FC76;
}
.AnyTagClassName
{
color: #10FC76;
}
</style>
background-color css
<style>
a { background-color: #10FC76; }
a { background-color: rgb(16,252,118); }
div.DivClassName
{
background-color: #10FC76;
}
.BgClassName
{
background-color: #10FC76;
}
</style>
border-color css
<style>
span { border-color: #10FC76; }
span { border-color: rgb(16,252,118); }
td.TdClassName
{
border-color: #10FC76;
}
.TagClassName
{
border-color: #10FC76;
}
</style>