Shades of Pigment Green #149839
Tints of Pigment Green #149839
RGB
CMYK
RGB Variations
Color information
#149839 (or 0x149839) is known color: Pigment Green. HEX triplet: 14, 98 and 39. RGB value is (20,152,57). Sum of RGB (Red+Green+Blue) = 20+152+57=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 152 (59.77% from 255 or 66.38% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 152 - color contains mainly: green. Hex color #149839 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149839 is #EB67C6. Grayscale: #656565. Windows color (decimal): -15427527 or 3774484. OLE color: 3774484.
HSL color Cylindrical-coordinate representation of color #149839: hue angle of 136.82º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149839 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 57 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.40 |
| HSL | 136.82º | 0.77% | 0.34% | - |
| HSV(B) | 136.82º | 0.87% | 0.6% | - |
| XYZ | 12.26 | 22.9 | 7.65 | - |
| YUV | 101.7 | 102.77 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 57 | 0.87 | 0 | 0.62 | 0.40 | 136.82 | 0.77 | 0.34 |
| Hex | 14 | 98 | 39 | 57 | 0 | 3E | 28 | 89 | 4D | 22 |
| Octal | 24 | 230 | 71 | 127 | 0 | 76 | 50 | 211 | 115 | 42 |
| Binary | 10100 | 10011000 | 111001 | 1010111 | 0 | 111110 | 101000 | 10001001 | 1001101 | 100010 |
Color Harmonies of #149839
Complementary color
Monochromatic Colors of #149839
Black with #149839
Text Example
Text Example
White with #149839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149839; }
p { color: rgb(20,152,57); }
H1.HeaderClassName
{
color: #149839;
}
.AnyTagClassName
{
color: #149839;
}
</style>
background-color css
<style>
a { background-color: #149839; }
a { background-color: rgb(20,152,57); }
div.DivClassName
{
background-color: #149839;
}
.BgClassName
{
background-color: #149839;
}
</style>
border-color css
<style>
span { border-color: #149839; }
span { border-color: rgb(20,152,57); }
td.TdClassName
{
border-color: #149839;
}
.TagClassName
{
border-color: #149839;
}
</style>