Shades of Pigment Green #109552
Tints of Pigment Green #109552
RGB
CMYK
RGB Variations
Color information
#109552 (or 0x109552) is known color: Pigment Green. HEX triplet: 10, 95 and 52. RGB value is (16,149,82). Sum of RGB (Red+Green+Blue) = 16+149+82=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #109552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109552 is #EF6AAD. Grayscale: #656565. Windows color (decimal): -15690414 or 5412112. OLE color: 5412112.
HSL color Cylindrical-coordinate representation of color #109552: hue angle of 149.77º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109552 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 149 | 82 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.42 |
| HSL | 149.77º | 0.81% | 0.32% | - |
| HSV(B) | 149.77º | 0.89% | 0.58% | - |
| XYZ | 12.48 | 22.21 | 11.61 | - |
| YUV | 101.6 | 116.94 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 82 | 0.89 | 0 | 0.45 | 0.42 | 149.77 | 0.81 | 0.32 |
| Hex | 10 | 95 | 52 | 59 | 0 | 2D | 2A | 96 | 51 | 20 |
| Octal | 20 | 225 | 122 | 131 | 0 | 55 | 52 | 226 | 121 | 40 |
| Binary | 10000 | 10010101 | 1010010 | 1011001 | 0 | 101101 | 101010 | 10010110 | 1010001 | 100000 |
Color Harmonies of #109552
Complementary color
Monochromatic Colors of #109552
Black with #109552
Text Example
Text Example
White with #109552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109552; }
p { color: rgb(16,149,82); }
H1.HeaderClassName
{
color: #109552;
}
.AnyTagClassName
{
color: #109552;
}
</style>
background-color css
<style>
a { background-color: #109552; }
a { background-color: rgb(16,149,82); }
div.DivClassName
{
background-color: #109552;
}
.BgClassName
{
background-color: #109552;
}
</style>
border-color css
<style>
span { border-color: #109552; }
span { border-color: rgb(16,149,82); }
td.TdClassName
{
border-color: #109552;
}
.TagClassName
{
border-color: #109552;
}
</style>