Shades of Free Speech Green #01DD0E
Tints of Free Speech Green #01DD0E
RGB
CMYK
RGB Variations
Color information
#01DD0E (or 0x01DD0E) is known color: Free Speech Green. HEX triplet: 01, DD and 0E. RGB value is (1,221,14). Sum of RGB (Red+Green+Blue) = 1+221+14=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 221 (86.72% from 255 or 93.64% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DD0E is #FE22F1. Grayscale: #848484. Windows color (decimal): -16655090 or 974081. OLE color: 974081.
HSL color Cylindrical-coordinate representation of color #01DD0E: hue angle of 123.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DD0E is Cyan = 1.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 14 | - |
| CMYK | 1.00 | 0 | 0.94 | 0.13 |
| HSL | 123.55º | 0.99% | 0.44% | - |
| HSV(B) | 123.55º | 1% | 0.87% | - |
| XYZ | 25.95 | 51.75 | 9.04 | - |
| YUV | 131.62 | 61.61 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 14 | 1.00 | 0 | 0.94 | 0.13 | 123.55 | 0.99 | 0.44 |
| Hex | 1 | DD | E | 64 | 0 | 5E | D | 7C | 63 | 2C |
| Octal | 1 | 335 | 16 | 144 | 0 | 136 | 15 | 174 | 143 | 54 |
| Binary | 1 | 11011101 | 1110 | 1100100 | 0 | 1011110 | 1101 | 1111100 | 1100011 | 101100 |
Color Harmonies of #01DD0E
Complementary color
Monochromatic Colors of #01DD0E
Black with #01DD0E
Text Example
Text Example
White with #01DD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD0E; }
p { color: rgb(1,221,14); }
H1.HeaderClassName
{
color: #01DD0E;
}
.AnyTagClassName
{
color: #01DD0E;
}
</style>
background-color css
<style>
a { background-color: #01DD0E; }
a { background-color: rgb(1,221,14); }
div.DivClassName
{
background-color: #01DD0E;
}
.BgClassName
{
background-color: #01DD0E;
}
</style>
border-color css
<style>
span { border-color: #01DD0E; }
span { border-color: rgb(1,221,14); }
td.TdClassName
{
border-color: #01DD0E;
}
.TagClassName
{
border-color: #01DD0E;
}
</style>