Shades of Free Speech Green #14E115
Tints of Free Speech Green #14E115
RGB
CMYK
RGB Variations
Color information
#14E115 (or 0x14E115) is known color: Free Speech Green. HEX triplet: 14, E1 and 15. RGB value is (20,225,21). Sum of RGB (Red+Green+Blue) = 20+225+21=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 225 (88.28% from 255 or 84.59% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 225 - color contains mainly: green. Hex color #14E115 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E115 is #EB1EEA. Grayscale: #8D8D8D. Windows color (decimal): -15408875 or 1433876. OLE color: 1433876.
HSL color Cylindrical-coordinate representation of color #14E115: hue angle of 120.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E115 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 21 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.12 |
| HSL | 120.29º | 0.84% | 0.48% | - |
| HSV(B) | 120.29º | 0.91% | 0.88% | - |
| XYZ | 27.35 | 54.05 | 9.7 | - |
| YUV | 140.45 | 60.58 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 21 | 0.91 | 0 | 0.91 | 0.12 | 120.29 | 0.84 | 0.48 |
| Hex | 14 | E1 | 15 | 5B | 0 | 5B | C | 78 | 54 | 30 |
| Octal | 24 | 341 | 25 | 133 | 0 | 133 | 14 | 170 | 124 | 60 |
| Binary | 10100 | 11100001 | 10101 | 1011011 | 0 | 1011011 | 1100 | 1111000 | 1010100 | 110000 |
Color Harmonies of #14E115
Complementary color
Monochromatic Colors of #14E115
Black with #14E115
Text Example
Text Example
White with #14E115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E115; }
p { color: rgb(20,225,21); }
H1.HeaderClassName
{
color: #14E115;
}
.AnyTagClassName
{
color: #14E115;
}
</style>
background-color css
<style>
a { background-color: #14E115; }
a { background-color: rgb(20,225,21); }
div.DivClassName
{
background-color: #14E115;
}
.BgClassName
{
background-color: #14E115;
}
</style>
border-color css
<style>
span { border-color: #14E115; }
span { border-color: rgb(20,225,21); }
td.TdClassName
{
border-color: #14E115;
}
.TagClassName
{
border-color: #14E115;
}
</style>