Shades of Spring Green #10F66D
Tints of Spring Green #10F66D
RGB
CMYK
RGB Variations
Color information
#10F66D (or 0x10F66D) is known color: Spring Green. HEX triplet: 10, F6 and 6D. RGB value is (16,246,109). Sum of RGB (Red+Green+Blue) = 16+246+109=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 246 (96.48% from 255 or 66.31% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 246 - color contains mainly: green. Hex color #10F66D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F66D is #EF0992. Grayscale: #A1A1A1. Windows color (decimal): -15665555 or 7206416. OLE color: 7206416.
HSL color Cylindrical-coordinate representation of color #10F66D: hue angle of 144.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F66D is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 246 | 109 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.04 |
| HSL | 144.26º | 0.93% | 0.51% | - |
| HSV(B) | 144.26º | 0.93% | 0.96% | - |
| XYZ | 35.93 | 67.13 | 25.53 | - |
| YUV | 161.61 | 98.3 | 24.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 246 | 109 | 0.93 | 0 | 0.56 | 0.04 | 144.26 | 0.93 | 0.51 |
| Hex | 10 | F6 | 6D | 5D | 0 | 38 | 4 | 90 | 5D | 33 |
| Octal | 20 | 366 | 155 | 135 | 0 | 70 | 4 | 220 | 135 | 63 |
| Binary | 10000 | 11110110 | 1101101 | 1011101 | 0 | 111000 | 100 | 10010000 | 1011101 | 110011 |
Color Harmonies of #10F66D
Complementary color
Monochromatic Colors of #10F66D
Black with #10F66D
Text Example
Text Example
White with #10F66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F66D; }
p { color: rgb(16,246,109); }
H1.HeaderClassName
{
color: #10F66D;
}
.AnyTagClassName
{
color: #10F66D;
}
</style>
background-color css
<style>
a { background-color: #10F66D; }
a { background-color: rgb(16,246,109); }
div.DivClassName
{
background-color: #10F66D;
}
.BgClassName
{
background-color: #10F66D;
}
</style>
border-color css
<style>
span { border-color: #10F66D; }
span { border-color: rgb(16,246,109); }
td.TdClassName
{
border-color: #10F66D;
}
.TagClassName
{
border-color: #10F66D;
}
</style>