Shades of Free Speech Green #14D312
Tints of Free Speech Green #14D312
RGB
CMYK
RGB Variations
Color information
#14D312 (or 0x14D312) is known color: Free Speech Green. HEX triplet: 14, D3 and 12. RGB value is (20,211,18). Sum of RGB (Red+Green+Blue) = 20+211+18=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 211 (82.81% from 255 or 84.74% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 211 - color contains mainly: green. Hex color #14D312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D312 is #EB2CED. Grayscale: #848484. Windows color (decimal): -15412462 or 1233684. OLE color: 1233684.
HSL color Cylindrical-coordinate representation of color #14D312: hue angle of 119.38º degrees, saturation: 0.84, 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 #14D312 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 211 | 18 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.17 |
| HSL | 119.38º | 0.84% | 0.45% | - |
| HSV(B) | 119.38º | 0.91% | 0.83% | - |
| XYZ | 23.69 | 46.78 | 8.35 | - |
| YUV | 131.89 | 63.72 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 211 | 18 | 0.91 | 0 | 0.91 | 0.17 | 119.38 | 0.84 | 0.45 |
| Hex | 14 | D3 | 12 | 5B | 0 | 5B | 11 | 77 | 54 | 2D |
| Octal | 24 | 323 | 22 | 133 | 0 | 133 | 21 | 167 | 124 | 55 |
| Binary | 10100 | 11010011 | 10010 | 1011011 | 0 | 1011011 | 10001 | 1110111 | 1010100 | 101101 |
Color Harmonies of #14D312
Complementary color
Monochromatic Colors of #14D312
Black with #14D312
Text Example
Text Example
White with #14D312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D312; }
p { color: rgb(20,211,18); }
H1.HeaderClassName
{
color: #14D312;
}
.AnyTagClassName
{
color: #14D312;
}
</style>
background-color css
<style>
a { background-color: #14D312; }
a { background-color: rgb(20,211,18); }
div.DivClassName
{
background-color: #14D312;
}
.BgClassName
{
background-color: #14D312;
}
</style>
border-color css
<style>
span { border-color: #14D312; }
span { border-color: rgb(20,211,18); }
td.TdClassName
{
border-color: #14D312;
}
.TagClassName
{
border-color: #14D312;
}
</style>