Shades of Free Speech Green #20F921
Tints of Free Speech Green #20F921
RGB
CMYK
RGB Variations
Color information
#20F921 (or 0x20F921) is known color: Free Speech Green. HEX triplet: 20, F9 and 21. RGB value is (32,249,33). Sum of RGB (Red+Green+Blue) = 32+249+33=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 249 (97.66% from 255 or 79.30% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 249 - color contains mainly: green. Hex color #20F921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F921 is #DF06DE. Grayscale: #A0A0A0. Windows color (decimal): -14616287 or 2226464. OLE color: 2226464.
HSL color Cylindrical-coordinate representation of color #20F921: hue angle of 120.28º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F921 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 249 | 33 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.02 |
| HSL | 120.28º | 0.95% | 0.55% | - |
| HSV(B) | 120.28º | 0.87% | 0.98% | - |
| XYZ | 34.75 | 68.17 | 12.77 | - |
| YUV | 159.49 | 56.61 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 249 | 33 | 0.87 | 0 | 0.87 | 0.02 | 120.28 | 0.95 | 0.55 |
| Hex | 20 | F9 | 21 | 57 | 0 | 57 | 2 | 78 | 5F | 37 |
| Octal | 40 | 371 | 41 | 127 | 0 | 127 | 2 | 170 | 137 | 67 |
| Binary | 100000 | 11111001 | 100001 | 1010111 | 0 | 1010111 | 10 | 1111000 | 1011111 | 110111 |
Color Harmonies of #20F921
Complementary color
Monochromatic Colors of #20F921
Black with #20F921
Text Example
Text Example
White with #20F921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F921; }
p { color: rgb(32,249,33); }
H1.HeaderClassName
{
color: #20F921;
}
.AnyTagClassName
{
color: #20F921;
}
</style>
background-color css
<style>
a { background-color: #20F921; }
a { background-color: rgb(32,249,33); }
div.DivClassName
{
background-color: #20F921;
}
.BgClassName
{
background-color: #20F921;
}
</style>
border-color css
<style>
span { border-color: #20F921; }
span { border-color: rgb(32,249,33); }
td.TdClassName
{
border-color: #20F921;
}
.TagClassName
{
border-color: #20F921;
}
</style>