Shades of Spring Green #10FC62
Tints of Spring Green #10FC62
RGB
CMYK
RGB Variations
Color information
#10FC62 (or 0x10FC62) is known color: Spring Green. HEX triplet: 10, FC and 62. RGB value is (16,252,98). Sum of RGB (Red+Green+Blue) = 16+252+98=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 252 (98.83% from 255 or 68.85% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC62 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FC62 is #EF039D. Grayscale: #A4A4A4. Windows color (decimal): -15664030 or 6487056. OLE color: 6487056.
HSL color Cylindrical-coordinate representation of color #10FC62: hue angle of 140.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FC62 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 98 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.01 |
| HSL | 140.85º | 0.98% | 0.53% | - |
| HSV(B) | 140.85º | 0.94% | 0.99% | - |
| XYZ | 37.23 | 70.61 | 23.22 | - |
| YUV | 163.88 | 90.81 | 22.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 98 | 0.94 | 0 | 0.61 | 0.01 | 140.85 | 0.98 | 0.53 |
| Hex | 10 | FC | 62 | 5E | 0 | 3D | 1 | 8D | 62 | 35 |
| Octal | 20 | 374 | 142 | 136 | 0 | 75 | 1 | 215 | 142 | 65 |
| Binary | 10000 | 11111100 | 1100010 | 1011110 | 0 | 111101 | 1 | 10001101 | 1100010 | 110101 |
Color Harmonies of #10FC62
Complementary color
Monochromatic Colors of #10FC62
Black with #10FC62
Text Example
Text Example
White with #10FC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FC62; }
p { color: rgb(16,252,98); }
H1.HeaderClassName
{
color: #10FC62;
}
.AnyTagClassName
{
color: #10FC62;
}
</style>
background-color css
<style>
a { background-color: #10FC62; }
a { background-color: rgb(16,252,98); }
div.DivClassName
{
background-color: #10FC62;
}
.BgClassName
{
background-color: #10FC62;
}
</style>
border-color css
<style>
span { border-color: #10FC62; }
span { border-color: rgb(16,252,98); }
td.TdClassName
{
border-color: #10FC62;
}
.TagClassName
{
border-color: #10FC62;
}
</style>