Shades of Free Speech Green #14D418
Tints of Free Speech Green #14D418
RGB
CMYK
RGB Variations
Color information
#14D418 (or 0x14D418) is known color: Free Speech Green. HEX triplet: 14, D4 and 18. RGB value is (20,212,24). Sum of RGB (Red+Green+Blue) = 20+212+24=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 212 (83.20% from 255 or 82.81% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 212 - color contains mainly: green. Hex color #14D418 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D418 is #EB2BE7. Grayscale: #858585. Windows color (decimal): -15412200 or 1627156. OLE color: 1627156.
HSL color Cylindrical-coordinate representation of color #14D418: hue angle of 121.25º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D418 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 24 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.17 |
| HSL | 121.25º | 0.83% | 0.45% | - |
| HSV(B) | 121.25º | 0.91% | 0.83% | - |
| XYZ | 24 | 47.3 | 8.73 | - |
| YUV | 133.16 | 66.39 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 24 | 0.91 | 0 | 0.89 | 0.17 | 121.25 | 0.83 | 0.45 |
| Hex | 14 | D4 | 18 | 5B | 0 | 59 | 11 | 79 | 53 | 2D |
| Octal | 24 | 324 | 30 | 133 | 0 | 131 | 21 | 171 | 123 | 55 |
| Binary | 10100 | 11010100 | 11000 | 1011011 | 0 | 1011001 | 10001 | 1111001 | 1010011 | 101101 |
Color Harmonies of #14D418
Complementary color
Monochromatic Colors of #14D418
Black with #14D418
Text Example
Text Example
White with #14D418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D418; }
p { color: rgb(20,212,24); }
H1.HeaderClassName
{
color: #14D418;
}
.AnyTagClassName
{
color: #14D418;
}
</style>
background-color css
<style>
a { background-color: #14D418; }
a { background-color: rgb(20,212,24); }
div.DivClassName
{
background-color: #14D418;
}
.BgClassName
{
background-color: #14D418;
}
</style>
border-color css
<style>
span { border-color: #14D418; }
span { border-color: rgb(20,212,24); }
td.TdClassName
{
border-color: #14D418;
}
.TagClassName
{
border-color: #14D418;
}
</style>