Shades of Free Speech Green #14DA21
Tints of Free Speech Green #14DA21
RGB
CMYK
RGB Variations
Color information
#14DA21 (or 0x14DA21) is known color: Free Speech Green. HEX triplet: 14, DA and 21. RGB value is (20,218,33). Sum of RGB (Red+Green+Blue) = 20+218+33=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 218 (85.55% from 255 or 80.44% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DA21 is #EB25DE. Grayscale: #8A8A8A. Windows color (decimal): -15410655 or 2218516. OLE color: 2218516.
HSL color Cylindrical-coordinate representation of color #14DA21: hue angle of 123.94º 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 #14DA21 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 33 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.15 |
| HSL | 123.94º | 0.83% | 0.47% | - |
| HSV(B) | 123.94º | 0.91% | 0.85% | - |
| XYZ | 25.63 | 50.4 | 9.82 | - |
| YUV | 137.71 | 68.9 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 33 | 0.91 | 0 | 0.85 | 0.15 | 123.94 | 0.83 | 0.47 |
| Hex | 14 | DA | 21 | 5B | 0 | 55 | F | 7C | 53 | 2F |
| Octal | 24 | 332 | 41 | 133 | 0 | 125 | 17 | 174 | 123 | 57 |
| Binary | 10100 | 11011010 | 100001 | 1011011 | 0 | 1010101 | 1111 | 1111100 | 1010011 | 101111 |
Color Harmonies of #14DA21
Complementary color
Monochromatic Colors of #14DA21
Black with #14DA21
Text Example
Text Example
White with #14DA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DA21; }
p { color: rgb(20,218,33); }
H1.HeaderClassName
{
color: #14DA21;
}
.AnyTagClassName
{
color: #14DA21;
}
</style>
background-color css
<style>
a { background-color: #14DA21; }
a { background-color: rgb(20,218,33); }
div.DivClassName
{
background-color: #14DA21;
}
.BgClassName
{
background-color: #14DA21;
}
</style>
border-color css
<style>
span { border-color: #14DA21; }
span { border-color: rgb(20,218,33); }
td.TdClassName
{
border-color: #14DA21;
}
.TagClassName
{
border-color: #14DA21;
}
</style>