Shades of Free Speech Green #14D917
Tints of Free Speech Green #14D917
RGB
CMYK
RGB Variations
Color information
#14D917 (or 0x14D917) is known color: Free Speech Green. HEX triplet: 14, D9 and 17. RGB value is (20,217,23). Sum of RGB (Red+Green+Blue) = 20+217+23=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 217 (85.16% from 255 or 83.46% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 217 - color contains mainly: green. Hex color #14D917 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D917 is #EB26E8. Grayscale: #888888. Windows color (decimal): -15410921 or 1562900. OLE color: 1562900.
HSL color Cylindrical-coordinate representation of color #14D917: hue angle of 120.91º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D917 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 23 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.15 |
| HSL | 120.91º | 0.83% | 0.46% | - |
| HSV(B) | 120.91º | 0.91% | 0.85% | - |
| XYZ | 25.26 | 49.84 | 9.1 | - |
| YUV | 135.98 | 64.23 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 23 | 0.91 | 0 | 0.89 | 0.15 | 120.91 | 0.83 | 0.46 |
| Hex | 14 | D9 | 17 | 5B | 0 | 59 | F | 79 | 53 | 2E |
| Octal | 24 | 331 | 27 | 133 | 0 | 131 | 17 | 171 | 123 | 56 |
| Binary | 10100 | 11011001 | 10111 | 1011011 | 0 | 1011001 | 1111 | 1111001 | 1010011 | 101110 |
Color Harmonies of #14D917
Complementary color
Monochromatic Colors of #14D917
Black with #14D917
Text Example
Text Example
White with #14D917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D917; }
p { color: rgb(20,217,23); }
H1.HeaderClassName
{
color: #14D917;
}
.AnyTagClassName
{
color: #14D917;
}
</style>
background-color css
<style>
a { background-color: #14D917; }
a { background-color: rgb(20,217,23); }
div.DivClassName
{
background-color: #14D917;
}
.BgClassName
{
background-color: #14D917;
}
</style>
border-color css
<style>
span { border-color: #14D917; }
span { border-color: rgb(20,217,23); }
td.TdClassName
{
border-color: #14D917;
}
.TagClassName
{
border-color: #14D917;
}
</style>