Shades of Free Speech Green #14DC10
Tints of Free Speech Green #14DC10
RGB
CMYK
RGB Variations
Color information
#14DC10 (or 0x14DC10) is known color: Free Speech Green. HEX triplet: 14, DC and 10. RGB value is (20,220,16). Sum of RGB (Red+Green+Blue) = 20+220+16=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 220 (86.33% from 255 or 85.94% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DC10 is #EB23EF. Grayscale: #898989. Windows color (decimal): -15410160 or 1104916. OLE color: 1104916.
HSL color Cylindrical-coordinate representation of color #14DC10: hue angle of 118.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14DC10 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 16 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.14 |
| HSL | 118.82º | 0.86% | 0.46% | - |
| HSV(B) | 118.82º | 0.93% | 0.86% | - |
| XYZ | 25.98 | 51.37 | 9.04 | - |
| YUV | 136.94 | 59.74 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 16 | 0.91 | 0 | 0.93 | 0.14 | 118.82 | 0.86 | 0.46 |
| Hex | 14 | DC | 10 | 5B | 0 | 5D | E | 77 | 56 | 2E |
| Octal | 24 | 334 | 20 | 133 | 0 | 135 | 16 | 167 | 126 | 56 |
| Binary | 10100 | 11011100 | 10000 | 1011011 | 0 | 1011101 | 1110 | 1110111 | 1010110 | 101110 |
Color Harmonies of #14DC10
Complementary color
Monochromatic Colors of #14DC10
Black with #14DC10
Text Example
Text Example
White with #14DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC10; }
p { color: rgb(20,220,16); }
H1.HeaderClassName
{
color: #14DC10;
}
.AnyTagClassName
{
color: #14DC10;
}
</style>
background-color css
<style>
a { background-color: #14DC10; }
a { background-color: rgb(20,220,16); }
div.DivClassName
{
background-color: #14DC10;
}
.BgClassName
{
background-color: #14DC10;
}
</style>
border-color css
<style>
span { border-color: #14DC10; }
span { border-color: rgb(20,220,16); }
td.TdClassName
{
border-color: #14DC10;
}
.TagClassName
{
border-color: #14DC10;
}
</style>