Shades of Free Speech Green #14E706
Tints of Free Speech Green #14E706
RGB
CMYK
RGB Variations
Color information
#14E706 (or 0x14E706) is known color: Free Speech Green. HEX triplet: 14, E7 and 06. RGB value is (20,231,6). Sum of RGB (Red+Green+Blue) = 20+231+6=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 231 (90.62% from 255 or 89.88% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 231 - color contains mainly: green. Hex color #14E706 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14E706 is #EB18F9. Grayscale: #8E8E8E. Windows color (decimal): -15407354 or 452372. OLE color: 452372.
HSL color Cylindrical-coordinate representation of color #14E706: hue angle of 116.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14E706 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 231 | 6 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.09 |
| HSL | 116.27º | 0.95% | 0.46% | - |
| HSV(B) | 116.27º | 0.97% | 0.91% | - |
| XYZ | 28.9 | 57.31 | 9.71 | - |
| YUV | 142.26 | 51.1 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 231 | 6 | 0.91 | 0 | 0.97 | 0.09 | 116.27 | 0.95 | 0.46 |
| Hex | 14 | E7 | 6 | 5B | 0 | 61 | 9 | 74 | 5F | 2E |
| Octal | 24 | 347 | 6 | 133 | 0 | 141 | 11 | 164 | 137 | 56 |
| Binary | 10100 | 11100111 | 110 | 1011011 | 0 | 1100001 | 1001 | 1110100 | 1011111 | 101110 |
Color Harmonies of #14E706
Complementary color
Monochromatic Colors of #14E706
Black with #14E706
Text Example
Text Example
White with #14E706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E706; }
p { color: rgb(20,231,6); }
H1.HeaderClassName
{
color: #14E706;
}
.AnyTagClassName
{
color: #14E706;
}
</style>
background-color css
<style>
a { background-color: #14E706; }
a { background-color: rgb(20,231,6); }
div.DivClassName
{
background-color: #14E706;
}
.BgClassName
{
background-color: #14E706;
}
</style>
border-color css
<style>
span { border-color: #14E706; }
span { border-color: rgb(20,231,6); }
td.TdClassName
{
border-color: #14E706;
}
.TagClassName
{
border-color: #14E706;
}
</style>