Shades of Pigment Green #149C42
Tints of Pigment Green #149C42
RGB
CMYK
RGB Variations
Color information
#149C42 (or 0x149C42) is known color: Pigment Green. HEX triplet: 14, 9C and 42. RGB value is (20,156,66). Sum of RGB (Red+Green+Blue) = 20+156+66=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 156 (61.33% from 255 or 64.46% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 156 - color contains mainly: green. Hex color #149C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C42 is #EB63BD. Grayscale: #696969. Windows color (decimal): -15426494 or 4365332. OLE color: 4365332.
HSL color Cylindrical-coordinate representation of color #149C42: hue angle of 140.29º 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 #149C42 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 66 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.39 |
| HSL | 140.29º | 0.77% | 0.35% | - |
| HSV(B) | 140.29º | 0.87% | 0.61% | - |
| XYZ | 13.16 | 24.32 | 9.15 | - |
| YUV | 105.08 | 105.94 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 66 | 0.87 | 0 | 0.58 | 0.39 | 140.29 | 0.77 | 0.35 |
| Hex | 14 | 9C | 42 | 57 | 0 | 3A | 27 | 8C | 4D | 23 |
| Octal | 24 | 234 | 102 | 127 | 0 | 72 | 47 | 214 | 115 | 43 |
| Binary | 10100 | 10011100 | 1000010 | 1010111 | 0 | 111010 | 100111 | 10001100 | 1001101 | 100011 |
Color Harmonies of #149C42
Complementary color
Monochromatic Colors of #149C42
Black with #149C42
Text Example
Text Example
White with #149C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C42; }
p { color: rgb(20,156,66); }
H1.HeaderClassName
{
color: #149C42;
}
.AnyTagClassName
{
color: #149C42;
}
</style>
background-color css
<style>
a { background-color: #149C42; }
a { background-color: rgb(20,156,66); }
div.DivClassName
{
background-color: #149C42;
}
.BgClassName
{
background-color: #149C42;
}
</style>
border-color css
<style>
span { border-color: #149C42; }
span { border-color: rgb(20,156,66); }
td.TdClassName
{
border-color: #149C42;
}
.TagClassName
{
border-color: #149C42;
}
</style>