Shades of Free Speech Green #14DB16
Tints of Free Speech Green #14DB16
RGB
CMYK
RGB Variations
Color information
#14DB16 (or 0x14DB16) is known color: Free Speech Green. HEX triplet: 14, DB and 16. RGB value is (20,219,22). Sum of RGB (Red+Green+Blue) = 20+219+22=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 219 (85.94% from 255 or 83.91% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DB16 is #EB24E9. Grayscale: #898989. Windows color (decimal): -15410410 or 1497876. OLE color: 1497876.
HSL color Cylindrical-coordinate representation of color #14DB16: 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 #14DB16 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 22 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.14 |
| HSL | 120.6º | 0.83% | 0.47% | - |
| HSV(B) | 120.6º | 0.91% | 0.86% | - |
| XYZ | 25.76 | 50.87 | 9.22 | - |
| YUV | 137.04 | 63.07 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 22 | 0.91 | 0 | 0.90 | 0.14 | 120.6 | 0.83 | 0.47 |
| Hex | 14 | DB | 16 | 5B | 0 | 5A | E | 79 | 53 | 2F |
| Octal | 24 | 333 | 26 | 133 | 0 | 132 | 16 | 171 | 123 | 57 |
| Binary | 10100 | 11011011 | 10110 | 1011011 | 0 | 1011010 | 1110 | 1111001 | 1010011 | 101111 |
Color Harmonies of #14DB16
Complementary color
Monochromatic Colors of #14DB16
Black with #14DB16
Text Example
Text Example
White with #14DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DB16; }
p { color: rgb(20,219,22); }
H1.HeaderClassName
{
color: #14DB16;
}
.AnyTagClassName
{
color: #14DB16;
}
</style>
background-color css
<style>
a { background-color: #14DB16; }
a { background-color: rgb(20,219,22); }
div.DivClassName
{
background-color: #14DB16;
}
.BgClassName
{
background-color: #14DB16;
}
</style>
border-color css
<style>
span { border-color: #14DB16; }
span { border-color: rgb(20,219,22); }
td.TdClassName
{
border-color: #14DB16;
}
.TagClassName
{
border-color: #14DB16;
}
</style>