Shades of Spring Green #10F06C
Tints of Spring Green #10F06C
RGB
CMYK
RGB Variations
Color information
#10F06C (or 0x10F06C) is known color: Spring Green. HEX triplet: 10, F0 and 6C. RGB value is (16,240,108). Sum of RGB (Red+Green+Blue) = 16+240+108=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #10F06C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F06C is #EF0F93. Grayscale: #9E9E9E. Windows color (decimal): -15667092 or 7139344. OLE color: 7139344.
HSL color Cylindrical-coordinate representation of color #10F06C: hue angle of 144.64º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F06C is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 108 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.06 |
| HSL | 144.64º | 0.88% | 0.5% | - |
| HSV(B) | 144.64º | 0.93% | 0.94% | - |
| XYZ | 34.08 | 63.51 | 24.65 | - |
| YUV | 157.98 | 99.79 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 108 | 0.93 | 0 | 0.55 | 0.06 | 144.64 | 0.88 | 0.5 |
| Hex | 10 | F0 | 6C | 5D | 0 | 37 | 6 | 91 | 58 | 32 |
| Octal | 20 | 360 | 154 | 135 | 0 | 67 | 6 | 221 | 130 | 62 |
| Binary | 10000 | 11110000 | 1101100 | 1011101 | 0 | 110111 | 110 | 10010001 | 1011000 | 110010 |
Color Harmonies of #10F06C
Complementary color
Monochromatic Colors of #10F06C
Black with #10F06C
Text Example
Text Example
White with #10F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F06C; }
p { color: rgb(16,240,108); }
H1.HeaderClassName
{
color: #10F06C;
}
.AnyTagClassName
{
color: #10F06C;
}
</style>
background-color css
<style>
a { background-color: #10F06C; }
a { background-color: rgb(16,240,108); }
div.DivClassName
{
background-color: #10F06C;
}
.BgClassName
{
background-color: #10F06C;
}
</style>
border-color css
<style>
span { border-color: #10F06C; }
span { border-color: rgb(16,240,108); }
td.TdClassName
{
border-color: #10F06C;
}
.TagClassName
{
border-color: #10F06C;
}
</style>