Shades of Pigment Green #149856
Tints of Pigment Green #149856
RGB
CMYK
RGB Variations
Color information
#149856 (or 0x149856) is known color: Pigment Green. HEX triplet: 14, 98 and 56. RGB value is (20,152,86). Sum of RGB (Red+Green+Blue) = 20+152+86=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 152 (59.77% from 255 or 58.91% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 152 - color contains mainly: green. Hex color #149856 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149856 is #EB67A9. Grayscale: #696969. Windows color (decimal): -15427498 or 5675028. OLE color: 5675028.
HSL color Cylindrical-coordinate representation of color #149856: hue angle of 150º 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 #149856 is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 86 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.40 |
| HSL | 150º | 0.77% | 0.34% | - |
| HSV(B) | 150º | 0.87% | 0.6% | - |
| XYZ | 13.2 | 23.28 | 12.6 | - |
| YUV | 105.01 | 117.27 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 86 | 0.87 | 0 | 0.43 | 0.40 | 150 | 0.77 | 0.34 |
| Hex | 14 | 98 | 56 | 57 | 0 | 2B | 28 | 96 | 4D | 22 |
| Octal | 24 | 230 | 126 | 127 | 0 | 53 | 50 | 226 | 115 | 42 |
| Binary | 10100 | 10011000 | 1010110 | 1010111 | 0 | 101011 | 101000 | 10010110 | 1001101 | 100010 |
Color Harmonies of #149856
Complementary color
Monochromatic Colors of #149856
Black with #149856
Text Example
Text Example
White with #149856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149856; }
p { color: rgb(20,152,86); }
H1.HeaderClassName
{
color: #149856;
}
.AnyTagClassName
{
color: #149856;
}
</style>
background-color css
<style>
a { background-color: #149856; }
a { background-color: rgb(20,152,86); }
div.DivClassName
{
background-color: #149856;
}
.BgClassName
{
background-color: #149856;
}
</style>
border-color css
<style>
span { border-color: #149856; }
span { border-color: rgb(20,152,86); }
td.TdClassName
{
border-color: #149856;
}
.TagClassName
{
border-color: #149856;
}
</style>