Shades of Pigment Green #149F3C
Tints of Pigment Green #149F3C
RGB
CMYK
RGB Variations
Color information
#149F3C (or 0x149F3C) is known color: Pigment Green. HEX triplet: 14, 9F and 3C. RGB value is (20,159,60). Sum of RGB (Red+Green+Blue) = 20+159+60=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 159 (62.5% from 255 or 66.53% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 159 - color contains mainly: green. Hex color #149F3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149F3C is #EB60C3. Grayscale: #6A6A6A. Windows color (decimal): -15425732 or 3972884. OLE color: 3972884.
HSL color Cylindrical-coordinate representation of color #149F3C: hue angle of 137.27º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149F3C is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 159 | 60 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.38 |
| HSL | 137.27º | 0.78% | 0.35% | - |
| HSV(B) | 137.27º | 0.87% | 0.62% | - |
| XYZ | 13.5 | 25.27 | 8.44 | - |
| YUV | 106.15 | 101.95 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 60 | 0.87 | 0 | 0.62 | 0.38 | 137.27 | 0.78 | 0.35 |
| Hex | 14 | 9F | 3C | 57 | 0 | 3E | 26 | 89 | 4E | 23 |
| Octal | 24 | 237 | 74 | 127 | 0 | 76 | 46 | 211 | 116 | 43 |
| Binary | 10100 | 10011111 | 111100 | 1010111 | 0 | 111110 | 100110 | 10001001 | 1001110 | 100011 |
Color Harmonies of #149F3C
Complementary color
Monochromatic Colors of #149F3C
Black with #149F3C
Text Example
Text Example
White with #149F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149F3C; }
p { color: rgb(20,159,60); }
H1.HeaderClassName
{
color: #149F3C;
}
.AnyTagClassName
{
color: #149F3C;
}
</style>
background-color css
<style>
a { background-color: #149F3C; }
a { background-color: rgb(20,159,60); }
div.DivClassName
{
background-color: #149F3C;
}
.BgClassName
{
background-color: #149F3C;
}
</style>
border-color css
<style>
span { border-color: #149F3C; }
span { border-color: rgb(20,159,60); }
td.TdClassName
{
border-color: #149F3C;
}
.TagClassName
{
border-color: #149F3C;
}
</style>