Shades of Free Speech Green #1CDC0D
Tints of Free Speech Green #1CDC0D
RGB
CMYK
RGB Variations
Color information
#1CDC0D (or 0x1CDC0D) is known color: Free Speech Green. HEX triplet: 1C, DC and 0D. RGB value is (28,220,13). Sum of RGB (Red+Green+Blue) = 28+220+13=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 220 (86.33% from 255 or 84.29% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CDC0D is #E323F2. Grayscale: #8B8B8B. Windows color (decimal): -14885875 or 908316. OLE color: 908316.
HSL color Cylindrical-coordinate representation of color #1CDC0D: hue angle of 115.65º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CDC0D is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 220 | 13 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.14 |
| HSL | 115.65º | 0.89% | 0.46% | - |
| HSV(B) | 115.65º | 0.94% | 0.86% | - |
| XYZ | 26.14 | 51.46 | 8.94 | - |
| YUV | 138.99 | 56.89 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 220 | 13 | 0.87 | 0 | 0.94 | 0.14 | 115.65 | 0.89 | 0.46 |
| Hex | 1C | DC | D | 57 | 0 | 5E | E | 74 | 59 | 2E |
| Octal | 34 | 334 | 15 | 127 | 0 | 136 | 16 | 164 | 131 | 56 |
| Binary | 11100 | 11011100 | 1101 | 1010111 | 0 | 1011110 | 1110 | 1110100 | 1011001 | 101110 |
Color Harmonies of #1CDC0D
Complementary color
Monochromatic Colors of #1CDC0D
Black with #1CDC0D
Text Example
Text Example
White with #1CDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDC0D; }
p { color: rgb(28,220,13); }
H1.HeaderClassName
{
color: #1CDC0D;
}
.AnyTagClassName
{
color: #1CDC0D;
}
</style>
background-color css
<style>
a { background-color: #1CDC0D; }
a { background-color: rgb(28,220,13); }
div.DivClassName
{
background-color: #1CDC0D;
}
.BgClassName
{
background-color: #1CDC0D;
}
</style>
border-color css
<style>
span { border-color: #1CDC0D; }
span { border-color: rgb(28,220,13); }
td.TdClassName
{
border-color: #1CDC0D;
}
.TagClassName
{
border-color: #1CDC0D;
}
</style>