Shades of Spring Green #10FA71
Tints of Spring Green #10FA71
RGB
CMYK
RGB Variations
Color information
#10FA71 (or 0x10FA71) is known color: Spring Green. HEX triplet: 10, FA and 71. RGB value is (16,250,113). Sum of RGB (Red+Green+Blue) = 16+250+113=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FA71 is #EF058E. Grayscale: #A4A4A4. Windows color (decimal): -15664527 or 7469584. OLE color: 7469584.
HSL color Cylindrical-coordinate representation of color #10FA71: hue angle of 144.87º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FA71 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 113 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.02 |
| HSL | 144.87º | 0.96% | 0.52% | - |
| HSV(B) | 144.87º | 0.94% | 0.98% | - |
| XYZ | 37.38 | 69.67 | 27.1 | - |
| YUV | 164.42 | 98.98 | 22.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 113 | 0.94 | 0 | 0.55 | 0.02 | 144.87 | 0.96 | 0.52 |
| Hex | 10 | FA | 71 | 5E | 0 | 37 | 2 | 91 | 60 | 34 |
| Octal | 20 | 372 | 161 | 136 | 0 | 67 | 2 | 221 | 140 | 64 |
| Binary | 10000 | 11111010 | 1110001 | 1011110 | 0 | 110111 | 10 | 10010001 | 1100000 | 110100 |
Color Harmonies of #10FA71
Complementary color
Monochromatic Colors of #10FA71
Black with #10FA71
Text Example
Text Example
White with #10FA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA71; }
p { color: rgb(16,250,113); }
H1.HeaderClassName
{
color: #10FA71;
}
.AnyTagClassName
{
color: #10FA71;
}
</style>
background-color css
<style>
a { background-color: #10FA71; }
a { background-color: rgb(16,250,113); }
div.DivClassName
{
background-color: #10FA71;
}
.BgClassName
{
background-color: #10FA71;
}
</style>
border-color css
<style>
span { border-color: #10FA71; }
span { border-color: rgb(16,250,113); }
td.TdClassName
{
border-color: #10FA71;
}
.TagClassName
{
border-color: #10FA71;
}
</style>