Shades of Free Speech Green #14DF1C
Tints of Free Speech Green #14DF1C
RGB
CMYK
RGB Variations
Color information
#14DF1C (or 0x14DF1C) is known color: Free Speech Green. HEX triplet: 14, DF and 1C. RGB value is (20,223,28). Sum of RGB (Red+Green+Blue) = 20+223+28=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 223 (87.5% from 255 or 82.29% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF1C is #EB20E3. Grayscale: #8C8C8C. Windows color (decimal): -15409380 or 1892116. OLE color: 1892116.
HSL color Cylindrical-coordinate representation of color #14DF1C: hue angle of 122.36º 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 #14DF1C is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 28 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.13 |
| HSL | 122.36º | 0.84% | 0.48% | - |
| HSV(B) | 122.36º | 0.91% | 0.87% | - |
| XYZ | 26.89 | 53.01 | 9.91 | - |
| YUV | 140.07 | 64.75 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 28 | 0.91 | 0 | 0.87 | 0.13 | 122.36 | 0.84 | 0.48 |
| Hex | 14 | DF | 1C | 5B | 0 | 57 | D | 7A | 54 | 30 |
| Octal | 24 | 337 | 34 | 133 | 0 | 127 | 15 | 172 | 124 | 60 |
| Binary | 10100 | 11011111 | 11100 | 1011011 | 0 | 1010111 | 1101 | 1111010 | 1010100 | 110000 |
Color Harmonies of #14DF1C
Complementary color
Monochromatic Colors of #14DF1C
Black with #14DF1C
Text Example
Text Example
White with #14DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF1C; }
p { color: rgb(20,223,28); }
H1.HeaderClassName
{
color: #14DF1C;
}
.AnyTagClassName
{
color: #14DF1C;
}
</style>
background-color css
<style>
a { background-color: #14DF1C; }
a { background-color: rgb(20,223,28); }
div.DivClassName
{
background-color: #14DF1C;
}
.BgClassName
{
background-color: #14DF1C;
}
</style>
border-color css
<style>
span { border-color: #14DF1C; }
span { border-color: rgb(20,223,28); }
td.TdClassName
{
border-color: #14DF1C;
}
.TagClassName
{
border-color: #14DF1C;
}
</style>