Shades of Free Speech Green #20DC12
Tints of Free Speech Green #20DC12
RGB
CMYK
RGB Variations
Color information
#20DC12 (or 0x20DC12) is known color: Free Speech Green. HEX triplet: 20, DC and 12. RGB value is (32,220,18). Sum of RGB (Red+Green+Blue) = 32+220+18=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 220 (86.33% from 255 or 81.48% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DC12 is #DF23ED. Grayscale: #8D8D8D. Windows color (decimal): -14623726 or 1236000. OLE color: 1236000.
HSL color Cylindrical-coordinate representation of color #20DC12: hue angle of 115.84º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20DC12 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 18 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.14 |
| HSL | 115.84º | 0.85% | 0.47% | - |
| HSV(B) | 115.84º | 0.92% | 0.86% | - |
| XYZ | 26.3 | 51.54 | 9.13 | - |
| YUV | 140.76 | 58.72 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 18 | 0.85 | 0 | 0.92 | 0.14 | 115.84 | 0.85 | 0.47 |
| Hex | 20 | DC | 12 | 55 | 0 | 5C | E | 74 | 55 | 2F |
| Octal | 40 | 334 | 22 | 125 | 0 | 134 | 16 | 164 | 125 | 57 |
| Binary | 100000 | 11011100 | 10010 | 1010101 | 0 | 1011100 | 1110 | 1110100 | 1010101 | 101111 |
Color Harmonies of #20DC12
Complementary color
Monochromatic Colors of #20DC12
Black with #20DC12
Text Example
Text Example
White with #20DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DC12; }
p { color: rgb(32,220,18); }
H1.HeaderClassName
{
color: #20DC12;
}
.AnyTagClassName
{
color: #20DC12;
}
</style>
background-color css
<style>
a { background-color: #20DC12; }
a { background-color: rgb(32,220,18); }
div.DivClassName
{
background-color: #20DC12;
}
.BgClassName
{
background-color: #20DC12;
}
</style>
border-color css
<style>
span { border-color: #20DC12; }
span { border-color: rgb(32,220,18); }
td.TdClassName
{
border-color: #20DC12;
}
.TagClassName
{
border-color: #20DC12;
}
</style>