Shades of Free Speech Green #14E720
Tints of Free Speech Green #14E720
RGB
CMYK
RGB Variations
Color information
#14E720 (or 0x14E720) is known color: Free Speech Green. HEX triplet: 14, E7 and 20. RGB value is (20,231,32). Sum of RGB (Red+Green+Blue) = 20+231+32=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 231 (90.62% from 255 or 81.63% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 231 - color contains mainly: green. Hex color #14E720 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14E720 is #EB18DF. Grayscale: #919191. Windows color (decimal): -15407328 or 2156308. OLE color: 2156308.
HSL color Cylindrical-coordinate representation of color #14E720: hue angle of 123.41º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E720 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 231 | 32 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.09 |
| HSL | 123.41º | 0.84% | 0.49% | - |
| HSV(B) | 123.41º | 0.91% | 0.91% | - |
| XYZ | 29.13 | 57.4 | 10.91 | - |
| YUV | 145.23 | 64.1 | 38.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 231 | 32 | 0.91 | 0 | 0.86 | 0.09 | 123.41 | 0.84 | 0.49 |
| Hex | 14 | E7 | 20 | 5B | 0 | 56 | 9 | 7B | 54 | 31 |
| Octal | 24 | 347 | 40 | 133 | 0 | 126 | 11 | 173 | 124 | 61 |
| Binary | 10100 | 11100111 | 100000 | 1011011 | 0 | 1010110 | 1001 | 1111011 | 1010100 | 110001 |
Color Harmonies of #14E720
Complementary color
Monochromatic Colors of #14E720
Black with #14E720
Text Example
Text Example
White with #14E720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E720; }
p { color: rgb(20,231,32); }
H1.HeaderClassName
{
color: #14E720;
}
.AnyTagClassName
{
color: #14E720;
}
</style>
background-color css
<style>
a { background-color: #14E720; }
a { background-color: rgb(20,231,32); }
div.DivClassName
{
background-color: #14E720;
}
.BgClassName
{
background-color: #14E720;
}
</style>
border-color css
<style>
span { border-color: #14E720; }
span { border-color: rgb(20,231,32); }
td.TdClassName
{
border-color: #14E720;
}
.TagClassName
{
border-color: #14E720;
}
</style>