Shades of Spring Green #10FC6A
Tints of Spring Green #10FC6A
RGB
CMYK
RGB Variations
Color information
#10FC6A (or 0x10FC6A) is known color: Spring Green. HEX triplet: 10, FC and 6A. RGB value is (16,252,106). Sum of RGB (Red+Green+Blue) = 16+252+106=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 252 (98.83% from 255 or 67.38% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FC6A is #EF0395. Grayscale: #A5A5A5. Windows color (decimal): -15664022 or 7011344. OLE color: 7011344.
HSL color Cylindrical-coordinate representation of color #10FC6A: hue angle of 142.88º 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 #10FC6A is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 106 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.01 |
| HSL | 142.88º | 0.98% | 0.53% | - |
| HSV(B) | 142.88º | 0.94% | 0.99% | - |
| XYZ | 37.63 | 70.77 | 25.31 | - |
| YUV | 164.79 | 94.81 | 21.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 106 | 0.94 | 0 | 0.58 | 0.01 | 142.88 | 0.98 | 0.53 |
| Hex | 10 | FC | 6A | 5E | 0 | 3A | 1 | 8F | 62 | 35 |
| Octal | 20 | 374 | 152 | 136 | 0 | 72 | 1 | 217 | 142 | 65 |
| Binary | 10000 | 11111100 | 1101010 | 1011110 | 0 | 111010 | 1 | 10001111 | 1100010 | 110101 |
Color Harmonies of #10FC6A
Complementary color
Monochromatic Colors of #10FC6A
Black with #10FC6A
Text Example
Text Example
White with #10FC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FC6A; }
p { color: rgb(16,252,106); }
H1.HeaderClassName
{
color: #10FC6A;
}
.AnyTagClassName
{
color: #10FC6A;
}
</style>
background-color css
<style>
a { background-color: #10FC6A; }
a { background-color: rgb(16,252,106); }
div.DivClassName
{
background-color: #10FC6A;
}
.BgClassName
{
background-color: #10FC6A;
}
</style>
border-color css
<style>
span { border-color: #10FC6A; }
span { border-color: rgb(16,252,106); }
td.TdClassName
{
border-color: #10FC6A;
}
.TagClassName
{
border-color: #10FC6A;
}
</style>