Shades of Pigment Green #149654
Tints of Pigment Green #149654
RGB
CMYK
RGB Variations
Color information
#149654 (or 0x149654) is known color: Pigment Green. HEX triplet: 14, 96 and 54. RGB value is (20,150,84). Sum of RGB (Red+Green+Blue) = 20+150+84=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #149654 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149654 is #EB69AB. Grayscale: #676767. Windows color (decimal): -15428012 or 5543444. OLE color: 5543444.
HSL color Cylindrical-coordinate representation of color #149654: hue angle of 149.54º 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 #149654 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 84 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.41 |
| HSL | 149.54º | 0.76% | 0.33% | - |
| HSV(B) | 149.54º | 0.87% | 0.59% | - |
| XYZ | 12.8 | 22.6 | 12.08 | - |
| YUV | 103.61 | 116.93 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 84 | 0.87 | 0 | 0.44 | 0.41 | 149.54 | 0.76 | 0.33 |
| Hex | 14 | 96 | 54 | 57 | 0 | 2C | 29 | 96 | 4C | 21 |
| Octal | 24 | 226 | 124 | 127 | 0 | 54 | 51 | 226 | 114 | 41 |
| Binary | 10100 | 10010110 | 1010100 | 1010111 | 0 | 101100 | 101001 | 10010110 | 1001100 | 100001 |
Color Harmonies of #149654
Complementary color
Monochromatic Colors of #149654
Black with #149654
Text Example
Text Example
White with #149654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149654; }
p { color: rgb(20,150,84); }
H1.HeaderClassName
{
color: #149654;
}
.AnyTagClassName
{
color: #149654;
}
</style>
background-color css
<style>
a { background-color: #149654; }
a { background-color: rgb(20,150,84); }
div.DivClassName
{
background-color: #149654;
}
.BgClassName
{
background-color: #149654;
}
</style>
border-color css
<style>
span { border-color: #149654; }
span { border-color: rgb(20,150,84); }
td.TdClassName
{
border-color: #149654;
}
.TagClassName
{
border-color: #149654;
}
</style>