Shades of Green #147F05
Tints of Green #147F05
RGB
CMYK
RGB Variations
Color information
#147F05 (or 0x147F05) is known color: Green. HEX triplet: 14, 7F and 05. RGB value is (20,127,5). Sum of RGB (Red+Green+Blue) = 20+127+5=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 127 (50% from 255 or 83.55% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 127 - color contains mainly: green. Hex color #147F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147F05 is #EB80FA. Grayscale: #515151. Windows color (decimal): -15433979 or 360212. OLE color: 360212.
HSL color Cylindrical-coordinate representation of color #147F05: hue angle of 112.62º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #147F05 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 5 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.50 |
| HSL | 112.62º | 0.92% | 0.26% | - |
| HSV(B) | 112.62º | 0.96% | 0.5% | - |
| XYZ | 7.91 | 15.34 | 2.69 | - |
| YUV | 81.1 | 85.05 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 5 | 0.84 | 0 | 0.96 | 0.50 | 112.62 | 0.92 | 0.26 |
| Hex | 14 | 7F | 5 | 54 | 0 | 60 | 32 | 71 | 5C | 1A |
| Octal | 24 | 177 | 5 | 124 | 0 | 140 | 62 | 161 | 134 | 32 |
| Binary | 10100 | 1111111 | 101 | 1010100 | 0 | 1100000 | 110010 | 1110001 | 1011100 | 11010 |
Color Harmonies of #147F05
Complementary color
Monochromatic Colors of #147F05
Black with #147F05
Text Example
Text Example
White with #147F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F05; }
p { color: rgb(20,127,5); }
H1.HeaderClassName
{
color: #147F05;
}
.AnyTagClassName
{
color: #147F05;
}
</style>
background-color css
<style>
a { background-color: #147F05; }
a { background-color: rgb(20,127,5); }
div.DivClassName
{
background-color: #147F05;
}
.BgClassName
{
background-color: #147F05;
}
</style>
border-color css
<style>
span { border-color: #147F05; }
span { border-color: rgb(20,127,5); }
td.TdClassName
{
border-color: #147F05;
}
.TagClassName
{
border-color: #147F05;
}
</style>