Shades of Free Speech Green #14F000
Tints of Free Speech Green #14F000
RGB
CMYK
RGB Variations
Color information
#14F000 (or 0x14F000) is known color: Free Speech Green. HEX triplet: 14, F0 and 00. RGB value is (20,240,0). Sum of RGB (Red+Green+Blue) = 20+240+0=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 240 (94.14% from 255 or 92.31% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 240 - color contains mainly: green. Hex color #14F000 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F000 is #EB0FFF. Grayscale: #939393. Windows color (decimal): -15405056 or 61460. OLE color: 61460.
HSL color Cylindrical-coordinate representation of color #14F000: hue angle of 115º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14F000 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.06 |
| HSL | 115º | 1% | 0.47% | - |
| HSV(B) | 115º | 1% | 0.94% | - |
| XYZ | 31.45 | 62.47 | 10.4 | - |
| YUV | 146.86 | 45.11 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 0 | 0.92 | 0 | 1 | 0.06 | 115 | 1 | 0.47 |
| Hex | 14 | F0 | 0 | 5C | 0 | 64 | 6 | 73 | 64 | 2F |
| Octal | 24 | 360 | 0 | 134 | 0 | 144 | 6 | 163 | 144 | 57 |
| Binary | 10100 | 11110000 | 0 | 1011100 | 0 | 1100100 | 110 | 1110011 | 1100100 | 101111 |
Color Harmonies of #14F000
Complementary color
Monochromatic Colors of #14F000
Black with #14F000
Text Example
Text Example
White with #14F000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F000; }
p { color: rgb(20,240,0); }
H1.HeaderClassName
{
color: #14F000;
}
.AnyTagClassName
{
color: #14F000;
}
</style>
background-color css
<style>
a { background-color: #14F000; }
a { background-color: rgb(20,240,0); }
div.DivClassName
{
background-color: #14F000;
}
.BgClassName
{
background-color: #14F000;
}
</style>
border-color css
<style>
span { border-color: #14F000; }
span { border-color: rgb(20,240,0); }
td.TdClassName
{
border-color: #14F000;
}
.TagClassName
{
border-color: #14F000;
}
</style>