Shades of Free Speech Green #20DD14
Tints of Free Speech Green #20DD14
RGB
CMYK
RGB Variations
Color information
#20DD14 (or 0x20DD14) is known color: Free Speech Green. HEX triplet: 20, DD and 14. RGB value is (32,221,20). Sum of RGB (Red+Green+Blue) = 32+221+20=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 221 (86.72% from 255 or 80.95% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DD14 is #DF22EB. Grayscale: #8E8E8E. Windows color (decimal): -14623468 or 1367328. OLE color: 1367328.
HSL color Cylindrical-coordinate representation of color #20DD14: hue angle of 116.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20DD14 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 20 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.13 |
| HSL | 116.42º | 0.83% | 0.47% | - |
| HSV(B) | 116.42º | 0.91% | 0.87% | - |
| XYZ | 26.58 | 52.07 | 9.31 | - |
| YUV | 141.58 | 59.38 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 20 | 0.86 | 0 | 0.91 | 0.13 | 116.42 | 0.83 | 0.47 |
| Hex | 20 | DD | 14 | 56 | 0 | 5B | D | 74 | 53 | 2F |
| Octal | 40 | 335 | 24 | 126 | 0 | 133 | 15 | 164 | 123 | 57 |
| Binary | 100000 | 11011101 | 10100 | 1010110 | 0 | 1011011 | 1101 | 1110100 | 1010011 | 101111 |
Color Harmonies of #20DD14
Complementary color
Monochromatic Colors of #20DD14
Black with #20DD14
Text Example
Text Example
White with #20DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD14; }
p { color: rgb(32,221,20); }
H1.HeaderClassName
{
color: #20DD14;
}
.AnyTagClassName
{
color: #20DD14;
}
</style>
background-color css
<style>
a { background-color: #20DD14; }
a { background-color: rgb(32,221,20); }
div.DivClassName
{
background-color: #20DD14;
}
.BgClassName
{
background-color: #20DD14;
}
</style>
border-color css
<style>
span { border-color: #20DD14; }
span { border-color: rgb(32,221,20); }
td.TdClassName
{
border-color: #20DD14;
}
.TagClassName
{
border-color: #20DD14;
}
</style>