Shades of Free Speech Green #20D606
Tints of Free Speech Green #20D606
RGB
CMYK
RGB Variations
Color information
#20D606 (or 0x20D606) is known color: Free Speech Green. HEX triplet: 20, D6 and 06. RGB value is (32,214,6). Sum of RGB (Red+Green+Blue) = 32+214+6=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 214 (83.98% from 255 or 84.92% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 214 - color contains mainly: green. Hex color #20D606 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D606 is #DF29F9. Grayscale: #888888. Windows color (decimal): -14625274 or 448032. OLE color: 448032.
HSL color Cylindrical-coordinate representation of color #20D606: hue angle of 112.5º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20D606 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.16 |
| HSL | 112.5º | 0.95% | 0.43% | - |
| HSV(B) | 112.5º | 0.97% | 0.84% | - |
| XYZ | 24.68 | 48.41 | 8.22 | - |
| YUV | 135.87 | 54.7 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 6 | 0.85 | 0 | 0.97 | 0.16 | 112.5 | 0.95 | 0.43 |
| Hex | 20 | D6 | 6 | 55 | 0 | 61 | 10 | 70 | 5F | 2B |
| Octal | 40 | 326 | 6 | 125 | 0 | 141 | 20 | 160 | 137 | 53 |
| Binary | 100000 | 11010110 | 110 | 1010101 | 0 | 1100001 | 10000 | 1110000 | 1011111 | 101011 |
Color Harmonies of #20D606
Complementary color
Monochromatic Colors of #20D606
Black with #20D606
Text Example
Text Example
White with #20D606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D606; }
p { color: rgb(32,214,6); }
H1.HeaderClassName
{
color: #20D606;
}
.AnyTagClassName
{
color: #20D606;
}
</style>
background-color css
<style>
a { background-color: #20D606; }
a { background-color: rgb(32,214,6); }
div.DivClassName
{
background-color: #20D606;
}
.BgClassName
{
background-color: #20D606;
}
</style>
border-color css
<style>
span { border-color: #20D606; }
span { border-color: rgb(32,214,6); }
td.TdClassName
{
border-color: #20D606;
}
.TagClassName
{
border-color: #20D606;
}
</style>