Shades of Free Speech Green #14DD1F
Tints of Free Speech Green #14DD1F
RGB
CMYK
RGB Variations
Color information
#14DD1F (or 0x14DD1F) is known color: Free Speech Green. HEX triplet: 14, DD and 1F. RGB value is (20,221,31). Sum of RGB (Red+Green+Blue) = 20+221+31=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 221 (86.72% from 255 or 81.25% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DD1F is #EB22E0. Grayscale: #8B8B8B. Windows color (decimal): -15409889 or 2088212. OLE color: 2088212.
HSL color Cylindrical-coordinate representation of color #14DD1F: hue angle of 123.28º 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 #14DD1F is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 31 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.13 |
| HSL | 123.28º | 0.83% | 0.47% | - |
| HSV(B) | 123.28º | 0.91% | 0.87% | - |
| XYZ | 26.39 | 51.96 | 9.93 | - |
| YUV | 139.24 | 66.91 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 31 | 0.91 | 0 | 0.86 | 0.13 | 123.28 | 0.83 | 0.47 |
| Hex | 14 | DD | 1F | 5B | 0 | 56 | D | 7B | 53 | 2F |
| Octal | 24 | 335 | 37 | 133 | 0 | 126 | 15 | 173 | 123 | 57 |
| Binary | 10100 | 11011101 | 11111 | 1011011 | 0 | 1010110 | 1101 | 1111011 | 1010011 | 101111 |
Color Harmonies of #14DD1F
Complementary color
Monochromatic Colors of #14DD1F
Black with #14DD1F
Text Example
Text Example
White with #14DD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DD1F; }
p { color: rgb(20,221,31); }
H1.HeaderClassName
{
color: #14DD1F;
}
.AnyTagClassName
{
color: #14DD1F;
}
</style>
background-color css
<style>
a { background-color: #14DD1F; }
a { background-color: rgb(20,221,31); }
div.DivClassName
{
background-color: #14DD1F;
}
.BgClassName
{
background-color: #14DD1F;
}
</style>
border-color css
<style>
span { border-color: #14DD1F; }
span { border-color: rgb(20,221,31); }
td.TdClassName
{
border-color: #14DD1F;
}
.TagClassName
{
border-color: #14DD1F;
}
</style>