Shades of Free Speech Green #14D407
Tints of Free Speech Green #14D407
RGB
CMYK
RGB Variations
Color information
#14D407 (or 0x14D407) is known color: Free Speech Green. HEX triplet: 14, D4 and 07. RGB value is (20,212,7). Sum of RGB (Red+Green+Blue) = 20+212+7=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 212 (83.20% from 255 or 88.70% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 212 - color contains mainly: green. Hex color #14D407 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D407 is #EB2BF8. Grayscale: #838383. Windows color (decimal): -15412217 or 513044. OLE color: 513044.
HSL color Cylindrical-coordinate representation of color #14D407: hue angle of 116.2º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14D407 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 7 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.17 |
| HSL | 116.2º | 0.94% | 0.43% | - |
| HSV(B) | 116.2º | 0.97% | 0.83% | - |
| XYZ | 23.87 | 47.25 | 8.06 | - |
| YUV | 131.22 | 57.89 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 7 | 0.91 | 0 | 0.97 | 0.17 | 116.2 | 0.94 | 0.43 |
| Hex | 14 | D4 | 7 | 5B | 0 | 61 | 11 | 74 | 5E | 2B |
| Octal | 24 | 324 | 7 | 133 | 0 | 141 | 21 | 164 | 136 | 53 |
| Binary | 10100 | 11010100 | 111 | 1011011 | 0 | 1100001 | 10001 | 1110100 | 1011110 | 101011 |
Color Harmonies of #14D407
Complementary color
Monochromatic Colors of #14D407
Black with #14D407
Text Example
Text Example
White with #14D407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D407; }
p { color: rgb(20,212,7); }
H1.HeaderClassName
{
color: #14D407;
}
.AnyTagClassName
{
color: #14D407;
}
</style>
background-color css
<style>
a { background-color: #14D407; }
a { background-color: rgb(20,212,7); }
div.DivClassName
{
background-color: #14D407;
}
.BgClassName
{
background-color: #14D407;
}
</style>
border-color css
<style>
span { border-color: #14D407; }
span { border-color: rgb(20,212,7); }
td.TdClassName
{
border-color: #14D407;
}
.TagClassName
{
border-color: #14D407;
}
</style>