Shades of Spring Green #10F171
Tints of Spring Green #10F171
RGB
CMYK
RGB Variations
Color information
#10F171 (or 0x10F171) is known color: Spring Green. HEX triplet: 10, F1 and 71. RGB value is (16,241,113). Sum of RGB (Red+Green+Blue) = 16+241+113=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #10F171 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F171 is #EF0E8E. Grayscale: #9F9F9F. Windows color (decimal): -15666831 or 7467280. OLE color: 7467280.
HSL color Cylindrical-coordinate representation of color #10F171: hue angle of 145.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F171 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 113 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.05 |
| HSL | 145.87º | 0.89% | 0.5% | - |
| HSV(B) | 145.87º | 0.93% | 0.95% | - |
| XYZ | 34.65 | 64.21 | 26.19 | - |
| YUV | 159.13 | 101.96 | 25.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 113 | 0.93 | 0 | 0.53 | 0.05 | 145.87 | 0.89 | 0.5 |
| Hex | 10 | F1 | 71 | 5D | 0 | 35 | 5 | 92 | 59 | 32 |
| Octal | 20 | 361 | 161 | 135 | 0 | 65 | 5 | 222 | 131 | 62 |
| Binary | 10000 | 11110001 | 1110001 | 1011101 | 0 | 110101 | 101 | 10010010 | 1011001 | 110010 |
Color Harmonies of #10F171
Complementary color
Monochromatic Colors of #10F171
Black with #10F171
Text Example
Text Example
White with #10F171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F171; }
p { color: rgb(16,241,113); }
H1.HeaderClassName
{
color: #10F171;
}
.AnyTagClassName
{
color: #10F171;
}
</style>
background-color css
<style>
a { background-color: #10F171; }
a { background-color: rgb(16,241,113); }
div.DivClassName
{
background-color: #10F171;
}
.BgClassName
{
background-color: #10F171;
}
</style>
border-color css
<style>
span { border-color: #10F171; }
span { border-color: rgb(16,241,113); }
td.TdClassName
{
border-color: #10F171;
}
.TagClassName
{
border-color: #10F171;
}
</style>