Shades of Free Speech Green #14D115
Tints of Free Speech Green #14D115
RGB
CMYK
RGB Variations
Color information
#14D115 (or 0x14D115) is known color: Free Speech Green. HEX triplet: 14, D1 and 15. RGB value is (20,209,21). Sum of RGB (Red+Green+Blue) = 20+209+21=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 209 (82.03% from 255 or 83.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 209 - color contains mainly: green. Hex color #14D115 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D115 is #EB2EEA. Grayscale: #838383. Windows color (decimal): -15412971 or 1429780. OLE color: 1429780.
HSL color Cylindrical-coordinate representation of color #14D115: hue angle of 120.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D115 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 209 | 21 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.18 |
| HSL | 120.32º | 0.83% | 0.45% | - |
| HSV(B) | 120.32º | 0.9% | 0.82% | - |
| XYZ | 23.22 | 45.8 | 8.33 | - |
| YUV | 131.06 | 65.88 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 209 | 21 | 0.90 | 0 | 0.90 | 0.18 | 120.32 | 0.83 | 0.45 |
| Hex | 14 | D1 | 15 | 5A | 0 | 5A | 12 | 78 | 53 | 2D |
| Octal | 24 | 321 | 25 | 132 | 0 | 132 | 22 | 170 | 123 | 55 |
| Binary | 10100 | 11010001 | 10101 | 1011010 | 0 | 1011010 | 10010 | 1111000 | 1010011 | 101101 |
Color Harmonies of #14D115
Complementary color
Monochromatic Colors of #14D115
Black with #14D115
Text Example
Text Example
White with #14D115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D115; }
p { color: rgb(20,209,21); }
H1.HeaderClassName
{
color: #14D115;
}
.AnyTagClassName
{
color: #14D115;
}
</style>
background-color css
<style>
a { background-color: #14D115; }
a { background-color: rgb(20,209,21); }
div.DivClassName
{
background-color: #14D115;
}
.BgClassName
{
background-color: #14D115;
}
</style>
border-color css
<style>
span { border-color: #14D115; }
span { border-color: rgb(20,209,21); }
td.TdClassName
{
border-color: #14D115;
}
.TagClassName
{
border-color: #14D115;
}
</style>