Shades of Free Speech Green #10D814
Tints of Free Speech Green #10D814
RGB
CMYK
RGB Variations
Color information
#10D814 (or 0x10D814) is known color: Free Speech Green. HEX triplet: 10, D8 and 14. RGB value is (16,216,20). Sum of RGB (Red+Green+Blue) = 16+216+20=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 216 (84.77% from 255 or 85.71% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 216 - color contains mainly: green. Hex color #10D814 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D814 is #EF27EB. Grayscale: #868686. Windows color (decimal): -15673324 or 1366032. OLE color: 1366032.
HSL color Cylindrical-coordinate representation of color #10D814: hue angle of 121.2º 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 #10D814 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 20 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.15 |
| HSL | 121.2º | 0.86% | 0.45% | - |
| HSV(B) | 121.2º | 0.93% | 0.85% | - |
| XYZ | 24.9 | 49.27 | 8.86 | - |
| YUV | 133.86 | 63.74 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 20 | 0.93 | 0 | 0.91 | 0.15 | 121.2 | 0.86 | 0.45 |
| Hex | 10 | D8 | 14 | 5D | 0 | 5B | F | 79 | 56 | 2D |
| Octal | 20 | 330 | 24 | 135 | 0 | 133 | 17 | 171 | 126 | 55 |
| Binary | 10000 | 11011000 | 10100 | 1011101 | 0 | 1011011 | 1111 | 1111001 | 1010110 | 101101 |
Color Harmonies of #10D814
Complementary color
Monochromatic Colors of #10D814
Black with #10D814
Text Example
Text Example
White with #10D814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D814; }
p { color: rgb(16,216,20); }
H1.HeaderClassName
{
color: #10D814;
}
.AnyTagClassName
{
color: #10D814;
}
</style>
background-color css
<style>
a { background-color: #10D814; }
a { background-color: rgb(16,216,20); }
div.DivClassName
{
background-color: #10D814;
}
.BgClassName
{
background-color: #10D814;
}
</style>
border-color css
<style>
span { border-color: #10D814; }
span { border-color: rgb(16,216,20); }
td.TdClassName
{
border-color: #10D814;
}
.TagClassName
{
border-color: #10D814;
}
</style>