Shades of Pigment Green #149841
Tints of Pigment Green #149841
RGB
CMYK
RGB Variations
Color information
#149841 (or 0x149841) is known color: Pigment Green. HEX triplet: 14, 98 and 41. RGB value is (20,152,65). Sum of RGB (Red+Green+Blue) = 20+152+65=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #149841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149841 is #EB67BE. Grayscale: #666666. Windows color (decimal): -15427519 or 4298772. OLE color: 4298772.
HSL color Cylindrical-coordinate representation of color #149841: hue angle of 140.45º 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 #149841 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 65 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.40 |
| HSL | 140.45º | 0.77% | 0.34% | - |
| HSV(B) | 140.45º | 0.87% | 0.6% | - |
| XYZ | 12.47 | 22.99 | 8.78 | - |
| YUV | 102.61 | 106.77 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 65 | 0.87 | 0 | 0.57 | 0.40 | 140.45 | 0.77 | 0.34 |
| Hex | 14 | 98 | 41 | 57 | 0 | 39 | 28 | 8C | 4D | 22 |
| Octal | 24 | 230 | 101 | 127 | 0 | 71 | 50 | 214 | 115 | 42 |
| Binary | 10100 | 10011000 | 1000001 | 1010111 | 0 | 111001 | 101000 | 10001100 | 1001101 | 100010 |
Color Harmonies of #149841
Complementary color
Monochromatic Colors of #149841
Black with #149841
Text Example
Text Example
White with #149841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149841; }
p { color: rgb(20,152,65); }
H1.HeaderClassName
{
color: #149841;
}
.AnyTagClassName
{
color: #149841;
}
</style>
background-color css
<style>
a { background-color: #149841; }
a { background-color: rgb(20,152,65); }
div.DivClassName
{
background-color: #149841;
}
.BgClassName
{
background-color: #149841;
}
</style>
border-color css
<style>
span { border-color: #149841; }
span { border-color: rgb(20,152,65); }
td.TdClassName
{
border-color: #149841;
}
.TagClassName
{
border-color: #149841;
}
</style>