Shades of Pigment Green #149C49
Tints of Pigment Green #149C49
RGB
CMYK
RGB Variations
Color information
#149C49 (or 0x149C49) is known color: Pigment Green. HEX triplet: 14, 9C and 49. RGB value is (20,156,73). Sum of RGB (Red+Green+Blue) = 20+156+73=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 156 (61.33% from 255 or 62.65% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 156 - color contains mainly: green. Hex color #149C49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C49 is #EB63B6. Grayscale: #6A6A6A. Windows color (decimal): -15426487 or 4824084. OLE color: 4824084.
HSL color Cylindrical-coordinate representation of color #149C49: hue angle of 143.38º 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 #149C49 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 73 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.39 |
| HSL | 143.38º | 0.77% | 0.35% | - |
| HSV(B) | 143.38º | 0.87% | 0.61% | - |
| XYZ | 13.38 | 24.41 | 10.31 | - |
| YUV | 105.87 | 109.44 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 73 | 0.87 | 0 | 0.53 | 0.39 | 143.38 | 0.77 | 0.35 |
| Hex | 14 | 9C | 49 | 57 | 0 | 35 | 27 | 8F | 4D | 23 |
| Octal | 24 | 234 | 111 | 127 | 0 | 65 | 47 | 217 | 115 | 43 |
| Binary | 10100 | 10011100 | 1001001 | 1010111 | 0 | 110101 | 100111 | 10001111 | 1001101 | 100011 |
Color Harmonies of #149C49
Complementary color
Monochromatic Colors of #149C49
Black with #149C49
Text Example
Text Example
White with #149C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C49; }
p { color: rgb(20,156,73); }
H1.HeaderClassName
{
color: #149C49;
}
.AnyTagClassName
{
color: #149C49;
}
</style>
background-color css
<style>
a { background-color: #149C49; }
a { background-color: rgb(20,156,73); }
div.DivClassName
{
background-color: #149C49;
}
.BgClassName
{
background-color: #149C49;
}
</style>
border-color css
<style>
span { border-color: #149C49; }
span { border-color: rgb(20,156,73); }
td.TdClassName
{
border-color: #149C49;
}
.TagClassName
{
border-color: #149C49;
}
</style>