Shades of Pigment Green #149944
Tints of Pigment Green #149944
RGB
CMYK
RGB Variations
Color information
#149944 (or 0x149944) is known color: Pigment Green. HEX triplet: 14, 99 and 44. RGB value is (20,153,68). Sum of RGB (Red+Green+Blue) = 20+153+68=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #149944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149944 is #EB66BB. Grayscale: #676767. Windows color (decimal): -15427260 or 4495636. OLE color: 4495636.
HSL color Cylindrical-coordinate representation of color #149944: hue angle of 141.65º 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 #149944 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 68 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.4 |
| HSL | 141.65º | 0.77% | 0.34% | - |
| HSV(B) | 141.65º | 0.87% | 0.6% | - |
| XYZ | 12.72 | 23.35 | 9.3 | - |
| YUV | 103.54 | 107.94 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 68 | 0.87 | 0 | 0.56 | 0.4 | 141.65 | 0.77 | 0.34 |
| Hex | 14 | 99 | 44 | 57 | 0 | 38 | 28 | 8E | 4D | 22 |
| Octal | 24 | 231 | 104 | 127 | 0 | 70 | 50 | 216 | 115 | 42 |
| Binary | 10100 | 10011001 | 1000100 | 1010111 | 0 | 111000 | 101000 | 10001110 | 1001101 | 100010 |
Color Harmonies of #149944
Complementary color
Monochromatic Colors of #149944
Black with #149944
Text Example
Text Example
White with #149944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149944; }
p { color: rgb(20,153,68); }
H1.HeaderClassName
{
color: #149944;
}
.AnyTagClassName
{
color: #149944;
}
</style>
background-color css
<style>
a { background-color: #149944; }
a { background-color: rgb(20,153,68); }
div.DivClassName
{
background-color: #149944;
}
.BgClassName
{
background-color: #149944;
}
</style>
border-color css
<style>
span { border-color: #149944; }
span { border-color: rgb(20,153,68); }
td.TdClassName
{
border-color: #149944;
}
.TagClassName
{
border-color: #149944;
}
</style>