Shades of Free Speech Green #20D609
Tints of Free Speech Green #20D609
RGB
CMYK
RGB Variations
Color information
#20D609 (or 0x20D609) is known color: Free Speech Green. HEX triplet: 20, D6 and 09. RGB value is (32,214,9). Sum of RGB (Red+Green+Blue) = 32+214+9=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 214 (83.98% from 255 or 83.92% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 214 - color contains mainly: green. Hex color #20D609 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D609 is #DF29F6. Grayscale: #888888. Windows color (decimal): -14625271 or 644640. OLE color: 644640.
HSL color Cylindrical-coordinate representation of color #20D609: hue angle of 113.27º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20D609 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 9 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.16 |
| HSL | 113.27º | 0.92% | 0.44% | - |
| HSV(B) | 113.27º | 0.96% | 0.84% | - |
| XYZ | 24.69 | 48.42 | 8.3 | - |
| YUV | 136.21 | 56.2 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 9 | 0.85 | 0 | 0.96 | 0.16 | 113.27 | 0.92 | 0.44 |
| Hex | 20 | D6 | 9 | 55 | 0 | 60 | 10 | 71 | 5C | 2C |
| Octal | 40 | 326 | 11 | 125 | 0 | 140 | 20 | 161 | 134 | 54 |
| Binary | 100000 | 11010110 | 1001 | 1010101 | 0 | 1100000 | 10000 | 1110001 | 1011100 | 101100 |
Color Harmonies of #20D609
Complementary color
Monochromatic Colors of #20D609
Black with #20D609
Text Example
Text Example
White with #20D609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D609; }
p { color: rgb(32,214,9); }
H1.HeaderClassName
{
color: #20D609;
}
.AnyTagClassName
{
color: #20D609;
}
</style>
background-color css
<style>
a { background-color: #20D609; }
a { background-color: rgb(32,214,9); }
div.DivClassName
{
background-color: #20D609;
}
.BgClassName
{
background-color: #20D609;
}
</style>
border-color css
<style>
span { border-color: #20D609; }
span { border-color: rgb(32,214,9); }
td.TdClassName
{
border-color: #20D609;
}
.TagClassName
{
border-color: #20D609;
}
</style>