Shades of Free Speech Green #14D50A
Tints of Free Speech Green #14D50A
RGB
CMYK
RGB Variations
Color information
#14D50A (or 0x14D50A) is known color: Free Speech Green. HEX triplet: 14, D5 and 0A. RGB value is (20,213,10). Sum of RGB (Red+Green+Blue) = 20+213+10=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 213 (83.59% from 255 or 87.65% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 213 - color contains mainly: green. Hex color #14D50A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D50A is #EB2AF5. Grayscale: #848484. Windows color (decimal): -15411958 or 709908. OLE color: 709908.
HSL color Cylindrical-coordinate representation of color #14D50A: hue angle of 117.04º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14D50A is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 10 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.16 |
| HSL | 117.04º | 0.91% | 0.44% | - |
| HSV(B) | 117.04º | 0.95% | 0.84% | - |
| XYZ | 24.14 | 47.76 | 8.23 | - |
| YUV | 132.15 | 59.06 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 10 | 0.91 | 0 | 0.95 | 0.16 | 117.04 | 0.91 | 0.44 |
| Hex | 14 | D5 | A | 5B | 0 | 5F | 10 | 75 | 5B | 2C |
| Octal | 24 | 325 | 12 | 133 | 0 | 137 | 20 | 165 | 133 | 54 |
| Binary | 10100 | 11010101 | 1010 | 1011011 | 0 | 1011111 | 10000 | 1110101 | 1011011 | 101100 |
Color Harmonies of #14D50A
Complementary color
Monochromatic Colors of #14D50A
Black with #14D50A
Text Example
Text Example
White with #14D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D50A; }
p { color: rgb(20,213,10); }
H1.HeaderClassName
{
color: #14D50A;
}
.AnyTagClassName
{
color: #14D50A;
}
</style>
background-color css
<style>
a { background-color: #14D50A; }
a { background-color: rgb(20,213,10); }
div.DivClassName
{
background-color: #14D50A;
}
.BgClassName
{
background-color: #14D50A;
}
</style>
border-color css
<style>
span { border-color: #14D50A; }
span { border-color: rgb(20,213,10); }
td.TdClassName
{
border-color: #14D50A;
}
.TagClassName
{
border-color: #14D50A;
}
</style>