Shades of Pigment Green #149853
Tints of Pigment Green #149853
RGB
CMYK
RGB Variations
Color information
#149853 (or 0x149853) is known color: Pigment Green. HEX triplet: 14, 98 and 53. RGB value is (20,152,83). Sum of RGB (Red+Green+Blue) = 20+152+83=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #149853 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149853 is #EB67AC. Grayscale: #686868. Windows color (decimal): -15427501 or 5478420. OLE color: 5478420.
HSL color Cylindrical-coordinate representation of color #149853: hue angle of 148.64º 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 #149853 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 83 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.40 |
| HSL | 148.64º | 0.77% | 0.34% | - |
| HSV(B) | 148.64º | 0.87% | 0.6% | - |
| XYZ | 13.08 | 23.23 | 11.98 | - |
| YUV | 104.67 | 115.77 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 83 | 0.87 | 0 | 0.45 | 0.40 | 148.64 | 0.77 | 0.34 |
| Hex | 14 | 98 | 53 | 57 | 0 | 2D | 28 | 95 | 4D | 22 |
| Octal | 24 | 230 | 123 | 127 | 0 | 55 | 50 | 225 | 115 | 42 |
| Binary | 10100 | 10011000 | 1010011 | 1010111 | 0 | 101101 | 101000 | 10010101 | 1001101 | 100010 |
Color Harmonies of #149853
Complementary color
Monochromatic Colors of #149853
Black with #149853
Text Example
Text Example
White with #149853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149853; }
p { color: rgb(20,152,83); }
H1.HeaderClassName
{
color: #149853;
}
.AnyTagClassName
{
color: #149853;
}
</style>
background-color css
<style>
a { background-color: #149853; }
a { background-color: rgb(20,152,83); }
div.DivClassName
{
background-color: #149853;
}
.BgClassName
{
background-color: #149853;
}
</style>
border-color css
<style>
span { border-color: #149853; }
span { border-color: rgb(20,152,83); }
td.TdClassName
{
border-color: #149853;
}
.TagClassName
{
border-color: #149853;
}
</style>