Shades of Pigment Green #149D4A
Tints of Pigment Green #149D4A
RGB
CMYK
RGB Variations
Color information
#149D4A (or 0x149D4A) is known color: Pigment Green. HEX triplet: 14, 9D and 4A. RGB value is (20,157,74). Sum of RGB (Red+Green+Blue) = 20+157+74=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 157 (61.72% from 255 or 62.55% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 157 - color contains mainly: green. Hex color #149D4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D4A is #EB62B5. Grayscale: #6A6A6A. Windows color (decimal): -15426230 or 4889876. OLE color: 4889876.
HSL color Cylindrical-coordinate representation of color #149D4A: hue angle of 143.65º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149D4A is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 74 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.38 |
| HSL | 143.65º | 0.77% | 0.35% | - |
| HSV(B) | 143.65º | 0.87% | 0.62% | - |
| XYZ | 13.58 | 24.76 | 10.54 | - |
| YUV | 106.58 | 109.61 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 74 | 0.87 | 0 | 0.53 | 0.38 | 143.65 | 0.77 | 0.35 |
| Hex | 14 | 9D | 4A | 57 | 0 | 35 | 26 | 90 | 4D | 23 |
| Octal | 24 | 235 | 112 | 127 | 0 | 65 | 46 | 220 | 115 | 43 |
| Binary | 10100 | 10011101 | 1001010 | 1010111 | 0 | 110101 | 100110 | 10010000 | 1001101 | 100011 |
Color Harmonies of #149D4A
Complementary color
Monochromatic Colors of #149D4A
Black with #149D4A
Text Example
Text Example
White with #149D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D4A; }
p { color: rgb(20,157,74); }
H1.HeaderClassName
{
color: #149D4A;
}
.AnyTagClassName
{
color: #149D4A;
}
</style>
background-color css
<style>
a { background-color: #149D4A; }
a { background-color: rgb(20,157,74); }
div.DivClassName
{
background-color: #149D4A;
}
.BgClassName
{
background-color: #149D4A;
}
</style>
border-color css
<style>
span { border-color: #149D4A; }
span { border-color: rgb(20,157,74); }
td.TdClassName
{
border-color: #149D4A;
}
.TagClassName
{
border-color: #149D4A;
}
</style>