Shades of Free Speech Green #14CC04
Tints of Free Speech Green #14CC04
RGB
CMYK
RGB Variations
Color information
#14CC04 (or 0x14CC04) is known color: Free Speech Green. HEX triplet: 14, CC and 04. RGB value is (20,204,4). Sum of RGB (Red+Green+Blue) = 20+204+4=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 204 (80.08% from 255 or 89.47% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CC04 is #EB33FB. Grayscale: #7E7E7E. Windows color (decimal): -15414268 or 314388. OLE color: 314388.
HSL color Cylindrical-coordinate representation of color #14CC04: hue angle of 115.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14CC04 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 4 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.2 |
| HSL | 115.2º | 0.96% | 0.41% | - |
| HSV(B) | 115.2º | 0.98% | 0.8% | - |
| XYZ | 21.9 | 43.34 | 7.33 | - |
| YUV | 126.18 | 59.04 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 4 | 0.90 | 0 | 0.98 | 0.2 | 115.2 | 0.96 | 0.41 |
| Hex | 14 | CC | 4 | 5A | 0 | 62 | 14 | 73 | 60 | 29 |
| Octal | 24 | 314 | 4 | 132 | 0 | 142 | 24 | 163 | 140 | 51 |
| Binary | 10100 | 11001100 | 100 | 1011010 | 0 | 1100010 | 10100 | 1110011 | 1100000 | 101001 |
Color Harmonies of #14CC04
Complementary color
Monochromatic Colors of #14CC04
Black with #14CC04
Text Example
Text Example
White with #14CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC04; }
p { color: rgb(20,204,4); }
H1.HeaderClassName
{
color: #14CC04;
}
.AnyTagClassName
{
color: #14CC04;
}
</style>
background-color css
<style>
a { background-color: #14CC04; }
a { background-color: rgb(20,204,4); }
div.DivClassName
{
background-color: #14CC04;
}
.BgClassName
{
background-color: #14CC04;
}
</style>
border-color css
<style>
span { border-color: #14CC04; }
span { border-color: rgb(20,204,4); }
td.TdClassName
{
border-color: #14CC04;
}
.TagClassName
{
border-color: #14CC04;
}
</style>