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