Shades of Free Speech Green #14E815
Tints of Free Speech Green #14E815
RGB
CMYK
RGB Variations
Color information
#14E815 (or 0x14E815) is known color: Free Speech Green. HEX triplet: 14, E8 and 15. RGB value is (20,232,21). Sum of RGB (Red+Green+Blue) = 20+232+21=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 232 (91.02% from 255 or 84.98% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 232 - color contains mainly: green. Hex color #14E815 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14E815 is #EB17EA. Grayscale: #919191. Windows color (decimal): -15407083 or 1435668. OLE color: 1435668.
HSL color Cylindrical-coordinate representation of color #14E815: hue angle of 120.28º 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 #14E815 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 232 | 21 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.09 |
| HSL | 120.28º | 0.84% | 0.49% | - |
| HSV(B) | 120.28º | 0.91% | 0.91% | - |
| XYZ | 29.28 | 57.92 | 10.35 | - |
| YUV | 144.56 | 58.26 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 232 | 21 | 0.91 | 0 | 0.91 | 0.09 | 120.28 | 0.84 | 0.49 |
| Hex | 14 | E8 | 15 | 5B | 0 | 5B | 9 | 78 | 54 | 31 |
| Octal | 24 | 350 | 25 | 133 | 0 | 133 | 11 | 170 | 124 | 61 |
| Binary | 10100 | 11101000 | 10101 | 1011011 | 0 | 1011011 | 1001 | 1111000 | 1010100 | 110001 |
Color Harmonies of #14E815
Complementary color
Monochromatic Colors of #14E815
Black with #14E815
Text Example
Text Example
White with #14E815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E815; }
p { color: rgb(20,232,21); }
H1.HeaderClassName
{
color: #14E815;
}
.AnyTagClassName
{
color: #14E815;
}
</style>
background-color css
<style>
a { background-color: #14E815; }
a { background-color: rgb(20,232,21); }
div.DivClassName
{
background-color: #14E815;
}
.BgClassName
{
background-color: #14E815;
}
</style>
border-color css
<style>
span { border-color: #14E815; }
span { border-color: rgb(20,232,21); }
td.TdClassName
{
border-color: #14E815;
}
.TagClassName
{
border-color: #14E815;
}
</style>