Shades of Pigment Green #149C4D
Tints of Pigment Green #149C4D
RGB
CMYK
RGB Variations
Color information
#149C4D (or 0x149C4D) is known color: Pigment Green. HEX triplet: 14, 9C and 4D. RGB value is (20,156,77). Sum of RGB (Red+Green+Blue) = 20+156+77=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #149C4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149C4D is #EB63B2. Grayscale: #6A6A6A. Windows color (decimal): -15426483 or 5086228. OLE color: 5086228.
HSL color Cylindrical-coordinate representation of color #149C4D: hue angle of 145.15º 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 #149C4D is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 77 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.39 |
| HSL | 145.15º | 0.77% | 0.35% | - |
| HSV(B) | 145.15º | 0.87% | 0.61% | - |
| XYZ | 13.52 | 24.46 | 11.03 | - |
| YUV | 106.33 | 111.44 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 77 | 0.87 | 0 | 0.51 | 0.39 | 145.15 | 0.77 | 0.35 |
| Hex | 14 | 9C | 4D | 57 | 0 | 33 | 27 | 91 | 4D | 23 |
| Octal | 24 | 234 | 115 | 127 | 0 | 63 | 47 | 221 | 115 | 43 |
| Binary | 10100 | 10011100 | 1001101 | 1010111 | 0 | 110011 | 100111 | 10010001 | 1001101 | 100011 |
Color Harmonies of #149C4D
Complementary color
Monochromatic Colors of #149C4D
Black with #149C4D
Text Example
Text Example
White with #149C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C4D; }
p { color: rgb(20,156,77); }
H1.HeaderClassName
{
color: #149C4D;
}
.AnyTagClassName
{
color: #149C4D;
}
</style>
background-color css
<style>
a { background-color: #149C4D; }
a { background-color: rgb(20,156,77); }
div.DivClassName
{
background-color: #149C4D;
}
.BgClassName
{
background-color: #149C4D;
}
</style>
border-color css
<style>
span { border-color: #149C4D; }
span { border-color: rgb(20,156,77); }
td.TdClassName
{
border-color: #149C4D;
}
.TagClassName
{
border-color: #149C4D;
}
</style>