Shades of Free Speech Green #14DF17
Tints of Free Speech Green #14DF17
RGB
CMYK
RGB Variations
Color information
#14DF17 (or 0x14DF17) is known color: Free Speech Green. HEX triplet: 14, DF and 17. RGB value is (20,223,23). Sum of RGB (Red+Green+Blue) = 20+223+23=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 223 (87.5% from 255 or 83.83% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DF17 is #EB20E8. Grayscale: #8C8C8C. Windows color (decimal): -15409385 or 1564436. OLE color: 1564436.
HSL color Cylindrical-coordinate representation of color #14DF17: hue angle of 120.89º 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 #14DF17 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 23 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.13 |
| HSL | 120.89º | 0.84% | 0.48% | - |
| HSV(B) | 120.89º | 0.91% | 0.87% | - |
| XYZ | 26.83 | 52.99 | 9.62 | - |
| YUV | 139.5 | 62.25 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 23 | 0.91 | 0 | 0.90 | 0.13 | 120.89 | 0.84 | 0.48 |
| Hex | 14 | DF | 17 | 5B | 0 | 5A | D | 79 | 54 | 30 |
| Octal | 24 | 337 | 27 | 133 | 0 | 132 | 15 | 171 | 124 | 60 |
| Binary | 10100 | 11011111 | 10111 | 1011011 | 0 | 1011010 | 1101 | 1111001 | 1010100 | 110000 |
Color Harmonies of #14DF17
Complementary color
Monochromatic Colors of #14DF17
Black with #14DF17
Text Example
Text Example
White with #14DF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF17; }
p { color: rgb(20,223,23); }
H1.HeaderClassName
{
color: #14DF17;
}
.AnyTagClassName
{
color: #14DF17;
}
</style>
background-color css
<style>
a { background-color: #14DF17; }
a { background-color: rgb(20,223,23); }
div.DivClassName
{
background-color: #14DF17;
}
.BgClassName
{
background-color: #14DF17;
}
</style>
border-color css
<style>
span { border-color: #14DF17; }
span { border-color: rgb(20,223,23); }
td.TdClassName
{
border-color: #14DF17;
}
.TagClassName
{
border-color: #14DF17;
}
</style>