Shades of Spring Green #10F16F
Tints of Spring Green #10F16F
RGB
CMYK
RGB Variations
Color information
#10F16F (or 0x10F16F) is known color: Spring Green. HEX triplet: 10, F1 and 6F. RGB value is (16,241,111). Sum of RGB (Red+Green+Blue) = 16+241+111=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #10F16F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F16F is #EF0E90. Grayscale: #9F9F9F. Windows color (decimal): -15666833 or 7336208. OLE color: 7336208.
HSL color Cylindrical-coordinate representation of color #10F16F: hue angle of 145.33º 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 #10F16F is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 111 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.05 |
| HSL | 145.33º | 0.89% | 0.5% | - |
| HSV(B) | 145.33º | 0.93% | 0.95% | - |
| XYZ | 34.54 | 64.17 | 25.6 | - |
| YUV | 158.91 | 100.96 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 111 | 0.93 | 0 | 0.54 | 0.05 | 145.33 | 0.89 | 0.5 |
| Hex | 10 | F1 | 6F | 5D | 0 | 36 | 5 | 91 | 59 | 32 |
| Octal | 20 | 361 | 157 | 135 | 0 | 66 | 5 | 221 | 131 | 62 |
| Binary | 10000 | 11110001 | 1101111 | 1011101 | 0 | 110110 | 101 | 10010001 | 1011001 | 110010 |
Color Harmonies of #10F16F
Complementary color
Monochromatic Colors of #10F16F
Black with #10F16F
Text Example
Text Example
White with #10F16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F16F; }
p { color: rgb(16,241,111); }
H1.HeaderClassName
{
color: #10F16F;
}
.AnyTagClassName
{
color: #10F16F;
}
</style>
background-color css
<style>
a { background-color: #10F16F; }
a { background-color: rgb(16,241,111); }
div.DivClassName
{
background-color: #10F16F;
}
.BgClassName
{
background-color: #10F16F;
}
</style>
border-color css
<style>
span { border-color: #10F16F; }
span { border-color: rgb(16,241,111); }
td.TdClassName
{
border-color: #10F16F;
}
.TagClassName
{
border-color: #10F16F;
}
</style>