Shades of Free Speech Green #14F220
Tints of Free Speech Green #14F220
RGB
CMYK
RGB Variations
Color information
#14F220 (or 0x14F220) is known color: Free Speech Green. HEX triplet: 14, F2 and 20. RGB value is (20,242,32). Sum of RGB (Red+Green+Blue) = 20+242+32=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 242 (94.92% from 255 or 82.31% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 242 - color contains mainly: green. Hex color #14F220 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F220 is #EB0DDF. Grayscale: #989898. Windows color (decimal): -15404512 or 2159124. OLE color: 2159124.
HSL color Cylindrical-coordinate representation of color #14F220: hue angle of 123.24º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F220 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 32 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.05 |
| HSL | 123.24º | 0.9% | 0.51% | - |
| HSV(B) | 123.24º | 0.92% | 0.95% | - |
| XYZ | 32.3 | 63.76 | 11.97 | - |
| YUV | 151.68 | 60.45 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 32 | 0.92 | 0 | 0.87 | 0.05 | 123.24 | 0.9 | 0.51 |
| Hex | 14 | F2 | 20 | 5C | 0 | 57 | 5 | 7B | 5A | 33 |
| Octal | 24 | 362 | 40 | 134 | 0 | 127 | 5 | 173 | 132 | 63 |
| Binary | 10100 | 11110010 | 100000 | 1011100 | 0 | 1010111 | 101 | 1111011 | 1011010 | 110011 |
Color Harmonies of #14F220
Complementary color
Monochromatic Colors of #14F220
Black with #14F220
Text Example
Text Example
White with #14F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F220; }
p { color: rgb(20,242,32); }
H1.HeaderClassName
{
color: #14F220;
}
.AnyTagClassName
{
color: #14F220;
}
</style>
background-color css
<style>
a { background-color: #14F220; }
a { background-color: rgb(20,242,32); }
div.DivClassName
{
background-color: #14F220;
}
.BgClassName
{
background-color: #14F220;
}
</style>
border-color css
<style>
span { border-color: #14F220; }
span { border-color: rgb(20,242,32); }
td.TdClassName
{
border-color: #14F220;
}
.TagClassName
{
border-color: #14F220;
}
</style>