Shades of Free Speech Green #10D90C
Tints of Free Speech Green #10D90C
RGB
CMYK
RGB Variations
Color information
#10D90C (or 0x10D90C) is known color: Free Speech Green. HEX triplet: 10, D9 and 0C. RGB value is (16,217,12). Sum of RGB (Red+Green+Blue) = 16+217+12=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 217 (85.16% from 255 or 88.57% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 217 - color contains mainly: green. Hex color #10D90C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D90C is #EF26F3. Grayscale: #868686. Windows color (decimal): -15673076 or 842000. OLE color: 842000.
HSL color Cylindrical-coordinate representation of color #10D90C: hue angle of 118.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10D90C is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 217 | 12 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.15 |
| HSL | 118.83º | 0.9% | 0.45% | - |
| HSV(B) | 118.83º | 0.94% | 0.85% | - |
| XYZ | 25.09 | 49.76 | 8.63 | - |
| YUV | 133.53 | 59.41 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 12 | 0.93 | 0 | 0.94 | 0.15 | 118.83 | 0.9 | 0.45 |
| Hex | 10 | D9 | C | 5D | 0 | 5E | F | 77 | 5A | 2D |
| Octal | 20 | 331 | 14 | 135 | 0 | 136 | 17 | 167 | 132 | 55 |
| Binary | 10000 | 11011001 | 1100 | 1011101 | 0 | 1011110 | 1111 | 1110111 | 1011010 | 101101 |
Color Harmonies of #10D90C
Complementary color
Monochromatic Colors of #10D90C
Black with #10D90C
Text Example
Text Example
White with #10D90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D90C; }
p { color: rgb(16,217,12); }
H1.HeaderClassName
{
color: #10D90C;
}
.AnyTagClassName
{
color: #10D90C;
}
</style>
background-color css
<style>
a { background-color: #10D90C; }
a { background-color: rgb(16,217,12); }
div.DivClassName
{
background-color: #10D90C;
}
.BgClassName
{
background-color: #10D90C;
}
</style>
border-color css
<style>
span { border-color: #10D90C; }
span { border-color: rgb(16,217,12); }
td.TdClassName
{
border-color: #10D90C;
}
.TagClassName
{
border-color: #10D90C;
}
</style>