Shades of Green #147508
Tints of Green #147508
RGB
CMYK
RGB Variations
Color information
#147508 (or 0x147508) is known color: Green. HEX triplet: 14, 75 and 08. RGB value is (20,117,8). Sum of RGB (Red+Green+Blue) = 20+117+8=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #147508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147508 is #EB8AF7. Grayscale: #4B4B4B. Windows color (decimal): -15436536 or 554260. OLE color: 554260.
HSL color Cylindrical-coordinate representation of color #147508: hue angle of 113.39º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #147508 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 117 | 8 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.54 |
| HSL | 113.39º | 0.87% | 0.25% | - |
| HSV(B) | 113.39º | 0.93% | 0.46% | - |
| XYZ | 6.69 | 12.89 | 2.36 | - |
| YUV | 75.57 | 89.86 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 8 | 0.83 | 0 | 0.93 | 0.54 | 113.39 | 0.87 | 0.25 |
| Hex | 14 | 75 | 8 | 53 | 0 | 5D | 36 | 71 | 57 | 19 |
| Octal | 24 | 165 | 10 | 123 | 0 | 135 | 66 | 161 | 127 | 31 |
| Binary | 10100 | 1110101 | 1000 | 1010011 | 0 | 1011101 | 110110 | 1110001 | 1010111 | 11001 |
Color Harmonies of #147508
Complementary color
Monochromatic Colors of #147508
Black with #147508
Text Example
Text Example
White with #147508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147508; }
p { color: rgb(20,117,8); }
H1.HeaderClassName
{
color: #147508;
}
.AnyTagClassName
{
color: #147508;
}
</style>
background-color css
<style>
a { background-color: #147508; }
a { background-color: rgb(20,117,8); }
div.DivClassName
{
background-color: #147508;
}
.BgClassName
{
background-color: #147508;
}
</style>
border-color css
<style>
span { border-color: #147508; }
span { border-color: rgb(20,117,8); }
td.TdClassName
{
border-color: #147508;
}
.TagClassName
{
border-color: #147508;
}
</style>