Shades of Free Speech Green #1CDD0D
Tints of Free Speech Green #1CDD0D
RGB
CMYK
RGB Variations
Color information
#1CDD0D (or 0x1CDD0D) is known color: Free Speech Green. HEX triplet: 1C, DD and 0D. RGB value is (28,221,13). Sum of RGB (Red+Green+Blue) = 28+221+13=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 221 (86.72% from 255 or 84.35% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CDD0D is #E322F2. Grayscale: #8C8C8C. Windows color (decimal): -14885619 or 908572. OLE color: 908572.
HSL color Cylindrical-coordinate representation of color #1CDD0D: hue angle of 115.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CDD0D is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 13 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.13 |
| HSL | 115.67º | 0.89% | 0.46% | - |
| HSV(B) | 115.67º | 0.94% | 0.87% | - |
| XYZ | 26.41 | 51.99 | 9.02 | - |
| YUV | 139.58 | 56.56 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 13 | 0.87 | 0 | 0.94 | 0.13 | 115.67 | 0.89 | 0.46 |
| Hex | 1C | DD | D | 57 | 0 | 5E | D | 74 | 59 | 2E |
| Octal | 34 | 335 | 15 | 127 | 0 | 136 | 15 | 164 | 131 | 56 |
| Binary | 11100 | 11011101 | 1101 | 1010111 | 0 | 1011110 | 1101 | 1110100 | 1011001 | 101110 |
Color Harmonies of #1CDD0D
Complementary color
Monochromatic Colors of #1CDD0D
Black with #1CDD0D
Text Example
Text Example
White with #1CDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD0D; }
p { color: rgb(28,221,13); }
H1.HeaderClassName
{
color: #1CDD0D;
}
.AnyTagClassName
{
color: #1CDD0D;
}
</style>
background-color css
<style>
a { background-color: #1CDD0D; }
a { background-color: rgb(28,221,13); }
div.DivClassName
{
background-color: #1CDD0D;
}
.BgClassName
{
background-color: #1CDD0D;
}
</style>
border-color css
<style>
span { border-color: #1CDD0D; }
span { border-color: rgb(28,221,13); }
td.TdClassName
{
border-color: #1CDD0D;
}
.TagClassName
{
border-color: #1CDD0D;
}
</style>