Shades of Pigment Green #109649
Tints of Pigment Green #109649
RGB
CMYK
RGB Variations
Color information
#109649 (or 0x109649) is known color: Pigment Green. HEX triplet: 10, 96 and 49. RGB value is (16,150,73). Sum of RGB (Red+Green+Blue) = 16+150+73=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 150 (58.98% from 255 or 62.76% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 150 - color contains mainly: green. Hex color #109649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109649 is #EF69B6. Grayscale: #656565. Windows color (decimal): -15690167 or 4822544. OLE color: 4822544.
HSL color Cylindrical-coordinate representation of color #109649: hue angle of 145.52º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109649 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 150 | 73 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.41 |
| HSL | 145.52º | 0.81% | 0.33% | - |
| HSV(B) | 145.52º | 0.89% | 0.59% | - |
| XYZ | 12.32 | 22.4 | 9.98 | - |
| YUV | 101.16 | 112.11 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 73 | 0.89 | 0 | 0.51 | 0.41 | 145.52 | 0.81 | 0.33 |
| Hex | 10 | 96 | 49 | 59 | 0 | 33 | 29 | 92 | 51 | 21 |
| Octal | 20 | 226 | 111 | 131 | 0 | 63 | 51 | 222 | 121 | 41 |
| Binary | 10000 | 10010110 | 1001001 | 1011001 | 0 | 110011 | 101001 | 10010010 | 1010001 | 100001 |
Color Harmonies of #109649
Complementary color
Monochromatic Colors of #109649
Black with #109649
Text Example
Text Example
White with #109649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109649; }
p { color: rgb(16,150,73); }
H1.HeaderClassName
{
color: #109649;
}
.AnyTagClassName
{
color: #109649;
}
</style>
background-color css
<style>
a { background-color: #109649; }
a { background-color: rgb(16,150,73); }
div.DivClassName
{
background-color: #109649;
}
.BgClassName
{
background-color: #109649;
}
</style>
border-color css
<style>
span { border-color: #109649; }
span { border-color: rgb(16,150,73); }
td.TdClassName
{
border-color: #109649;
}
.TagClassName
{
border-color: #109649;
}
</style>