Shades of Free Speech Green #14EF14
Tints of Free Speech Green #14EF14
RGB
CMYK
RGB Variations
Color information
#14EF14 (or 0x14EF14) is known color: Free Speech Green. HEX triplet: 14, EF and 14. RGB value is (20,239,20). Sum of RGB (Red+Green+Blue) = 20+239+20=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 239 (93.75% from 255 or 85.66% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14EF14 is #EB10EB. Grayscale: #959595. Windows color (decimal): -15405292 or 1371924. OLE color: 1371924.
HSL color Cylindrical-coordinate representation of color #14EF14: hue angle of 120º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EF14 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 20 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.06 |
| HSL | 120º | 0.87% | 0.51% | - |
| HSV(B) | 120º | 0.92% | 0.94% | - |
| XYZ | 31.28 | 61.93 | 10.97 | - |
| YUV | 148.55 | 55.45 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 20 | 0.92 | 0 | 0.92 | 0.06 | 120 | 0.87 | 0.51 |
| Hex | 14 | EF | 14 | 5C | 0 | 5C | 6 | 78 | 57 | 33 |
| Octal | 24 | 357 | 24 | 134 | 0 | 134 | 6 | 170 | 127 | 63 |
| Binary | 10100 | 11101111 | 10100 | 1011100 | 0 | 1011100 | 110 | 1111000 | 1010111 | 110011 |
Color Harmonies of #14EF14
Complementary color
Monochromatic Colors of #14EF14
Black with #14EF14
Text Example
Text Example
White with #14EF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EF14; }
p { color: rgb(20,239,20); }
H1.HeaderClassName
{
color: #14EF14;
}
.AnyTagClassName
{
color: #14EF14;
}
</style>
background-color css
<style>
a { background-color: #14EF14; }
a { background-color: rgb(20,239,20); }
div.DivClassName
{
background-color: #14EF14;
}
.BgClassName
{
background-color: #14EF14;
}
</style>
border-color css
<style>
span { border-color: #14EF14; }
span { border-color: rgb(20,239,20); }
td.TdClassName
{
border-color: #14EF14;
}
.TagClassName
{
border-color: #14EF14;
}
</style>