Shades of Free Speech Green #01DD0A
Tints of Free Speech Green #01DD0A
RGB
CMYK
RGB Variations
Color information
#01DD0A (or 0x01DD0A) is known color: Free Speech Green. HEX triplet: 01, DD and 0A. RGB value is (1,221,10). Sum of RGB (Red+Green+Blue) = 1+221+10=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 221 (86.72% from 255 or 95.26% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DD0A is #FE22F5. Grayscale: #838383. Windows color (decimal): -16655094 or 711937. OLE color: 711937.
HSL color Cylindrical-coordinate representation of color #01DD0A: hue angle of 122.45º 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 #01DD0A is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 10 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.13 |
| HSL | 122.45º | 0.99% | 0.44% | - |
| HSV(B) | 122.45º | 1% | 0.87% | - |
| XYZ | 25.92 | 51.74 | 8.91 | - |
| YUV | 131.17 | 59.61 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 10 | 1.00 | 0 | 0.95 | 0.13 | 122.45 | 0.99 | 0.44 |
| Hex | 1 | DD | A | 64 | 0 | 5F | D | 7A | 63 | 2C |
| Octal | 1 | 335 | 12 | 144 | 0 | 137 | 15 | 172 | 143 | 54 |
| Binary | 1 | 11011101 | 1010 | 1100100 | 0 | 1011111 | 1101 | 1111010 | 1100011 | 101100 |
Color Harmonies of #01DD0A
Complementary color
Monochromatic Colors of #01DD0A
Black with #01DD0A
Text Example
Text Example
White with #01DD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD0A; }
p { color: rgb(1,221,10); }
H1.HeaderClassName
{
color: #01DD0A;
}
.AnyTagClassName
{
color: #01DD0A;
}
</style>
background-color css
<style>
a { background-color: #01DD0A; }
a { background-color: rgb(1,221,10); }
div.DivClassName
{
background-color: #01DD0A;
}
.BgClassName
{
background-color: #01DD0A;
}
</style>
border-color css
<style>
span { border-color: #01DD0A; }
span { border-color: rgb(1,221,10); }
td.TdClassName
{
border-color: #01DD0A;
}
.TagClassName
{
border-color: #01DD0A;
}
</style>