Shades of Pigment Green #149940
Tints of Pigment Green #149940
RGB
CMYK
RGB Variations
Color information
#149940 (or 0x149940) is known color: Pigment Green. HEX triplet: 14, 99 and 40. RGB value is (20,153,64). Sum of RGB (Red+Green+Blue) = 20+153+64=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 153 (60.16% from 255 or 64.56% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 153 - color contains mainly: green. Hex color #149940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149940 is #EB66BF. Grayscale: #676767. Windows color (decimal): -15427264 or 4233492. OLE color: 4233492.
HSL color Cylindrical-coordinate representation of color #149940: hue angle of 139.85º 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 #149940 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 64 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.4 |
| HSL | 139.85º | 0.77% | 0.34% | - |
| HSV(B) | 139.85º | 0.87% | 0.6% | - |
| XYZ | 12.61 | 23.3 | 8.68 | - |
| YUV | 103.09 | 105.94 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 64 | 0.87 | 0 | 0.58 | 0.4 | 139.85 | 0.77 | 0.34 |
| Hex | 14 | 99 | 40 | 57 | 0 | 3A | 28 | 8C | 4D | 22 |
| Octal | 24 | 231 | 100 | 127 | 0 | 72 | 50 | 214 | 115 | 42 |
| Binary | 10100 | 10011001 | 1000000 | 1010111 | 0 | 111010 | 101000 | 10001100 | 1001101 | 100010 |
Color Harmonies of #149940
Complementary color
Monochromatic Colors of #149940
Black with #149940
Text Example
Text Example
White with #149940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149940; }
p { color: rgb(20,153,64); }
H1.HeaderClassName
{
color: #149940;
}
.AnyTagClassName
{
color: #149940;
}
</style>
background-color css
<style>
a { background-color: #149940; }
a { background-color: rgb(20,153,64); }
div.DivClassName
{
background-color: #149940;
}
.BgClassName
{
background-color: #149940;
}
</style>
border-color css
<style>
span { border-color: #149940; }
span { border-color: rgb(20,153,64); }
td.TdClassName
{
border-color: #149940;
}
.TagClassName
{
border-color: #149940;
}
</style>