Shades of Free Speech Green #14EF1C
Tints of Free Speech Green #14EF1C
RGB
CMYK
RGB Variations
Color information
#14EF1C (or 0x14EF1C) is known color: Free Speech Green. HEX triplet: 14, EF and 1C. RGB value is (20,239,28). Sum of RGB (Red+Green+Blue) = 20+239+28=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 239 (93.75% from 255 or 83.28% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EF1C is #EB10E3. Grayscale: #969696. Windows color (decimal): -15405284 or 1896212. OLE color: 1896212.
HSL color Cylindrical-coordinate representation of color #14EF1C: hue angle of 122.19º 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 #14EF1C is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 28 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.06 |
| HSL | 122.19º | 0.87% | 0.51% | - |
| HSV(B) | 122.19º | 0.92% | 0.94% | - |
| XYZ | 31.36 | 61.97 | 11.41 | - |
| YUV | 149.47 | 59.45 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 28 | 0.92 | 0 | 0.88 | 0.06 | 122.19 | 0.87 | 0.51 |
| Hex | 14 | EF | 1C | 5C | 0 | 58 | 6 | 7A | 57 | 33 |
| Octal | 24 | 357 | 34 | 134 | 0 | 130 | 6 | 172 | 127 | 63 |
| Binary | 10100 | 11101111 | 11100 | 1011100 | 0 | 1011000 | 110 | 1111010 | 1010111 | 110011 |
Color Harmonies of #14EF1C
Complementary color
Monochromatic Colors of #14EF1C
Black with #14EF1C
Text Example
Text Example
White with #14EF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EF1C; }
p { color: rgb(20,239,28); }
H1.HeaderClassName
{
color: #14EF1C;
}
.AnyTagClassName
{
color: #14EF1C;
}
</style>
background-color css
<style>
a { background-color: #14EF1C; }
a { background-color: rgb(20,239,28); }
div.DivClassName
{
background-color: #14EF1C;
}
.BgClassName
{
background-color: #14EF1C;
}
</style>
border-color css
<style>
span { border-color: #14EF1C; }
span { border-color: rgb(20,239,28); }
td.TdClassName
{
border-color: #14EF1C;
}
.TagClassName
{
border-color: #14EF1C;
}
</style>