Shades of Free Speech Green #14DD17
Tints of Free Speech Green #14DD17
RGB
CMYK
RGB Variations
Color information
#14DD17 (or 0x14DD17) is known color: Free Speech Green. HEX triplet: 14, DD and 17. RGB value is (20,221,23). Sum of RGB (Red+Green+Blue) = 20+221+23=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 221 (86.72% from 255 or 83.71% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DD17 is #EB22E8. Grayscale: #8A8A8A. Windows color (decimal): -15409897 or 1563924. OLE color: 1563924.
HSL color Cylindrical-coordinate representation of color #14DD17: hue angle of 120.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DD17 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 23 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.13 |
| HSL | 120.9º | 0.83% | 0.47% | - |
| HSV(B) | 120.9º | 0.91% | 0.87% | - |
| XYZ | 26.3 | 51.92 | 9.45 | - |
| YUV | 138.33 | 62.91 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 23 | 0.91 | 0 | 0.90 | 0.13 | 120.9 | 0.83 | 0.47 |
| Hex | 14 | DD | 17 | 5B | 0 | 5A | D | 79 | 53 | 2F |
| Octal | 24 | 335 | 27 | 133 | 0 | 132 | 15 | 171 | 123 | 57 |
| Binary | 10100 | 11011101 | 10111 | 1011011 | 0 | 1011010 | 1101 | 1111001 | 1010011 | 101111 |
Color Harmonies of #14DD17
Complementary color
Monochromatic Colors of #14DD17
Black with #14DD17
Text Example
Text Example
White with #14DD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DD17; }
p { color: rgb(20,221,23); }
H1.HeaderClassName
{
color: #14DD17;
}
.AnyTagClassName
{
color: #14DD17;
}
</style>
background-color css
<style>
a { background-color: #14DD17; }
a { background-color: rgb(20,221,23); }
div.DivClassName
{
background-color: #14DD17;
}
.BgClassName
{
background-color: #14DD17;
}
</style>
border-color css
<style>
span { border-color: #14DD17; }
span { border-color: rgb(20,221,23); }
td.TdClassName
{
border-color: #14DD17;
}
.TagClassName
{
border-color: #14DD17;
}
</style>