Shades of Pigment Green #149E3A
Tints of Pigment Green #149E3A
RGB
CMYK
RGB Variations
Color information
#149E3A (or 0x149E3A) is known color: Pigment Green. HEX triplet: 14, 9E and 3A. RGB value is (20,158,58). Sum of RGB (Red+Green+Blue) = 20+158+58=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 158 (62.11% from 255 or 66.95% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 158 - color contains mainly: green. Hex color #149E3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149E3A is #EB61C5. Grayscale: #696969. Windows color (decimal): -15425990 or 3841556. OLE color: 3841556.
HSL color Cylindrical-coordinate representation of color #149E3A: hue angle of 136.52º 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 #149E3A is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 158 | 58 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.38 |
| HSL | 136.52º | 0.78% | 0.35% | - |
| HSV(B) | 136.52º | 0.87% | 0.62% | - |
| XYZ | 13.28 | 24.91 | 8.11 | - |
| YUV | 105.34 | 101.28 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 58 | 0.87 | 0 | 0.63 | 0.38 | 136.52 | 0.78 | 0.35 |
| Hex | 14 | 9E | 3A | 57 | 0 | 3F | 26 | 89 | 4E | 23 |
| Octal | 24 | 236 | 72 | 127 | 0 | 77 | 46 | 211 | 116 | 43 |
| Binary | 10100 | 10011110 | 111010 | 1010111 | 0 | 111111 | 100110 | 10001001 | 1001110 | 100011 |
Color Harmonies of #149E3A
Complementary color
Monochromatic Colors of #149E3A
Black with #149E3A
Text Example
Text Example
White with #149E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149E3A; }
p { color: rgb(20,158,58); }
H1.HeaderClassName
{
color: #149E3A;
}
.AnyTagClassName
{
color: #149E3A;
}
</style>
background-color css
<style>
a { background-color: #149E3A; }
a { background-color: rgb(20,158,58); }
div.DivClassName
{
background-color: #149E3A;
}
.BgClassName
{
background-color: #149E3A;
}
</style>
border-color css
<style>
span { border-color: #149E3A; }
span { border-color: rgb(20,158,58); }
td.TdClassName
{
border-color: #149E3A;
}
.TagClassName
{
border-color: #149E3A;
}
</style>