Shades of Free Speech Green #14DA16
Tints of Free Speech Green #14DA16
RGB
CMYK
RGB Variations
Color information
#14DA16 (or 0x14DA16) is known color: Free Speech Green. HEX triplet: 14, DA and 16. RGB value is (20,218,22). Sum of RGB (Red+Green+Blue) = 20+218+22=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 218 (85.55% from 255 or 83.85% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DA16 is #EB25E9. Grayscale: #898989. Windows color (decimal): -15410666 or 1497620. OLE color: 1497620.
HSL color Cylindrical-coordinate representation of color #14DA16: hue angle of 120.61º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DA16 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 22 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.15 |
| HSL | 120.61º | 0.83% | 0.47% | - |
| HSV(B) | 120.61º | 0.91% | 0.85% | - |
| XYZ | 25.5 | 50.35 | 9.13 | - |
| YUV | 136.45 | 63.4 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 22 | 0.91 | 0 | 0.90 | 0.15 | 120.61 | 0.83 | 0.47 |
| Hex | 14 | DA | 16 | 5B | 0 | 5A | F | 79 | 53 | 2F |
| Octal | 24 | 332 | 26 | 133 | 0 | 132 | 17 | 171 | 123 | 57 |
| Binary | 10100 | 11011010 | 10110 | 1011011 | 0 | 1011010 | 1111 | 1111001 | 1010011 | 101111 |
Color Harmonies of #14DA16
Complementary color
Monochromatic Colors of #14DA16
Black with #14DA16
Text Example
Text Example
White with #14DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DA16; }
p { color: rgb(20,218,22); }
H1.HeaderClassName
{
color: #14DA16;
}
.AnyTagClassName
{
color: #14DA16;
}
</style>
background-color css
<style>
a { background-color: #14DA16; }
a { background-color: rgb(20,218,22); }
div.DivClassName
{
background-color: #14DA16;
}
.BgClassName
{
background-color: #14DA16;
}
</style>
border-color css
<style>
span { border-color: #14DA16; }
span { border-color: rgb(20,218,22); }
td.TdClassName
{
border-color: #14DA16;
}
.TagClassName
{
border-color: #14DA16;
}
</style>