Shades of Free Speech Green #20EC06
Tints of Free Speech Green #20EC06
RGB
CMYK
RGB Variations
Color information
#20EC06 (or 0x20EC06) is known color: Free Speech Green. HEX triplet: 20, EC and 06. RGB value is (32,236,6). Sum of RGB (Red+Green+Blue) = 32+236+6=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 236 (92.58% from 255 or 86.13% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20EC06 is #DF13F9. Grayscale: #959595. Windows color (decimal): -14619642 or 453664. OLE color: 453664.
HSL color Cylindrical-coordinate representation of color #20EC06: hue angle of 113.22º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20EC06 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 6 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.07 |
| HSL | 113.22º | 0.95% | 0.47% | - |
| HSV(B) | 113.22º | 0.97% | 0.93% | - |
| XYZ | 30.62 | 60.31 | 10.2 | - |
| YUV | 148.78 | 47.41 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 6 | 0.86 | 0 | 0.97 | 0.07 | 113.22 | 0.95 | 0.47 |
| Hex | 20 | EC | 6 | 56 | 0 | 61 | 7 | 71 | 5F | 2F |
| Octal | 40 | 354 | 6 | 126 | 0 | 141 | 7 | 161 | 137 | 57 |
| Binary | 100000 | 11101100 | 110 | 1010110 | 0 | 1100001 | 111 | 1110001 | 1011111 | 101111 |
Color Harmonies of #20EC06
Complementary color
Monochromatic Colors of #20EC06
Black with #20EC06
Text Example
Text Example
White with #20EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC06; }
p { color: rgb(32,236,6); }
H1.HeaderClassName
{
color: #20EC06;
}
.AnyTagClassName
{
color: #20EC06;
}
</style>
background-color css
<style>
a { background-color: #20EC06; }
a { background-color: rgb(32,236,6); }
div.DivClassName
{
background-color: #20EC06;
}
.BgClassName
{
background-color: #20EC06;
}
</style>
border-color css
<style>
span { border-color: #20EC06; }
span { border-color: rgb(32,236,6); }
td.TdClassName
{
border-color: #20EC06;
}
.TagClassName
{
border-color: #20EC06;
}
</style>