Shades of Free Speech Green #14E70C
Tints of Free Speech Green #14E70C
RGB
CMYK
RGB Variations
Color information
#14E70C (or 0x14E70C) is known color: Free Speech Green. HEX triplet: 14, E7 and 0C. RGB value is (20,231,12). Sum of RGB (Red+Green+Blue) = 20+231+12=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 231 (90.62% from 255 or 87.83% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 231 - color contains mainly: green. Hex color #14E70C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14E70C is #EB18F3. Grayscale: #8F8F8F. Windows color (decimal): -15407348 or 845588. OLE color: 845588.
HSL color Cylindrical-coordinate representation of color #14E70C: hue angle of 117.81º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14E70C is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 231 | 12 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.09 |
| HSL | 117.81º | 0.9% | 0.48% | - |
| HSV(B) | 117.81º | 0.95% | 0.91% | - |
| XYZ | 28.93 | 57.33 | 9.89 | - |
| YUV | 142.95 | 54.1 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 231 | 12 | 0.91 | 0 | 0.95 | 0.09 | 117.81 | 0.9 | 0.48 |
| Hex | 14 | E7 | C | 5B | 0 | 5F | 9 | 76 | 5A | 30 |
| Octal | 24 | 347 | 14 | 133 | 0 | 137 | 11 | 166 | 132 | 60 |
| Binary | 10100 | 11100111 | 1100 | 1011011 | 0 | 1011111 | 1001 | 1110110 | 1011010 | 110000 |
Color Harmonies of #14E70C
Complementary color
Monochromatic Colors of #14E70C
Black with #14E70C
Text Example
Text Example
White with #14E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E70C; }
p { color: rgb(20,231,12); }
H1.HeaderClassName
{
color: #14E70C;
}
.AnyTagClassName
{
color: #14E70C;
}
</style>
background-color css
<style>
a { background-color: #14E70C; }
a { background-color: rgb(20,231,12); }
div.DivClassName
{
background-color: #14E70C;
}
.BgClassName
{
background-color: #14E70C;
}
</style>
border-color css
<style>
span { border-color: #14E70C; }
span { border-color: rgb(20,231,12); }
td.TdClassName
{
border-color: #14E70C;
}
.TagClassName
{
border-color: #14E70C;
}
</style>