Shades of Free Speech Green #21EC0A
Tints of Free Speech Green #21EC0A
RGB
CMYK
RGB Variations
Color information
#21EC0A (or 0x21EC0A) is known color: Free Speech Green. HEX triplet: 21, EC and 0A. RGB value is (33,236,10). Sum of RGB (Red+Green+Blue) = 33+236+10=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 236 (92.58% from 255 or 84.59% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21EC0A is #DE13F5. Grayscale: #969696. Windows color (decimal): -14554102 or 715809. OLE color: 715809.
HSL color Cylindrical-coordinate representation of color #21EC0A: hue angle of 113.89º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21EC0A is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 10 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.07 |
| HSL | 113.89º | 0.92% | 0.48% | - |
| HSV(B) | 113.89º | 0.96% | 0.93% | - |
| XYZ | 30.68 | 60.34 | 10.32 | - |
| YUV | 149.54 | 49.25 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 10 | 0.86 | 0 | 0.96 | 0.07 | 113.89 | 0.92 | 0.48 |
| Hex | 21 | EC | A | 56 | 0 | 60 | 7 | 72 | 5C | 30 |
| Octal | 41 | 354 | 12 | 126 | 0 | 140 | 7 | 162 | 134 | 60 |
| Binary | 100001 | 11101100 | 1010 | 1010110 | 0 | 1100000 | 111 | 1110010 | 1011100 | 110000 |
Color Harmonies of #21EC0A
Complementary color
Monochromatic Colors of #21EC0A
Black with #21EC0A
Text Example
Text Example
White with #21EC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC0A; }
p { color: rgb(33,236,10); }
H1.HeaderClassName
{
color: #21EC0A;
}
.AnyTagClassName
{
color: #21EC0A;
}
</style>
background-color css
<style>
a { background-color: #21EC0A; }
a { background-color: rgb(33,236,10); }
div.DivClassName
{
background-color: #21EC0A;
}
.BgClassName
{
background-color: #21EC0A;
}
</style>
border-color css
<style>
span { border-color: #21EC0A; }
span { border-color: rgb(33,236,10); }
td.TdClassName
{
border-color: #21EC0A;
}
.TagClassName
{
border-color: #21EC0A;
}
</style>