Shades of Free Speech Green #1DDB14
Tints of Free Speech Green #1DDB14
RGB
CMYK
RGB Variations
Color information
#1DDB14 (or 0x1DDB14) is known color: Free Speech Green. HEX triplet: 1D, DB and 14. RGB value is (29,219,20). Sum of RGB (Red+Green+Blue) = 29+219+20=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 219 (85.94% from 255 or 81.72% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDB14 is #E224EB. Grayscale: #8C8C8C. Windows color (decimal): -14820588 or 1366813. OLE color: 1366813.
HSL color Cylindrical-coordinate representation of color #1DDB14: hue angle of 117.29º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DDB14 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 20 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.14 |
| HSL | 117.29º | 0.83% | 0.47% | - |
| HSV(B) | 117.29º | 0.91% | 0.86% | - |
| XYZ | 25.96 | 50.97 | 9.13 | - |
| YUV | 139.5 | 60.55 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 20 | 0.87 | 0 | 0.91 | 0.14 | 117.29 | 0.83 | 0.47 |
| Hex | 1D | DB | 14 | 57 | 0 | 5B | E | 75 | 53 | 2F |
| Octal | 35 | 333 | 24 | 127 | 0 | 133 | 16 | 165 | 123 | 57 |
| Binary | 11101 | 11011011 | 10100 | 1010111 | 0 | 1011011 | 1110 | 1110101 | 1010011 | 101111 |
Color Harmonies of #1DDB14
Complementary color
Monochromatic Colors of #1DDB14
Black with #1DDB14
Text Example
Text Example
White with #1DDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDB14; }
p { color: rgb(29,219,20); }
H1.HeaderClassName
{
color: #1DDB14;
}
.AnyTagClassName
{
color: #1DDB14;
}
</style>
background-color css
<style>
a { background-color: #1DDB14; }
a { background-color: rgb(29,219,20); }
div.DivClassName
{
background-color: #1DDB14;
}
.BgClassName
{
background-color: #1DDB14;
}
</style>
border-color css
<style>
span { border-color: #1DDB14; }
span { border-color: rgb(29,219,20); }
td.TdClassName
{
border-color: #1DDB14;
}
.TagClassName
{
border-color: #1DDB14;
}
</style>