Shades of Spring Green #10F17C
Tints of Spring Green #10F17C
RGB
CMYK
RGB Variations
Color information
#10F17C (or 0x10F17C) is known color: Spring Green. HEX triplet: 10, F1 and 7C. RGB value is (16,241,124). Sum of RGB (Red+Green+Blue) = 16+241+124=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #10F17C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F17C is #EF0E83. Grayscale: #A0A0A0. Windows color (decimal): -15666820 or 8188176. OLE color: 8188176.
HSL color Cylindrical-coordinate representation of color #10F17C: hue angle of 148.8º 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 #10F17C is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 124 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.05 |
| HSL | 148.8º | 0.89% | 0.5% | - |
| HSV(B) | 148.8º | 0.93% | 0.95% | - |
| XYZ | 35.31 | 64.48 | 29.65 | - |
| YUV | 160.39 | 107.46 | 25.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 124 | 0.93 | 0 | 0.49 | 0.05 | 148.8 | 0.89 | 0.5 |
| Hex | 10 | F1 | 7C | 5D | 0 | 31 | 5 | 95 | 59 | 32 |
| Octal | 20 | 361 | 174 | 135 | 0 | 61 | 5 | 225 | 131 | 62 |
| Binary | 10000 | 11110001 | 1111100 | 1011101 | 0 | 110001 | 101 | 10010101 | 1011001 | 110010 |
Color Harmonies of #10F17C
Complementary color
Monochromatic Colors of #10F17C
Black with #10F17C
Text Example
Text Example
White with #10F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F17C; }
p { color: rgb(16,241,124); }
H1.HeaderClassName
{
color: #10F17C;
}
.AnyTagClassName
{
color: #10F17C;
}
</style>
background-color css
<style>
a { background-color: #10F17C; }
a { background-color: rgb(16,241,124); }
div.DivClassName
{
background-color: #10F17C;
}
.BgClassName
{
background-color: #10F17C;
}
</style>
border-color css
<style>
span { border-color: #10F17C; }
span { border-color: rgb(16,241,124); }
td.TdClassName
{
border-color: #10F17C;
}
.TagClassName
{
border-color: #10F17C;
}
</style>