Shades of Pigment Green #149645
Tints of Pigment Green #149645
RGB
CMYK
RGB Variations
Color information
#149645 (or 0x149645) is known color: Pigment Green. HEX triplet: 14, 96 and 45. RGB value is (20,150,69). Sum of RGB (Red+Green+Blue) = 20+150+69=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 150 (58.98% from 255 or 62.76% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 150 - color contains mainly: green. Hex color #149645 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149645 is #EB69BA. Grayscale: #666666. Windows color (decimal): -15428027 or 4560404. OLE color: 4560404.
HSL color Cylindrical-coordinate representation of color #149645: hue angle of 142.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149645 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 69 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.41 |
| HSL | 142.62º | 0.76% | 0.33% | - |
| HSV(B) | 142.62º | 0.87% | 0.59% | - |
| XYZ | 12.27 | 22.39 | 9.31 | - |
| YUV | 101.9 | 109.43 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 69 | 0.87 | 0 | 0.54 | 0.41 | 142.62 | 0.76 | 0.33 |
| Hex | 14 | 96 | 45 | 57 | 0 | 36 | 29 | 8F | 4C | 21 |
| Octal | 24 | 226 | 105 | 127 | 0 | 66 | 51 | 217 | 114 | 41 |
| Binary | 10100 | 10010110 | 1000101 | 1010111 | 0 | 110110 | 101001 | 10001111 | 1001100 | 100001 |
Color Harmonies of #149645
Complementary color
Monochromatic Colors of #149645
Black with #149645
Text Example
Text Example
White with #149645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149645; }
p { color: rgb(20,150,69); }
H1.HeaderClassName
{
color: #149645;
}
.AnyTagClassName
{
color: #149645;
}
</style>
background-color css
<style>
a { background-color: #149645; }
a { background-color: rgb(20,150,69); }
div.DivClassName
{
background-color: #149645;
}
.BgClassName
{
background-color: #149645;
}
</style>
border-color css
<style>
span { border-color: #149645; }
span { border-color: rgb(20,150,69); }
td.TdClassName
{
border-color: #149645;
}
.TagClassName
{
border-color: #149645;
}
</style>