Shades of Free Speech Green #10D811
Tints of Free Speech Green #10D811
RGB
CMYK
RGB Variations
Color information
#10D811 (or 0x10D811) is known color: Free Speech Green. HEX triplet: 10, D8 and 11. RGB value is (16,216,17). Sum of RGB (Red+Green+Blue) = 16+216+17=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 216 (84.77% from 255 or 86.75% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 216 - color contains mainly: green. Hex color #10D811 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D811 is #EF27EE. Grayscale: #868686. Windows color (decimal): -15673327 or 1169424. OLE color: 1169424.
HSL color Cylindrical-coordinate representation of color #10D811: hue angle of 120.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D811 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 17 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.15 |
| HSL | 120.3º | 0.86% | 0.45% | - |
| HSV(B) | 120.3º | 0.93% | 0.85% | - |
| XYZ | 24.87 | 49.26 | 8.73 | - |
| YUV | 133.51 | 62.24 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 17 | 0.93 | 0 | 0.92 | 0.15 | 120.3 | 0.86 | 0.45 |
| Hex | 10 | D8 | 11 | 5D | 0 | 5C | F | 78 | 56 | 2D |
| Octal | 20 | 330 | 21 | 135 | 0 | 134 | 17 | 170 | 126 | 55 |
| Binary | 10000 | 11011000 | 10001 | 1011101 | 0 | 1011100 | 1111 | 1111000 | 1010110 | 101101 |
Color Harmonies of #10D811
Complementary color
Monochromatic Colors of #10D811
Black with #10D811
Text Example
Text Example
White with #10D811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D811; }
p { color: rgb(16,216,17); }
H1.HeaderClassName
{
color: #10D811;
}
.AnyTagClassName
{
color: #10D811;
}
</style>
background-color css
<style>
a { background-color: #10D811; }
a { background-color: rgb(16,216,17); }
div.DivClassName
{
background-color: #10D811;
}
.BgClassName
{
background-color: #10D811;
}
</style>
border-color css
<style>
span { border-color: #10D811; }
span { border-color: rgb(16,216,17); }
td.TdClassName
{
border-color: #10D811;
}
.TagClassName
{
border-color: #10D811;
}
</style>