Shades of Free Speech Green #14DF14
Tints of Free Speech Green #14DF14
RGB
CMYK
RGB Variations
Color information
#14DF14 (or 0x14DF14) is known color: Free Speech Green. HEX triplet: 14, DF and 14. RGB value is (20,223,20). Sum of RGB (Red+Green+Blue) = 20+223+20=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 223 (87.5% from 255 or 84.79% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DF14 is #EB20EB. Grayscale: #8B8B8B. Windows color (decimal): -15409388 or 1367828. OLE color: 1367828.
HSL color Cylindrical-coordinate representation of color #14DF14: hue angle of 120º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF14 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 20 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.13 |
| HSL | 120º | 0.84% | 0.48% | - |
| HSV(B) | 120º | 0.91% | 0.87% | - |
| XYZ | 26.8 | 52.97 | 9.47 | - |
| YUV | 139.16 | 60.75 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 20 | 0.91 | 0 | 0.91 | 0.13 | 120 | 0.84 | 0.48 |
| Hex | 14 | DF | 14 | 5B | 0 | 5B | D | 78 | 54 | 30 |
| Octal | 24 | 337 | 24 | 133 | 0 | 133 | 15 | 170 | 124 | 60 |
| Binary | 10100 | 11011111 | 10100 | 1011011 | 0 | 1011011 | 1101 | 1111000 | 1010100 | 110000 |
Color Harmonies of #14DF14
Complementary color
Monochromatic Colors of #14DF14
Black with #14DF14
Text Example
Text Example
White with #14DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF14; }
p { color: rgb(20,223,20); }
H1.HeaderClassName
{
color: #14DF14;
}
.AnyTagClassName
{
color: #14DF14;
}
</style>
background-color css
<style>
a { background-color: #14DF14; }
a { background-color: rgb(20,223,20); }
div.DivClassName
{
background-color: #14DF14;
}
.BgClassName
{
background-color: #14DF14;
}
</style>
border-color css
<style>
span { border-color: #14DF14; }
span { border-color: rgb(20,223,20); }
td.TdClassName
{
border-color: #14DF14;
}
.TagClassName
{
border-color: #14DF14;
}
</style>