Shades of Free Speech Green #14DC16
Tints of Free Speech Green #14DC16
RGB
CMYK
RGB Variations
Color information
#14DC16 (or 0x14DC16) is known color: Free Speech Green. HEX triplet: 14, DC and 16. RGB value is (20,220,22). Sum of RGB (Red+Green+Blue) = 20+220+22=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 220 (86.33% from 255 or 83.97% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DC16 is #EB23E9. Grayscale: #8A8A8A. Windows color (decimal): -15410154 or 1498132. OLE color: 1498132.
HSL color Cylindrical-coordinate representation of color #14DC16: hue angle of 120.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC16 is Cyan = 0.91, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 22 | - |
| CMYK | 0.91 | 0 | 0.9 | 0.14 |
| HSL | 120.6º | 0.83% | 0.47% | - |
| HSV(B) | 120.6º | 0.91% | 0.86% | - |
| XYZ | 26.03 | 51.39 | 9.31 | - |
| YUV | 137.63 | 62.74 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 22 | 0.91 | 0 | 0.9 | 0.14 | 120.6 | 0.83 | 0.47 |
| Hex | 14 | DC | 16 | 5B | 0 | 5A | E | 79 | 53 | 2F |
| Octal | 24 | 334 | 26 | 133 | 0 | 132 | 16 | 171 | 123 | 57 |
| Binary | 10100 | 11011100 | 10110 | 1011011 | 0 | 1011010 | 1110 | 1111001 | 1010011 | 101111 |
Color Harmonies of #14DC16
Complementary color
Monochromatic Colors of #14DC16
Black with #14DC16
Text Example
Text Example
White with #14DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC16; }
p { color: rgb(20,220,22); }
H1.HeaderClassName
{
color: #14DC16;
}
.AnyTagClassName
{
color: #14DC16;
}
</style>
background-color css
<style>
a { background-color: #14DC16; }
a { background-color: rgb(20,220,22); }
div.DivClassName
{
background-color: #14DC16;
}
.BgClassName
{
background-color: #14DC16;
}
</style>
border-color css
<style>
span { border-color: #14DC16; }
span { border-color: rgb(20,220,22); }
td.TdClassName
{
border-color: #14DC16;
}
.TagClassName
{
border-color: #14DC16;
}
</style>