Shades of Free Speech Green #20DF12
Tints of Free Speech Green #20DF12
RGB
CMYK
RGB Variations
Color information
#20DF12 (or 0x20DF12) is known color: Free Speech Green. HEX triplet: 20, DF and 12. RGB value is (32,223,18). Sum of RGB (Red+Green+Blue) = 32+223+18=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DF12 is #DF20ED. Grayscale: #8F8F8F. Windows color (decimal): -14622958 or 1236768. OLE color: 1236768.
HSL color Cylindrical-coordinate representation of color #20DF12: hue angle of 115.9º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20DF12 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 18 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.13 |
| HSL | 115.9º | 0.85% | 0.47% | - |
| HSV(B) | 115.9º | 0.92% | 0.87% | - |
| XYZ | 27.09 | 53.13 | 9.4 | - |
| YUV | 142.52 | 57.72 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 18 | 0.86 | 0 | 0.92 | 0.13 | 115.9 | 0.85 | 0.47 |
| Hex | 20 | DF | 12 | 56 | 0 | 5C | D | 74 | 55 | 2F |
| Octal | 40 | 337 | 22 | 126 | 0 | 134 | 15 | 164 | 125 | 57 |
| Binary | 100000 | 11011111 | 10010 | 1010110 | 0 | 1011100 | 1101 | 1110100 | 1010101 | 101111 |
Color Harmonies of #20DF12
Complementary color
Monochromatic Colors of #20DF12
Black with #20DF12
Text Example
Text Example
White with #20DF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF12; }
p { color: rgb(32,223,18); }
H1.HeaderClassName
{
color: #20DF12;
}
.AnyTagClassName
{
color: #20DF12;
}
</style>
background-color css
<style>
a { background-color: #20DF12; }
a { background-color: rgb(32,223,18); }
div.DivClassName
{
background-color: #20DF12;
}
.BgClassName
{
background-color: #20DF12;
}
</style>
border-color css
<style>
span { border-color: #20DF12; }
span { border-color: rgb(32,223,18); }
td.TdClassName
{
border-color: #20DF12;
}
.TagClassName
{
border-color: #20DF12;
}
</style>