Shades of Pigment Green #149647
Tints of Pigment Green #149647
RGB
CMYK
RGB Variations
Color information
#149647 (or 0x149647) is known color: Pigment Green. HEX triplet: 14, 96 and 47. RGB value is (20,150,71). Sum of RGB (Red+Green+Blue) = 20+150+71=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #149647 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149647 is #EB69B8. Grayscale: #666666. Windows color (decimal): -15428025 or 4691476. OLE color: 4691476.
HSL color Cylindrical-coordinate representation of color #149647: hue angle of 143.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 #149647 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 71 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.41 |
| HSL | 143.54º | 0.76% | 0.33% | - |
| HSV(B) | 143.54º | 0.87% | 0.59% | - |
| XYZ | 12.33 | 22.42 | 9.64 | - |
| YUV | 102.12 | 110.43 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 71 | 0.87 | 0 | 0.53 | 0.41 | 143.54 | 0.76 | 0.33 |
| Hex | 14 | 96 | 47 | 57 | 0 | 35 | 29 | 90 | 4C | 21 |
| Octal | 24 | 226 | 107 | 127 | 0 | 65 | 51 | 220 | 114 | 41 |
| Binary | 10100 | 10010110 | 1000111 | 1010111 | 0 | 110101 | 101001 | 10010000 | 1001100 | 100001 |
Color Harmonies of #149647
Complementary color
Monochromatic Colors of #149647
Black with #149647
Text Example
Text Example
White with #149647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149647; }
p { color: rgb(20,150,71); }
H1.HeaderClassName
{
color: #149647;
}
.AnyTagClassName
{
color: #149647;
}
</style>
background-color css
<style>
a { background-color: #149647; }
a { background-color: rgb(20,150,71); }
div.DivClassName
{
background-color: #149647;
}
.BgClassName
{
background-color: #149647;
}
</style>
border-color css
<style>
span { border-color: #149647; }
span { border-color: rgb(20,150,71); }
td.TdClassName
{
border-color: #149647;
}
.TagClassName
{
border-color: #149647;
}
</style>