Shades of Pigment Green #149942
Tints of Pigment Green #149942
RGB
CMYK
RGB Variations
Color information
#149942 (or 0x149942) is known color: Pigment Green. HEX triplet: 14, 99 and 42. RGB value is (20,153,66). Sum of RGB (Red+Green+Blue) = 20+153+66=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 153 (60.16% from 255 or 64.02% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 153 - color contains mainly: green. Hex color #149942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149942 is #EB66BD. Grayscale: #676767. Windows color (decimal): -15427262 or 4364564. OLE color: 4364564.
HSL color Cylindrical-coordinate representation of color #149942: hue angle of 140.75º 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 #149942 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 66 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.4 |
| HSL | 140.75º | 0.77% | 0.34% | - |
| HSV(B) | 140.75º | 0.87% | 0.6% | - |
| XYZ | 12.66 | 23.32 | 8.99 | - |
| YUV | 103.32 | 106.94 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 66 | 0.87 | 0 | 0.57 | 0.4 | 140.75 | 0.77 | 0.34 |
| Hex | 14 | 99 | 42 | 57 | 0 | 39 | 28 | 8D | 4D | 22 |
| Octal | 24 | 231 | 102 | 127 | 0 | 71 | 50 | 215 | 115 | 42 |
| Binary | 10100 | 10011001 | 1000010 | 1010111 | 0 | 111001 | 101000 | 10001101 | 1001101 | 100010 |
Color Harmonies of #149942
Complementary color
Monochromatic Colors of #149942
Black with #149942
Text Example
Text Example
White with #149942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149942; }
p { color: rgb(20,153,66); }
H1.HeaderClassName
{
color: #149942;
}
.AnyTagClassName
{
color: #149942;
}
</style>
background-color css
<style>
a { background-color: #149942; }
a { background-color: rgb(20,153,66); }
div.DivClassName
{
background-color: #149942;
}
.BgClassName
{
background-color: #149942;
}
</style>
border-color css
<style>
span { border-color: #149942; }
span { border-color: rgb(20,153,66); }
td.TdClassName
{
border-color: #149942;
}
.TagClassName
{
border-color: #149942;
}
</style>