Shades of Free Speech Green #14D010
Tints of Free Speech Green #14D010
RGB
CMYK
RGB Variations
Color information
#14D010 (or 0x14D010) is known color: Free Speech Green. HEX triplet: 14, D0 and 10. RGB value is (20,208,16). Sum of RGB (Red+Green+Blue) = 20+208+16=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 208 (81.64% from 255 or 85.25% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 208 - color contains mainly: green. Hex color #14D010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D010 is #EB2FEF. Grayscale: #828282. Windows color (decimal): -15413232 or 1101844. OLE color: 1101844.
HSL color Cylindrical-coordinate representation of color #14D010: hue angle of 118.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14D010 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 208 | 16 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.18 |
| HSL | 118.75º | 0.86% | 0.44% | - |
| HSV(B) | 118.75º | 0.92% | 0.82% | - |
| XYZ | 22.94 | 45.3 | 8.02 | - |
| YUV | 129.9 | 63.72 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 16 | 0.90 | 0 | 0.92 | 0.18 | 118.75 | 0.86 | 0.44 |
| Hex | 14 | D0 | 10 | 5A | 0 | 5C | 12 | 77 | 56 | 2C |
| Octal | 24 | 320 | 20 | 132 | 0 | 134 | 22 | 167 | 126 | 54 |
| Binary | 10100 | 11010000 | 10000 | 1011010 | 0 | 1011100 | 10010 | 1110111 | 1010110 | 101100 |
Color Harmonies of #14D010
Complementary color
Monochromatic Colors of #14D010
Black with #14D010
Text Example
Text Example
White with #14D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D010; }
p { color: rgb(20,208,16); }
H1.HeaderClassName
{
color: #14D010;
}
.AnyTagClassName
{
color: #14D010;
}
</style>
background-color css
<style>
a { background-color: #14D010; }
a { background-color: rgb(20,208,16); }
div.DivClassName
{
background-color: #14D010;
}
.BgClassName
{
background-color: #14D010;
}
</style>
border-color css
<style>
span { border-color: #14D010; }
span { border-color: rgb(20,208,16); }
td.TdClassName
{
border-color: #14D010;
}
.TagClassName
{
border-color: #14D010;
}
</style>