Shades of Free Speech Green #01DC0D
Tints of Free Speech Green #01DC0D
RGB
CMYK
RGB Variations
Color information
#01DC0D (or 0x01DC0D) is known color: Free Speech Green. HEX triplet: 01, DC and 0D. RGB value is (1,220,13). Sum of RGB (Red+Green+Blue) = 1+220+13=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 220 (86.33% from 255 or 94.02% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DC0D is #FE23F2. Grayscale: #838383. Windows color (decimal): -16655347 or 908289. OLE color: 908289.
HSL color Cylindrical-coordinate representation of color #01DC0D: hue angle of 123.29º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC0D is Cyan = 1.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 13 | - |
| CMYK | 1.00 | 0 | 0.94 | 0.14 |
| HSL | 123.29º | 0.99% | 0.43% | - |
| HSV(B) | 123.29º | 1% | 0.86% | - |
| XYZ | 25.68 | 51.22 | 8.91 | - |
| YUV | 130.92 | 61.45 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 13 | 1.00 | 0 | 0.94 | 0.14 | 123.29 | 0.99 | 0.43 |
| Hex | 1 | DC | D | 64 | 0 | 5E | E | 7B | 63 | 2B |
| Octal | 1 | 334 | 15 | 144 | 0 | 136 | 16 | 173 | 143 | 53 |
| Binary | 1 | 11011100 | 1101 | 1100100 | 0 | 1011110 | 1110 | 1111011 | 1100011 | 101011 |
Color Harmonies of #01DC0D
Complementary color
Monochromatic Colors of #01DC0D
Black with #01DC0D
Text Example
Text Example
White with #01DC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DC0D; }
p { color: rgb(1,220,13); }
H1.HeaderClassName
{
color: #01DC0D;
}
.AnyTagClassName
{
color: #01DC0D;
}
</style>
background-color css
<style>
a { background-color: #01DC0D; }
a { background-color: rgb(1,220,13); }
div.DivClassName
{
background-color: #01DC0D;
}
.BgClassName
{
background-color: #01DC0D;
}
</style>
border-color css
<style>
span { border-color: #01DC0D; }
span { border-color: rgb(1,220,13); }
td.TdClassName
{
border-color: #01DC0D;
}
.TagClassName
{
border-color: #01DC0D;
}
</style>