Shades of Free Speech Green #20F629
Tints of Free Speech Green #20F629
RGB
CMYK
RGB Variations
Color information
#20F629 (or 0x20F629) is known color: Free Speech Green. HEX triplet: 20, F6 and 29. RGB value is (32,246,41). Sum of RGB (Red+Green+Blue) = 32+246+41=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 246 (96.48% from 255 or 77.12% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 246 - color contains mainly: green. Hex color #20F629 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F629 is #DF09D6. Grayscale: #9F9F9F. Windows color (decimal): -14617047 or 2749984. OLE color: 2749984.
HSL color Cylindrical-coordinate representation of color #20F629: hue angle of 122.52º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F629 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 246 | 41 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.04 |
| HSL | 122.52º | 0.92% | 0.55% | - |
| HSV(B) | 122.52º | 0.87% | 0.96% | - |
| XYZ | 33.95 | 66.38 | 13.12 | - |
| YUV | 158.64 | 61.6 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 246 | 41 | 0.87 | 0 | 0.83 | 0.04 | 122.52 | 0.92 | 0.55 |
| Hex | 20 | F6 | 29 | 57 | 0 | 53 | 4 | 7B | 5C | 37 |
| Octal | 40 | 366 | 51 | 127 | 0 | 123 | 4 | 173 | 134 | 67 |
| Binary | 100000 | 11110110 | 101001 | 1010111 | 0 | 1010011 | 100 | 1111011 | 1011100 | 110111 |
Color Harmonies of #20F629
Complementary color
Monochromatic Colors of #20F629
Black with #20F629
Text Example
Text Example
White with #20F629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F629; }
p { color: rgb(32,246,41); }
H1.HeaderClassName
{
color: #20F629;
}
.AnyTagClassName
{
color: #20F629;
}
</style>
background-color css
<style>
a { background-color: #20F629; }
a { background-color: rgb(32,246,41); }
div.DivClassName
{
background-color: #20F629;
}
.BgClassName
{
background-color: #20F629;
}
</style>
border-color css
<style>
span { border-color: #20F629; }
span { border-color: rgb(32,246,41); }
td.TdClassName
{
border-color: #20F629;
}
.TagClassName
{
border-color: #20F629;
}
</style>