Shades of Free Speech Green #20DB09
Tints of Free Speech Green #20DB09
RGB
CMYK
RGB Variations
Color information
#20DB09 (or 0x20DB09) is known color: Free Speech Green. HEX triplet: 20, DB and 09. RGB value is (32,219,9). Sum of RGB (Red+Green+Blue) = 32+219+9=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 219 (85.94% from 255 or 84.23% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DB09 is #DF24F6. Grayscale: #8B8B8B. Windows color (decimal): -14623991 or 645920. OLE color: 645920.
HSL color Cylindrical-coordinate representation of color #20DB09: hue angle of 113.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20DB09 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 9 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.14 |
| HSL | 113.43º | 0.92% | 0.45% | - |
| HSV(B) | 113.43º | 0.96% | 0.86% | - |
| XYZ | 25.98 | 50.99 | 8.73 | - |
| YUV | 139.15 | 54.55 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 9 | 0.85 | 0 | 0.96 | 0.14 | 113.43 | 0.92 | 0.45 |
| Hex | 20 | DB | 9 | 55 | 0 | 60 | E | 71 | 5C | 2D |
| Octal | 40 | 333 | 11 | 125 | 0 | 140 | 16 | 161 | 134 | 55 |
| Binary | 100000 | 11011011 | 1001 | 1010101 | 0 | 1100000 | 1110 | 1110001 | 1011100 | 101101 |
Color Harmonies of #20DB09
Complementary color
Monochromatic Colors of #20DB09
Black with #20DB09
Text Example
Text Example
White with #20DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB09; }
p { color: rgb(32,219,9); }
H1.HeaderClassName
{
color: #20DB09;
}
.AnyTagClassName
{
color: #20DB09;
}
</style>
background-color css
<style>
a { background-color: #20DB09; }
a { background-color: rgb(32,219,9); }
div.DivClassName
{
background-color: #20DB09;
}
.BgClassName
{
background-color: #20DB09;
}
</style>
border-color css
<style>
span { border-color: #20DB09; }
span { border-color: rgb(32,219,9); }
td.TdClassName
{
border-color: #20DB09;
}
.TagClassName
{
border-color: #20DB09;
}
</style>