Shades of Pigment Green #149746
Tints of Pigment Green #149746
RGB
CMYK
RGB Variations
Color information
#149746 (or 0x149746) is known color: Pigment Green. HEX triplet: 14, 97 and 46. RGB value is (20,151,70). Sum of RGB (Red+Green+Blue) = 20+151+70=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 151 (59.38% from 255 or 62.66% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 151 - color contains mainly: green. Hex color #149746 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149746 is #EB68B9. Grayscale: #666666. Windows color (decimal): -15427770 or 4626196. OLE color: 4626196.
HSL color Cylindrical-coordinate representation of color #149746: hue angle of 142.9º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149746 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 70 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.41 |
| HSL | 142.9º | 0.77% | 0.34% | - |
| HSV(B) | 142.9º | 0.87% | 0.59% | - |
| XYZ | 12.46 | 22.72 | 9.52 | - |
| YUV | 102.6 | 109.6 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 70 | 0.87 | 0 | 0.54 | 0.41 | 142.9 | 0.77 | 0.34 |
| Hex | 14 | 97 | 46 | 57 | 0 | 36 | 29 | 8F | 4D | 22 |
| Octal | 24 | 227 | 106 | 127 | 0 | 66 | 51 | 217 | 115 | 42 |
| Binary | 10100 | 10010111 | 1000110 | 1010111 | 0 | 110110 | 101001 | 10001111 | 1001101 | 100010 |
Color Harmonies of #149746
Complementary color
Monochromatic Colors of #149746
Black with #149746
Text Example
Text Example
White with #149746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149746; }
p { color: rgb(20,151,70); }
H1.HeaderClassName
{
color: #149746;
}
.AnyTagClassName
{
color: #149746;
}
</style>
background-color css
<style>
a { background-color: #149746; }
a { background-color: rgb(20,151,70); }
div.DivClassName
{
background-color: #149746;
}
.BgClassName
{
background-color: #149746;
}
</style>
border-color css
<style>
span { border-color: #149746; }
span { border-color: rgb(20,151,70); }
td.TdClassName
{
border-color: #149746;
}
.TagClassName
{
border-color: #149746;
}
</style>