Shades of Green #147F00
Tints of Green #147F00
RGB
CMYK
RGB Variations
Color information
#147F00 (or 0x147F00) is known color: Green. HEX triplet: 14, 7F and 00. RGB value is (20,127,0). Sum of RGB (Red+Green+Blue) = 20+127+0=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 127 (50% from 255 or 86.39% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 127 - color contains mainly: green. Hex color #147F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147F00 is #EB80FF. Grayscale: #505050. Windows color (decimal): -15433984 or 32532. OLE color: 32532.
HSL color Cylindrical-coordinate representation of color #147F00: hue angle of 110.55º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #147F00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.50 |
| HSL | 110.55º | 1% | 0.25% | - |
| HSV(B) | 110.55º | 1% | 0.5% | - |
| XYZ | 7.88 | 15.33 | 2.54 | - |
| YUV | 80.53 | 82.55 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 0 | 0.84 | 0 | 1 | 0.50 | 110.55 | 1 | 0.25 |
| Hex | 14 | 7F | 0 | 54 | 0 | 64 | 32 | 6F | 64 | 19 |
| Octal | 24 | 177 | 0 | 124 | 0 | 144 | 62 | 157 | 144 | 31 |
| Binary | 10100 | 1111111 | 0 | 1010100 | 0 | 1100100 | 110010 | 1101111 | 1100100 | 11001 |
Color Harmonies of #147F00
Complementary color
Monochromatic Colors of #147F00
Black with #147F00
Text Example
Text Example
White with #147F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F00; }
p { color: rgb(20,127,0); }
H1.HeaderClassName
{
color: #147F00;
}
.AnyTagClassName
{
color: #147F00;
}
</style>
background-color css
<style>
a { background-color: #147F00; }
a { background-color: rgb(20,127,0); }
div.DivClassName
{
background-color: #147F00;
}
.BgClassName
{
background-color: #147F00;
}
</style>
border-color css
<style>
span { border-color: #147F00; }
span { border-color: rgb(20,127,0); }
td.TdClassName
{
border-color: #147F00;
}
.TagClassName
{
border-color: #147F00;
}
</style>