Shades of Pigment Green #149849
Tints of Pigment Green #149849
RGB
CMYK
RGB Variations
Color information
#149849 (or 0x149849) is known color: Pigment Green. HEX triplet: 14, 98 and 49. RGB value is (20,152,73). Sum of RGB (Red+Green+Blue) = 20+152+73=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 152 (59.77% from 255 or 62.04% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 152 - color contains mainly: green. Hex color #149849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149849 is #EB67B6. Grayscale: #676767. Windows color (decimal): -15427511 or 4823060. OLE color: 4823060.
HSL color Cylindrical-coordinate representation of color #149849: hue angle of 144.09º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149849 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 73 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.40 |
| HSL | 144.09º | 0.77% | 0.34% | - |
| HSV(B) | 144.09º | 0.87% | 0.6% | - |
| XYZ | 12.72 | 23.09 | 10.09 | - |
| YUV | 103.53 | 110.77 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 73 | 0.87 | 0 | 0.52 | 0.40 | 144.09 | 0.77 | 0.34 |
| Hex | 14 | 98 | 49 | 57 | 0 | 34 | 28 | 90 | 4D | 22 |
| Octal | 24 | 230 | 111 | 127 | 0 | 64 | 50 | 220 | 115 | 42 |
| Binary | 10100 | 10011000 | 1001001 | 1010111 | 0 | 110100 | 101000 | 10010000 | 1001101 | 100010 |
Color Harmonies of #149849
Complementary color
Monochromatic Colors of #149849
Black with #149849
Text Example
Text Example
White with #149849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149849; }
p { color: rgb(20,152,73); }
H1.HeaderClassName
{
color: #149849;
}
.AnyTagClassName
{
color: #149849;
}
</style>
background-color css
<style>
a { background-color: #149849; }
a { background-color: rgb(20,152,73); }
div.DivClassName
{
background-color: #149849;
}
.BgClassName
{
background-color: #149849;
}
</style>
border-color css
<style>
span { border-color: #149849; }
span { border-color: rgb(20,152,73); }
td.TdClassName
{
border-color: #149849;
}
.TagClassName
{
border-color: #149849;
}
</style>