Shades of Free Speech Green #14D815
Tints of Free Speech Green #14D815
RGB
CMYK
RGB Variations
Color information
#14D815 (or 0x14D815) is known color: Free Speech Green. HEX triplet: 14, D8 and 15. RGB value is (20,216,21). Sum of RGB (Red+Green+Blue) = 20+216+21=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 216 (84.77% from 255 or 84.05% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 216 - color contains mainly: green. Hex color #14D815 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D815 is #EB27EA. Grayscale: #878787. Windows color (decimal): -15411179 or 1431572. OLE color: 1431572.
HSL color Cylindrical-coordinate representation of color #14D815: hue angle of 120.31º 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 #14D815 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 21 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.15 |
| HSL | 120.31º | 0.83% | 0.46% | - |
| HSV(B) | 120.31º | 0.91% | 0.85% | - |
| XYZ | 24.98 | 49.31 | 8.91 | - |
| YUV | 135.17 | 63.57 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 21 | 0.91 | 0 | 0.90 | 0.15 | 120.31 | 0.83 | 0.46 |
| Hex | 14 | D8 | 15 | 5B | 0 | 5A | F | 78 | 53 | 2E |
| Octal | 24 | 330 | 25 | 133 | 0 | 132 | 17 | 170 | 123 | 56 |
| Binary | 10100 | 11011000 | 10101 | 1011011 | 0 | 1011010 | 1111 | 1111000 | 1010011 | 101110 |
Color Harmonies of #14D815
Complementary color
Monochromatic Colors of #14D815
Black with #14D815
Text Example
Text Example
White with #14D815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D815; }
p { color: rgb(20,216,21); }
H1.HeaderClassName
{
color: #14D815;
}
.AnyTagClassName
{
color: #14D815;
}
</style>
background-color css
<style>
a { background-color: #14D815; }
a { background-color: rgb(20,216,21); }
div.DivClassName
{
background-color: #14D815;
}
.BgClassName
{
background-color: #14D815;
}
</style>
border-color css
<style>
span { border-color: #14D815; }
span { border-color: rgb(20,216,21); }
td.TdClassName
{
border-color: #14D815;
}
.TagClassName
{
border-color: #14D815;
}
</style>