Shades of Free Speech Green #20D908
Tints of Free Speech Green #20D908
RGB
CMYK
RGB Variations
Color information
#20D908 (or 0x20D908) is known color: Free Speech Green. HEX triplet: 20, D9 and 08. RGB value is (32,217,8). Sum of RGB (Red+Green+Blue) = 32+217+8=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 217 (85.16% from 255 or 84.44% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 217 - color contains mainly: green. Hex color #20D908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D908 is #DF26F7. Grayscale: #8A8A8A. Windows color (decimal): -14624504 or 579872. OLE color: 579872.
HSL color Cylindrical-coordinate representation of color #20D908: hue angle of 113.11º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20D908 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.15 |
| HSL | 113.11º | 0.93% | 0.44% | - |
| HSV(B) | 113.11º | 0.96% | 0.85% | - |
| XYZ | 25.45 | 49.95 | 8.53 | - |
| YUV | 137.86 | 54.71 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 8 | 0.85 | 0 | 0.96 | 0.15 | 113.11 | 0.93 | 0.44 |
| Hex | 20 | D9 | 8 | 55 | 0 | 60 | F | 71 | 5D | 2C |
| Octal | 40 | 331 | 10 | 125 | 0 | 140 | 17 | 161 | 135 | 54 |
| Binary | 100000 | 11011001 | 1000 | 1010101 | 0 | 1100000 | 1111 | 1110001 | 1011101 | 101100 |
Color Harmonies of #20D908
Complementary color
Monochromatic Colors of #20D908
Black with #20D908
Text Example
Text Example
White with #20D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D908; }
p { color: rgb(32,217,8); }
H1.HeaderClassName
{
color: #20D908;
}
.AnyTagClassName
{
color: #20D908;
}
</style>
background-color css
<style>
a { background-color: #20D908; }
a { background-color: rgb(32,217,8); }
div.DivClassName
{
background-color: #20D908;
}
.BgClassName
{
background-color: #20D908;
}
</style>
border-color css
<style>
span { border-color: #20D908; }
span { border-color: rgb(32,217,8); }
td.TdClassName
{
border-color: #20D908;
}
.TagClassName
{
border-color: #20D908;
}
</style>