Shades of Pigment Green #149E3C
Tints of Pigment Green #149E3C
RGB
CMYK
RGB Variations
Color information
#149E3C (or 0x149E3C) is known color: Pigment Green. HEX triplet: 14, 9E and 3C. RGB value is (20,158,60). Sum of RGB (Red+Green+Blue) = 20+158+60=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 158 (62.11% from 255 or 66.39% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 158 - color contains mainly: green. Hex color #149E3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149E3C is #EB61C3. Grayscale: #696969. Windows color (decimal): -15425988 or 3972628. OLE color: 3972628.
HSL color Cylindrical-coordinate representation of color #149E3C: hue angle of 137.39º 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 #149E3C is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 158 | 60 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.38 |
| HSL | 137.39º | 0.78% | 0.35% | - |
| HSV(B) | 137.39º | 0.87% | 0.62% | - |
| XYZ | 13.33 | 24.93 | 8.38 | - |
| YUV | 105.57 | 102.28 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 60 | 0.87 | 0 | 0.62 | 0.38 | 137.39 | 0.78 | 0.35 |
| Hex | 14 | 9E | 3C | 57 | 0 | 3E | 26 | 89 | 4E | 23 |
| Octal | 24 | 236 | 74 | 127 | 0 | 76 | 46 | 211 | 116 | 43 |
| Binary | 10100 | 10011110 | 111100 | 1010111 | 0 | 111110 | 100110 | 10001001 | 1001110 | 100011 |
Color Harmonies of #149E3C
Complementary color
Monochromatic Colors of #149E3C
Black with #149E3C
Text Example
Text Example
White with #149E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149E3C; }
p { color: rgb(20,158,60); }
H1.HeaderClassName
{
color: #149E3C;
}
.AnyTagClassName
{
color: #149E3C;
}
</style>
background-color css
<style>
a { background-color: #149E3C; }
a { background-color: rgb(20,158,60); }
div.DivClassName
{
background-color: #149E3C;
}
.BgClassName
{
background-color: #149E3C;
}
</style>
border-color css
<style>
span { border-color: #149E3C; }
span { border-color: rgb(20,158,60); }
td.TdClassName
{
border-color: #149E3C;
}
.TagClassName
{
border-color: #149E3C;
}
</style>