Shades of Spring Green #10F172
Tints of Spring Green #10F172
RGB
CMYK
RGB Variations
Color information
#10F172 (or 0x10F172) is known color: Spring Green. HEX triplet: 10, F1 and 72. RGB value is (16,241,114). Sum of RGB (Red+Green+Blue) = 16+241+114=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #10F172 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F172 is #EF0E8D. Grayscale: #9F9F9F. Windows color (decimal): -15666830 or 7532816. OLE color: 7532816.
HSL color Cylindrical-coordinate representation of color #10F172: hue angle of 146.13º 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 #10F172 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 114 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.05 |
| HSL | 146.13º | 0.89% | 0.5% | - |
| HSV(B) | 146.13º | 0.93% | 0.95% | - |
| XYZ | 34.71 | 64.24 | 26.49 | - |
| YUV | 159.25 | 102.46 | 25.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 114 | 0.93 | 0 | 0.53 | 0.05 | 146.13 | 0.89 | 0.5 |
| Hex | 10 | F1 | 72 | 5D | 0 | 35 | 5 | 92 | 59 | 32 |
| Octal | 20 | 361 | 162 | 135 | 0 | 65 | 5 | 222 | 131 | 62 |
| Binary | 10000 | 11110001 | 1110010 | 1011101 | 0 | 110101 | 101 | 10010010 | 1011001 | 110010 |
Color Harmonies of #10F172
Complementary color
Monochromatic Colors of #10F172
Black with #10F172
Text Example
Text Example
White with #10F172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F172; }
p { color: rgb(16,241,114); }
H1.HeaderClassName
{
color: #10F172;
}
.AnyTagClassName
{
color: #10F172;
}
</style>
background-color css
<style>
a { background-color: #10F172; }
a { background-color: rgb(16,241,114); }
div.DivClassName
{
background-color: #10F172;
}
.BgClassName
{
background-color: #10F172;
}
</style>
border-color css
<style>
span { border-color: #10F172; }
span { border-color: rgb(16,241,114); }
td.TdClassName
{
border-color: #10F172;
}
.TagClassName
{
border-color: #10F172;
}
</style>