Shades of Free Speech Green #21D60A
Tints of Free Speech Green #21D60A
RGB
CMYK
RGB Variations
Color information
#21D60A (or 0x21D60A) is known color: Free Speech Green. HEX triplet: 21, D6 and 0A. RGB value is (33,214,10). Sum of RGB (Red+Green+Blue) = 33+214+10=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 214 (83.98% from 255 or 83.27% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 214 - color contains mainly: green. Hex color #21D60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D60A is #DE29F5. Grayscale: #898989. Windows color (decimal): -14559734 or 710177. OLE color: 710177.
HSL color Cylindrical-coordinate representation of color #21D60A: hue angle of 113.24º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21D60A is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 10 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.16 |
| HSL | 113.24º | 0.91% | 0.44% | - |
| HSV(B) | 113.24º | 0.95% | 0.84% | - |
| XYZ | 24.73 | 48.44 | 8.33 | - |
| YUV | 136.63 | 56.53 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 10 | 0.85 | 0 | 0.95 | 0.16 | 113.24 | 0.91 | 0.44 |
| Hex | 21 | D6 | A | 55 | 0 | 5F | 10 | 71 | 5B | 2C |
| Octal | 41 | 326 | 12 | 125 | 0 | 137 | 20 | 161 | 133 | 54 |
| Binary | 100001 | 11010110 | 1010 | 1010101 | 0 | 1011111 | 10000 | 1110001 | 1011011 | 101100 |
Color Harmonies of #21D60A
Complementary color
Monochromatic Colors of #21D60A
Black with #21D60A
Text Example
Text Example
White with #21D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D60A; }
p { color: rgb(33,214,10); }
H1.HeaderClassName
{
color: #21D60A;
}
.AnyTagClassName
{
color: #21D60A;
}
</style>
background-color css
<style>
a { background-color: #21D60A; }
a { background-color: rgb(33,214,10); }
div.DivClassName
{
background-color: #21D60A;
}
.BgClassName
{
background-color: #21D60A;
}
</style>
border-color css
<style>
span { border-color: #21D60A; }
span { border-color: rgb(33,214,10); }
td.TdClassName
{
border-color: #21D60A;
}
.TagClassName
{
border-color: #21D60A;
}
</style>