Shades of Pigment Green #149850
Tints of Pigment Green #149850
RGB
CMYK
RGB Variations
Color information
#149850 (or 0x149850) is known color: Pigment Green. HEX triplet: 14, 98 and 50. RGB value is (20,152,80). Sum of RGB (Red+Green+Blue) = 20+152+80=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #149850 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149850 is #EB67AF. Grayscale: #686868. Windows color (decimal): -15427504 or 5281812. OLE color: 5281812.
HSL color Cylindrical-coordinate representation of color #149850: hue angle of 147.27º 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 #149850 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 80 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.40 |
| HSL | 147.27º | 0.77% | 0.34% | - |
| HSV(B) | 147.27º | 0.87% | 0.6% | - |
| XYZ | 12.96 | 23.18 | 11.38 | - |
| YUV | 104.32 | 114.27 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 80 | 0.87 | 0 | 0.47 | 0.40 | 147.27 | 0.77 | 0.34 |
| Hex | 14 | 98 | 50 | 57 | 0 | 2F | 28 | 93 | 4D | 22 |
| Octal | 24 | 230 | 120 | 127 | 0 | 57 | 50 | 223 | 115 | 42 |
| Binary | 10100 | 10011000 | 1010000 | 1010111 | 0 | 101111 | 101000 | 10010011 | 1001101 | 100010 |
Color Harmonies of #149850
Complementary color
Monochromatic Colors of #149850
Black with #149850
Text Example
Text Example
White with #149850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149850; }
p { color: rgb(20,152,80); }
H1.HeaderClassName
{
color: #149850;
}
.AnyTagClassName
{
color: #149850;
}
</style>
background-color css
<style>
a { background-color: #149850; }
a { background-color: rgb(20,152,80); }
div.DivClassName
{
background-color: #149850;
}
.BgClassName
{
background-color: #149850;
}
</style>
border-color css
<style>
span { border-color: #149850; }
span { border-color: rgb(20,152,80); }
td.TdClassName
{
border-color: #149850;
}
.TagClassName
{
border-color: #149850;
}
</style>