Shades of Free Speech Green #20F512
Tints of Free Speech Green #20F512
RGB
CMYK
RGB Variations
Color information
#20F512 (or 0x20F512) is known color: Free Speech Green. HEX triplet: 20, F5 and 12. RGB value is (32,245,18). Sum of RGB (Red+Green+Blue) = 32+245+18=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 245 (96.09% from 255 or 83.05% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 245 - color contains mainly: green. Hex color #20F512 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20F512 is #DF0AED. Grayscale: #9C9C9C. Windows color (decimal): -14617326 or 1242400. OLE color: 1242400.
HSL color Cylindrical-coordinate representation of color #20F512: hue angle of 116.3º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20F512 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 245 | 18 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.04 |
| HSL | 116.3º | 0.92% | 0.52% | - |
| HSV(B) | 116.3º | 0.93% | 0.96% | - |
| XYZ | 33.36 | 65.66 | 11.49 | - |
| YUV | 155.44 | 50.43 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 245 | 18 | 0.87 | 0 | 0.93 | 0.04 | 116.3 | 0.92 | 0.52 |
| Hex | 20 | F5 | 12 | 57 | 0 | 5D | 4 | 74 | 5C | 34 |
| Octal | 40 | 365 | 22 | 127 | 0 | 135 | 4 | 164 | 134 | 64 |
| Binary | 100000 | 11110101 | 10010 | 1010111 | 0 | 1011101 | 100 | 1110100 | 1011100 | 110100 |
Color Harmonies of #20F512
Complementary color
Monochromatic Colors of #20F512
Black with #20F512
Text Example
Text Example
White with #20F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F512; }
p { color: rgb(32,245,18); }
H1.HeaderClassName
{
color: #20F512;
}
.AnyTagClassName
{
color: #20F512;
}
</style>
background-color css
<style>
a { background-color: #20F512; }
a { background-color: rgb(32,245,18); }
div.DivClassName
{
background-color: #20F512;
}
.BgClassName
{
background-color: #20F512;
}
</style>
border-color css
<style>
span { border-color: #20F512; }
span { border-color: rgb(32,245,18); }
td.TdClassName
{
border-color: #20F512;
}
.TagClassName
{
border-color: #20F512;
}
</style>