Shades of Pigment Green #149C47
Tints of Pigment Green #149C47
RGB
CMYK
RGB Variations
Color information
#149C47 (or 0x149C47) is known color: Pigment Green. HEX triplet: 14, 9C and 47. RGB value is (20,156,71). Sum of RGB (Red+Green+Blue) = 20+156+71=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 156 (61.33% from 255 or 63.16% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 156 - color contains mainly: green. Hex color #149C47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C47 is #EB63B8. Grayscale: #696969. Windows color (decimal): -15426489 or 4693012. OLE color: 4693012.
HSL color Cylindrical-coordinate representation of color #149C47: hue angle of 142.5º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C47 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 71 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.39 |
| HSL | 142.5º | 0.77% | 0.35% | - |
| HSV(B) | 142.5º | 0.87% | 0.61% | - |
| XYZ | 13.31 | 24.38 | 9.97 | - |
| YUV | 105.65 | 108.44 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 71 | 0.87 | 0 | 0.54 | 0.39 | 142.5 | 0.77 | 0.35 |
| Hex | 14 | 9C | 47 | 57 | 0 | 36 | 27 | 8E | 4D | 23 |
| Octal | 24 | 234 | 107 | 127 | 0 | 66 | 47 | 216 | 115 | 43 |
| Binary | 10100 | 10011100 | 1000111 | 1010111 | 0 | 110110 | 100111 | 10001110 | 1001101 | 100011 |
Color Harmonies of #149C47
Complementary color
Monochromatic Colors of #149C47
Black with #149C47
Text Example
Text Example
White with #149C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C47; }
p { color: rgb(20,156,71); }
H1.HeaderClassName
{
color: #149C47;
}
.AnyTagClassName
{
color: #149C47;
}
</style>
background-color css
<style>
a { background-color: #149C47; }
a { background-color: rgb(20,156,71); }
div.DivClassName
{
background-color: #149C47;
}
.BgClassName
{
background-color: #149C47;
}
</style>
border-color css
<style>
span { border-color: #149C47; }
span { border-color: rgb(20,156,71); }
td.TdClassName
{
border-color: #149C47;
}
.TagClassName
{
border-color: #149C47;
}
</style>