Shades of Free Speech Green #14DF0D
Tints of Free Speech Green #14DF0D
RGB
CMYK
RGB Variations
Color information
#14DF0D (or 0x14DF0D) is known color: Free Speech Green. HEX triplet: 14, DF and 0D. RGB value is (20,223,13). Sum of RGB (Red+Green+Blue) = 20+223+13=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 223 (87.5% from 255 or 87.11% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DF0D is #EB20F2. Grayscale: #8B8B8B. Windows color (decimal): -15409395 or 909076. OLE color: 909076.
HSL color Cylindrical-coordinate representation of color #14DF0D: hue angle of 118º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14DF0D is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 13 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.13 |
| HSL | 118º | 0.89% | 0.46% | - |
| HSV(B) | 118º | 0.94% | 0.87% | - |
| XYZ | 26.75 | 52.95 | 9.19 | - |
| YUV | 138.36 | 57.25 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 13 | 0.91 | 0 | 0.94 | 0.13 | 118 | 0.89 | 0.46 |
| Hex | 14 | DF | D | 5B | 0 | 5E | D | 76 | 59 | 2E |
| Octal | 24 | 337 | 15 | 133 | 0 | 136 | 15 | 166 | 131 | 56 |
| Binary | 10100 | 11011111 | 1101 | 1011011 | 0 | 1011110 | 1101 | 1110110 | 1011001 | 101110 |
Color Harmonies of #14DF0D
Complementary color
Monochromatic Colors of #14DF0D
Black with #14DF0D
Text Example
Text Example
White with #14DF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF0D; }
p { color: rgb(20,223,13); }
H1.HeaderClassName
{
color: #14DF0D;
}
.AnyTagClassName
{
color: #14DF0D;
}
</style>
background-color css
<style>
a { background-color: #14DF0D; }
a { background-color: rgb(20,223,13); }
div.DivClassName
{
background-color: #14DF0D;
}
.BgClassName
{
background-color: #14DF0D;
}
</style>
border-color css
<style>
span { border-color: #14DF0D; }
span { border-color: rgb(20,223,13); }
td.TdClassName
{
border-color: #14DF0D;
}
.TagClassName
{
border-color: #14DF0D;
}
</style>