Shades of Free Speech Green #14F500
Tints of Free Speech Green #14F500
RGB
CMYK
RGB Variations
Color information
#14F500 (or 0x14F500) is known color: Free Speech Green. HEX triplet: 14, F5 and 00. RGB value is (20,245,0). Sum of RGB (Red+Green+Blue) = 20+245+0=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 245 (96.09% from 255 or 92.45% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 245 - color contains mainly: green. Hex color #14F500 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F500 is #EB0AFF. Grayscale: #969696. Windows color (decimal): -15403776 or 62740. OLE color: 62740.
HSL color Cylindrical-coordinate representation of color #14F500: hue angle of 115.1º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14F500 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 245 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.04 |
| HSL | 115.1º | 1% | 0.48% | - |
| HSV(B) | 115.1º | 1% | 0.96% | - |
| XYZ | 32.94 | 65.45 | 10.9 | - |
| YUV | 149.8 | 43.46 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 245 | 0 | 0.92 | 0 | 1 | 0.04 | 115.1 | 1 | 0.48 |
| Hex | 14 | F5 | 0 | 5C | 0 | 64 | 4 | 73 | 64 | 30 |
| Octal | 24 | 365 | 0 | 134 | 0 | 144 | 4 | 163 | 144 | 60 |
| Binary | 10100 | 11110101 | 0 | 1011100 | 0 | 1100100 | 100 | 1110011 | 1100100 | 110000 |
Color Harmonies of #14F500
Complementary color
Monochromatic Colors of #14F500
Black with #14F500
Text Example
Text Example
White with #14F500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F500; }
p { color: rgb(20,245,0); }
H1.HeaderClassName
{
color: #14F500;
}
.AnyTagClassName
{
color: #14F500;
}
</style>
background-color css
<style>
a { background-color: #14F500; }
a { background-color: rgb(20,245,0); }
div.DivClassName
{
background-color: #14F500;
}
.BgClassName
{
background-color: #14F500;
}
</style>
border-color css
<style>
span { border-color: #14F500; }
span { border-color: rgb(20,245,0); }
td.TdClassName
{
border-color: #14F500;
}
.TagClassName
{
border-color: #14F500;
}
</style>