Shades of Free Speech Green #14D805
Tints of Free Speech Green #14D805
RGB
CMYK
RGB Variations
Color information
#14D805 (or 0x14D805) is known color: Free Speech Green. HEX triplet: 14, D8 and 05. RGB value is (20,216,5). Sum of RGB (Red+Green+Blue) = 20+216+5=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 216 (84.77% from 255 or 89.63% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 216 - color contains mainly: green. Hex color #14D805 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D805 is #EB27FA. Grayscale: #858585. Windows color (decimal): -15411195 or 382996. OLE color: 382996.
HSL color Cylindrical-coordinate representation of color #14D805: hue angle of 115.73º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14D805 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 5 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.15 |
| HSL | 115.73º | 0.95% | 0.43% | - |
| HSV(B) | 115.73º | 0.98% | 0.85% | - |
| XYZ | 24.87 | 49.27 | 8.34 | - |
| YUV | 133.34 | 55.57 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 5 | 0.91 | 0 | 0.98 | 0.15 | 115.73 | 0.95 | 0.43 |
| Hex | 14 | D8 | 5 | 5B | 0 | 62 | F | 74 | 5F | 2B |
| Octal | 24 | 330 | 5 | 133 | 0 | 142 | 17 | 164 | 137 | 53 |
| Binary | 10100 | 11011000 | 101 | 1011011 | 0 | 1100010 | 1111 | 1110100 | 1011111 | 101011 |
Color Harmonies of #14D805
Complementary color
Monochromatic Colors of #14D805
Black with #14D805
Text Example
Text Example
White with #14D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D805; }
p { color: rgb(20,216,5); }
H1.HeaderClassName
{
color: #14D805;
}
.AnyTagClassName
{
color: #14D805;
}
</style>
background-color css
<style>
a { background-color: #14D805; }
a { background-color: rgb(20,216,5); }
div.DivClassName
{
background-color: #14D805;
}
.BgClassName
{
background-color: #14D805;
}
</style>
border-color css
<style>
span { border-color: #14D805; }
span { border-color: rgb(20,216,5); }
td.TdClassName
{
border-color: #14D805;
}
.TagClassName
{
border-color: #14D805;
}
</style>