Shades of Green #147A05
Tints of Green #147A05
RGB
CMYK
RGB Variations
Color information
#147A05 (or 0x147A05) is known color: Green. HEX triplet: 14, 7A and 05. RGB value is (20,122,5). Sum of RGB (Red+Green+Blue) = 20+122+5=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 122 (48.05% from 255 or 82.99% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 122 - color contains mainly: green. Hex color #147A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147A05 is #EB85FA. Grayscale: #4E4E4E. Windows color (decimal): -15435259 or 358932. OLE color: 358932.
HSL color Cylindrical-coordinate representation of color #147A05: hue angle of 112.31º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #147A05 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 122 | 5 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.52 |
| HSL | 112.31º | 0.92% | 0.25% | - |
| HSV(B) | 112.31º | 0.96% | 0.48% | - |
| XYZ | 7.28 | 14.08 | 2.48 | - |
| YUV | 78.16 | 86.71 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 5 | 0.84 | 0 | 0.96 | 0.52 | 112.31 | 0.92 | 0.25 |
| Hex | 14 | 7A | 5 | 54 | 0 | 60 | 34 | 70 | 5C | 19 |
| Octal | 24 | 172 | 5 | 124 | 0 | 140 | 64 | 160 | 134 | 31 |
| Binary | 10100 | 1111010 | 101 | 1010100 | 0 | 1100000 | 110100 | 1110000 | 1011100 | 11001 |
Color Harmonies of #147A05
Complementary color
Monochromatic Colors of #147A05
Black with #147A05
Text Example
Text Example
White with #147A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147A05; }
p { color: rgb(20,122,5); }
H1.HeaderClassName
{
color: #147A05;
}
.AnyTagClassName
{
color: #147A05;
}
</style>
background-color css
<style>
a { background-color: #147A05; }
a { background-color: rgb(20,122,5); }
div.DivClassName
{
background-color: #147A05;
}
.BgClassName
{
background-color: #147A05;
}
</style>
border-color css
<style>
span { border-color: #147A05; }
span { border-color: rgb(20,122,5); }
td.TdClassName
{
border-color: #147A05;
}
.TagClassName
{
border-color: #147A05;
}
</style>