Shades of Free Speech Green #14E70D
Tints of Free Speech Green #14E70D
RGB
CMYK
RGB Variations
Color information
#14E70D (or 0x14E70D) is known color: Free Speech Green. HEX triplet: 14, E7 and 0D. RGB value is (20,231,13). Sum of RGB (Red+Green+Blue) = 20+231+13=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 231 (90.62% from 255 or 87.5% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 231 - color contains mainly: green. Hex color #14E70D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14E70D is #EB18F2. Grayscale: #8F8F8F. Windows color (decimal): -15407347 or 911124. OLE color: 911124.
HSL color Cylindrical-coordinate representation of color #14E70D: hue angle of 118.07º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14E70D is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 231 | 13 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.09 |
| HSL | 118.07º | 0.89% | 0.48% | - |
| HSV(B) | 118.07º | 0.94% | 0.91% | - |
| XYZ | 28.94 | 57.33 | 9.92 | - |
| YUV | 143.06 | 54.6 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 231 | 13 | 0.91 | 0 | 0.94 | 0.09 | 118.07 | 0.89 | 0.48 |
| Hex | 14 | E7 | D | 5B | 0 | 5E | 9 | 76 | 59 | 30 |
| Octal | 24 | 347 | 15 | 133 | 0 | 136 | 11 | 166 | 131 | 60 |
| Binary | 10100 | 11100111 | 1101 | 1011011 | 0 | 1011110 | 1001 | 1110110 | 1011001 | 110000 |
Color Harmonies of #14E70D
Complementary color
Monochromatic Colors of #14E70D
Black with #14E70D
Text Example
Text Example
White with #14E70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E70D; }
p { color: rgb(20,231,13); }
H1.HeaderClassName
{
color: #14E70D;
}
.AnyTagClassName
{
color: #14E70D;
}
</style>
background-color css
<style>
a { background-color: #14E70D; }
a { background-color: rgb(20,231,13); }
div.DivClassName
{
background-color: #14E70D;
}
.BgClassName
{
background-color: #14E70D;
}
</style>
border-color css
<style>
span { border-color: #14E70D; }
span { border-color: rgb(20,231,13); }
td.TdClassName
{
border-color: #14E70D;
}
.TagClassName
{
border-color: #14E70D;
}
</style>