Shades of Free Speech Green #14CA00
Tints of Free Speech Green #14CA00
RGB
CMYK
RGB Variations
Color information
#14CA00 (or 0x14CA00) is known color: Free Speech Green. HEX triplet: 14, CA and 00. RGB value is (20,202,0). Sum of RGB (Red+Green+Blue) = 20+202+0=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 202 (79.30% from 255 or 90.99% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CA00 is #EB35FF. Grayscale: #7D7D7D. Windows color (decimal): -15414784 or 51732. OLE color: 51732.
HSL color Cylindrical-coordinate representation of color #14CA00: hue angle of 114.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14CA00 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 202 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.21 |
| HSL | 114.06º | 1% | 0.4% | - |
| HSV(B) | 114.06º | 1% | 0.79% | - |
| XYZ | 21.41 | 42.39 | 7.05 | - |
| YUV | 124.55 | 57.7 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 202 | 0 | 0.90 | 0 | 1 | 0.21 | 114.06 | 1 | 0.4 |
| Hex | 14 | CA | 0 | 5A | 0 | 64 | 15 | 72 | 64 | 28 |
| Octal | 24 | 312 | 0 | 132 | 0 | 144 | 25 | 162 | 144 | 50 |
| Binary | 10100 | 11001010 | 0 | 1011010 | 0 | 1100100 | 10101 | 1110010 | 1100100 | 101000 |
Color Harmonies of #14CA00
Complementary color
Monochromatic Colors of #14CA00
Black with #14CA00
Text Example
Text Example
White with #14CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CA00; }
p { color: rgb(20,202,0); }
H1.HeaderClassName
{
color: #14CA00;
}
.AnyTagClassName
{
color: #14CA00;
}
</style>
background-color css
<style>
a { background-color: #14CA00; }
a { background-color: rgb(20,202,0); }
div.DivClassName
{
background-color: #14CA00;
}
.BgClassName
{
background-color: #14CA00;
}
</style>
border-color css
<style>
span { border-color: #14CA00; }
span { border-color: rgb(20,202,0); }
td.TdClassName
{
border-color: #14CA00;
}
.TagClassName
{
border-color: #14CA00;
}
</style>