Shades of Pigment Green #149B4D
Tints of Pigment Green #149B4D
RGB
CMYK
RGB Variations
Color information
#149B4D (or 0x149B4D) is known color: Pigment Green. HEX triplet: 14, 9B and 4D. RGB value is (20,155,77). Sum of RGB (Red+Green+Blue) = 20+155+77=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #149B4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149B4D is #EB64B2. Grayscale: #696969. Windows color (decimal): -15426739 or 5085972. OLE color: 5085972.
HSL color Cylindrical-coordinate representation of color #149B4D: hue angle of 145.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149B4D is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 155 | 77 | - |
| CMYK | 0.87 | 0 | 0.50 | 0.39 |
| HSL | 145.33º | 0.77% | 0.34% | - |
| HSV(B) | 145.33º | 0.87% | 0.61% | - |
| XYZ | 13.35 | 24.13 | 10.97 | - |
| YUV | 105.74 | 111.77 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 77 | 0.87 | 0 | 0.50 | 0.39 | 145.33 | 0.77 | 0.34 |
| Hex | 14 | 9B | 4D | 57 | 0 | 32 | 27 | 91 | 4D | 22 |
| Octal | 24 | 233 | 115 | 127 | 0 | 62 | 47 | 221 | 115 | 42 |
| Binary | 10100 | 10011011 | 1001101 | 1010111 | 0 | 110010 | 100111 | 10010001 | 1001101 | 100010 |
Color Harmonies of #149B4D
Complementary color
Monochromatic Colors of #149B4D
Black with #149B4D
Text Example
Text Example
White with #149B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149B4D; }
p { color: rgb(20,155,77); }
H1.HeaderClassName
{
color: #149B4D;
}
.AnyTagClassName
{
color: #149B4D;
}
</style>
background-color css
<style>
a { background-color: #149B4D; }
a { background-color: rgb(20,155,77); }
div.DivClassName
{
background-color: #149B4D;
}
.BgClassName
{
background-color: #149B4D;
}
</style>
border-color css
<style>
span { border-color: #149B4D; }
span { border-color: rgb(20,155,77); }
td.TdClassName
{
border-color: #149B4D;
}
.TagClassName
{
border-color: #149B4D;
}
</style>