Shades of Pigment Green #149C44
Tints of Pigment Green #149C44
RGB
CMYK
RGB Variations
Color information
#149C44 (or 0x149C44) is known color: Pigment Green. HEX triplet: 14, 9C and 44. RGB value is (20,156,68). Sum of RGB (Red+Green+Blue) = 20+156+68=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 156 (61.33% from 255 or 63.93% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 156 - color contains mainly: green. Hex color #149C44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C44 is #EB63BB. Grayscale: #696969. Windows color (decimal): -15426492 or 4496404. OLE color: 4496404.
HSL color Cylindrical-coordinate representation of color #149C44: hue angle of 141.18º 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 #149C44 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 68 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.39 |
| HSL | 141.18º | 0.77% | 0.35% | - |
| HSV(B) | 141.18º | 0.87% | 0.61% | - |
| XYZ | 13.22 | 24.34 | 9.47 | - |
| YUV | 105.3 | 106.94 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 68 | 0.87 | 0 | 0.56 | 0.39 | 141.18 | 0.77 | 0.35 |
| Hex | 14 | 9C | 44 | 57 | 0 | 38 | 27 | 8D | 4D | 23 |
| Octal | 24 | 234 | 104 | 127 | 0 | 70 | 47 | 215 | 115 | 43 |
| Binary | 10100 | 10011100 | 1000100 | 1010111 | 0 | 111000 | 100111 | 10001101 | 1001101 | 100011 |
Color Harmonies of #149C44
Complementary color
Monochromatic Colors of #149C44
Black with #149C44
Text Example
Text Example
White with #149C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C44; }
p { color: rgb(20,156,68); }
H1.HeaderClassName
{
color: #149C44;
}
.AnyTagClassName
{
color: #149C44;
}
</style>
background-color css
<style>
a { background-color: #149C44; }
a { background-color: rgb(20,156,68); }
div.DivClassName
{
background-color: #149C44;
}
.BgClassName
{
background-color: #149C44;
}
</style>
border-color css
<style>
span { border-color: #149C44; }
span { border-color: rgb(20,156,68); }
td.TdClassName
{
border-color: #149C44;
}
.TagClassName
{
border-color: #149C44;
}
</style>