Shades of Free Speech Green #01DB09
Tints of Free Speech Green #01DB09
RGB
CMYK
RGB Variations
Color information
#01DB09 (or 0x01DB09) is known color: Free Speech Green. HEX triplet: 01, DB and 09. RGB value is (1,219,9). Sum of RGB (Red+Green+Blue) = 1+219+9=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 219 (85.94% from 255 or 95.63% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DB09 is #FE24F6. Grayscale: #828282. Windows color (decimal): -16655607 or 645889. OLE color: 645889.
HSL color Cylindrical-coordinate representation of color #01DB09: hue angle of 122.2º 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 #01DB09 is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 9 | - |
| CMYK | 1.00 | 0 | 0.96 | 0.14 |
| HSL | 122.2º | 0.99% | 0.43% | - |
| HSV(B) | 122.2º | 1% | 0.86% | - |
| XYZ | 25.39 | 50.69 | 8.7 | - |
| YUV | 129.88 | 59.78 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 9 | 1.00 | 0 | 0.96 | 0.14 | 122.2 | 0.99 | 0.43 |
| Hex | 1 | DB | 9 | 64 | 0 | 60 | E | 7A | 63 | 2B |
| Octal | 1 | 333 | 11 | 144 | 0 | 140 | 16 | 172 | 143 | 53 |
| Binary | 1 | 11011011 | 1001 | 1100100 | 0 | 1100000 | 1110 | 1111010 | 1100011 | 101011 |
Color Harmonies of #01DB09
Complementary color
Monochromatic Colors of #01DB09
Black with #01DB09
Text Example
Text Example
White with #01DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DB09; }
p { color: rgb(1,219,9); }
H1.HeaderClassName
{
color: #01DB09;
}
.AnyTagClassName
{
color: #01DB09;
}
</style>
background-color css
<style>
a { background-color: #01DB09; }
a { background-color: rgb(1,219,9); }
div.DivClassName
{
background-color: #01DB09;
}
.BgClassName
{
background-color: #01DB09;
}
</style>
border-color css
<style>
span { border-color: #01DB09; }
span { border-color: rgb(1,219,9); }
td.TdClassName
{
border-color: #01DB09;
}
.TagClassName
{
border-color: #01DB09;
}
</style>