Shades of Free Speech Green #14D516
Tints of Free Speech Green #14D516
RGB
CMYK
RGB Variations
Color information
#14D516 (or 0x14D516) is known color: Free Speech Green. HEX triplet: 14, D5 and 16. RGB value is (20,213,22). Sum of RGB (Red+Green+Blue) = 20+213+22=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 213 (83.59% from 255 or 83.53% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 213 - color contains mainly: green. Hex color #14D516 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D516 is #EB2AE9. Grayscale: #868686. Windows color (decimal): -15411946 or 1496340. OLE color: 1496340.
HSL color Cylindrical-coordinate representation of color #14D516: hue angle of 120.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D516 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 22 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.16 |
| HSL | 120.62º | 0.83% | 0.46% | - |
| HSV(B) | 120.62º | 0.91% | 0.84% | - |
| XYZ | 24.23 | 47.8 | 8.71 | - |
| YUV | 133.52 | 65.06 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 22 | 0.91 | 0 | 0.90 | 0.16 | 120.62 | 0.83 | 0.46 |
| Hex | 14 | D5 | 16 | 5B | 0 | 5A | 10 | 79 | 53 | 2E |
| Octal | 24 | 325 | 26 | 133 | 0 | 132 | 20 | 171 | 123 | 56 |
| Binary | 10100 | 11010101 | 10110 | 1011011 | 0 | 1011010 | 10000 | 1111001 | 1010011 | 101110 |
Color Harmonies of #14D516
Complementary color
Monochromatic Colors of #14D516
Black with #14D516
Text Example
Text Example
White with #14D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D516; }
p { color: rgb(20,213,22); }
H1.HeaderClassName
{
color: #14D516;
}
.AnyTagClassName
{
color: #14D516;
}
</style>
background-color css
<style>
a { background-color: #14D516; }
a { background-color: rgb(20,213,22); }
div.DivClassName
{
background-color: #14D516;
}
.BgClassName
{
background-color: #14D516;
}
</style>
border-color css
<style>
span { border-color: #14D516; }
span { border-color: rgb(20,213,22); }
td.TdClassName
{
border-color: #14D516;
}
.TagClassName
{
border-color: #14D516;
}
</style>