Shades of Pigment Green #149E3E
Tints of Pigment Green #149E3E
RGB
CMYK
RGB Variations
Color information
#149E3E (or 0x149E3E) is known color: Pigment Green. HEX triplet: 14, 9E and 3E. RGB value is (20,158,62). Sum of RGB (Red+Green+Blue) = 20+158+62=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 158 (62.11% from 255 or 65.83% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 158 - color contains mainly: green. Hex color #149E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149E3E is #EB61C1. Grayscale: #6A6A6A. Windows color (decimal): -15425986 or 4103700. OLE color: 4103700.
HSL color Cylindrical-coordinate representation of color #149E3E: hue angle of 138.26º 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 #149E3E is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 158 | 62 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.38 |
| HSL | 138.26º | 0.78% | 0.35% | - |
| HSV(B) | 138.26º | 0.87% | 0.62% | - |
| XYZ | 13.38 | 24.95 | 8.67 | - |
| YUV | 105.79 | 103.28 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 62 | 0.87 | 0 | 0.61 | 0.38 | 138.26 | 0.78 | 0.35 |
| Hex | 14 | 9E | 3E | 57 | 0 | 3D | 26 | 8A | 4E | 23 |
| Octal | 24 | 236 | 76 | 127 | 0 | 75 | 46 | 212 | 116 | 43 |
| Binary | 10100 | 10011110 | 111110 | 1010111 | 0 | 111101 | 100110 | 10001010 | 1001110 | 100011 |
Color Harmonies of #149E3E
Complementary color
Monochromatic Colors of #149E3E
Black with #149E3E
Text Example
Text Example
White with #149E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149E3E; }
p { color: rgb(20,158,62); }
H1.HeaderClassName
{
color: #149E3E;
}
.AnyTagClassName
{
color: #149E3E;
}
</style>
background-color css
<style>
a { background-color: #149E3E; }
a { background-color: rgb(20,158,62); }
div.DivClassName
{
background-color: #149E3E;
}
.BgClassName
{
background-color: #149E3E;
}
</style>
border-color css
<style>
span { border-color: #149E3E; }
span { border-color: rgb(20,158,62); }
td.TdClassName
{
border-color: #149E3E;
}
.TagClassName
{
border-color: #149E3E;
}
</style>