Shades of Spring Green #10FA75
Tints of Spring Green #10FA75
RGB
CMYK
RGB Variations
Color information
#10FA75 (or 0x10FA75) is known color: Spring Green. HEX triplet: 10, FA and 75. RGB value is (16,250,117). Sum of RGB (Red+Green+Blue) = 16+250+117=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 250 (98.05% from 255 or 65.27% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FA75 is #EF058A. Grayscale: #A5A5A5. Windows color (decimal): -15664523 or 7731728. OLE color: 7731728.
HSL color Cylindrical-coordinate representation of color #10FA75: hue angle of 145.9º 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 #10FA75 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 117 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.02 |
| HSL | 145.9º | 0.96% | 0.52% | - |
| HSV(B) | 145.9º | 0.94% | 0.98% | - |
| XYZ | 37.61 | 69.77 | 28.31 | - |
| YUV | 164.87 | 100.98 | 21.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 117 | 0.94 | 0 | 0.53 | 0.02 | 145.9 | 0.96 | 0.52 |
| Hex | 10 | FA | 75 | 5E | 0 | 35 | 2 | 92 | 60 | 34 |
| Octal | 20 | 372 | 165 | 136 | 0 | 65 | 2 | 222 | 140 | 64 |
| Binary | 10000 | 11111010 | 1110101 | 1011110 | 0 | 110101 | 10 | 10010010 | 1100000 | 110100 |
Color Harmonies of #10FA75
Complementary color
Monochromatic Colors of #10FA75
Black with #10FA75
Text Example
Text Example
White with #10FA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA75; }
p { color: rgb(16,250,117); }
H1.HeaderClassName
{
color: #10FA75;
}
.AnyTagClassName
{
color: #10FA75;
}
</style>
background-color css
<style>
a { background-color: #10FA75; }
a { background-color: rgb(16,250,117); }
div.DivClassName
{
background-color: #10FA75;
}
.BgClassName
{
background-color: #10FA75;
}
</style>
border-color css
<style>
span { border-color: #10FA75; }
span { border-color: rgb(16,250,117); }
td.TdClassName
{
border-color: #10FA75;
}
.TagClassName
{
border-color: #10FA75;
}
</style>