Shades of Free Speech Green #1DD812
Tints of Free Speech Green #1DD812
RGB
CMYK
RGB Variations
Color information
#1DD812 (or 0x1DD812) is known color: Free Speech Green. HEX triplet: 1D, D8 and 12. RGB value is (29,216,18). Sum of RGB (Red+Green+Blue) = 29+216+18=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 216 (84.77% from 255 or 82.13% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD812 is #E227ED. Grayscale: #8A8A8A. Windows color (decimal): -14821358 or 1234973. OLE color: 1234973.
HSL color Cylindrical-coordinate representation of color #1DD812: hue angle of 116.67º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DD812 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 18 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.15 |
| HSL | 116.67º | 0.85% | 0.46% | - |
| HSV(B) | 116.67º | 0.92% | 0.85% | - |
| XYZ | 25.17 | 49.42 | 8.78 | - |
| YUV | 137.52 | 60.55 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 18 | 0.87 | 0 | 0.92 | 0.15 | 116.67 | 0.85 | 0.46 |
| Hex | 1D | D8 | 12 | 57 | 0 | 5C | F | 75 | 55 | 2E |
| Octal | 35 | 330 | 22 | 127 | 0 | 134 | 17 | 165 | 125 | 56 |
| Binary | 11101 | 11011000 | 10010 | 1010111 | 0 | 1011100 | 1111 | 1110101 | 1010101 | 101110 |
Color Harmonies of #1DD812
Complementary color
Monochromatic Colors of #1DD812
Black with #1DD812
Text Example
Text Example
White with #1DD812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD812; }
p { color: rgb(29,216,18); }
H1.HeaderClassName
{
color: #1DD812;
}
.AnyTagClassName
{
color: #1DD812;
}
</style>
background-color css
<style>
a { background-color: #1DD812; }
a { background-color: rgb(29,216,18); }
div.DivClassName
{
background-color: #1DD812;
}
.BgClassName
{
background-color: #1DD812;
}
</style>
border-color css
<style>
span { border-color: #1DD812; }
span { border-color: rgb(29,216,18); }
td.TdClassName
{
border-color: #1DD812;
}
.TagClassName
{
border-color: #1DD812;
}
</style>