Shades of Free Speech Green #14DD19
Tints of Free Speech Green #14DD19
RGB
CMYK
RGB Variations
Color information
#14DD19 (or 0x14DD19) is known color: Free Speech Green. HEX triplet: 14, DD and 19. RGB value is (20,221,25). Sum of RGB (Red+Green+Blue) = 20+221+25=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 221 (86.72% from 255 or 83.08% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DD19 is #EB22E6. Grayscale: #8B8B8B. Windows color (decimal): -15409895 or 1694996. OLE color: 1694996.
HSL color Cylindrical-coordinate representation of color #14DD19: hue angle of 121.49º 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 #14DD19 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 25 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.13 |
| HSL | 121.49º | 0.83% | 0.47% | - |
| HSV(B) | 121.49º | 0.91% | 0.87% | - |
| XYZ | 26.32 | 51.93 | 9.56 | - |
| YUV | 138.56 | 63.91 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 25 | 0.91 | 0 | 0.89 | 0.13 | 121.49 | 0.83 | 0.47 |
| Hex | 14 | DD | 19 | 5B | 0 | 59 | D | 79 | 53 | 2F |
| Octal | 24 | 335 | 31 | 133 | 0 | 131 | 15 | 171 | 123 | 57 |
| Binary | 10100 | 11011101 | 11001 | 1011011 | 0 | 1011001 | 1101 | 1111001 | 1010011 | 101111 |
Color Harmonies of #14DD19
Complementary color
Monochromatic Colors of #14DD19
Black with #14DD19
Text Example
Text Example
White with #14DD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DD19; }
p { color: rgb(20,221,25); }
H1.HeaderClassName
{
color: #14DD19;
}
.AnyTagClassName
{
color: #14DD19;
}
</style>
background-color css
<style>
a { background-color: #14DD19; }
a { background-color: rgb(20,221,25); }
div.DivClassName
{
background-color: #14DD19;
}
.BgClassName
{
background-color: #14DD19;
}
</style>
border-color css
<style>
span { border-color: #14DD19; }
span { border-color: rgb(20,221,25); }
td.TdClassName
{
border-color: #14DD19;
}
.TagClassName
{
border-color: #14DD19;
}
</style>