Shades of Free Speech Green #14EC15
Tints of Free Speech Green #14EC15
RGB
CMYK
RGB Variations
Color information
#14EC15 (or 0x14EC15) is known color: Free Speech Green. HEX triplet: 14, EC and 15. RGB value is (20,236,21). Sum of RGB (Red+Green+Blue) = 20+236+21=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 236 (92.58% from 255 or 85.20% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 236 - color contains mainly: green. Hex color #14EC15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14EC15 is #EB13EA. Grayscale: #939393. Windows color (decimal): -15406059 or 1436692. OLE color: 1436692.
HSL color Cylindrical-coordinate representation of color #14EC15: hue angle of 120.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EC15 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 21 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.07 |
| HSL | 120.28º | 0.85% | 0.5% | - |
| HSV(B) | 120.28º | 0.92% | 0.93% | - |
| XYZ | 30.42 | 60.19 | 10.72 | - |
| YUV | 146.91 | 56.94 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 21 | 0.92 | 0 | 0.91 | 0.07 | 120.28 | 0.85 | 0.5 |
| Hex | 14 | EC | 15 | 5C | 0 | 5B | 7 | 78 | 55 | 32 |
| Octal | 24 | 354 | 25 | 134 | 0 | 133 | 7 | 170 | 125 | 62 |
| Binary | 10100 | 11101100 | 10101 | 1011100 | 0 | 1011011 | 111 | 1111000 | 1010101 | 110010 |
Color Harmonies of #14EC15
Complementary color
Monochromatic Colors of #14EC15
Black with #14EC15
Text Example
Text Example
White with #14EC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EC15; }
p { color: rgb(20,236,21); }
H1.HeaderClassName
{
color: #14EC15;
}
.AnyTagClassName
{
color: #14EC15;
}
</style>
background-color css
<style>
a { background-color: #14EC15; }
a { background-color: rgb(20,236,21); }
div.DivClassName
{
background-color: #14EC15;
}
.BgClassName
{
background-color: #14EC15;
}
</style>
border-color css
<style>
span { border-color: #14EC15; }
span { border-color: rgb(20,236,21); }
td.TdClassName
{
border-color: #14EC15;
}
.TagClassName
{
border-color: #14EC15;
}
</style>