Shades of Pigment Green #109345
Tints of Pigment Green #109345
RGB
CMYK
RGB Variations
Color information
#109345 (or 0x109345) is known color: Pigment Green. HEX triplet: 10, 93 and 45. RGB value is (16,147,69). Sum of RGB (Red+Green+Blue) = 16+147+69=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #109345 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109345 is #EF6CBA. Grayscale: #636363. Windows color (decimal): -15690939 or 4559632. OLE color: 4559632.
HSL color Cylindrical-coordinate representation of color #109345: hue angle of 144.27º degrees, saturation: 0.8, 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 #109345 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 69 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.42 |
| HSL | 144.27º | 0.8% | 0.32% | - |
| HSV(B) | 144.27º | 0.89% | 0.58% | - |
| XYZ | 11.72 | 21.41 | 9.14 | - |
| YUV | 98.94 | 111.1 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 69 | 0.89 | 0 | 0.53 | 0.42 | 144.27 | 0.8 | 0.32 |
| Hex | 10 | 93 | 45 | 59 | 0 | 35 | 2A | 90 | 50 | 20 |
| Octal | 20 | 223 | 105 | 131 | 0 | 65 | 52 | 220 | 120 | 40 |
| Binary | 10000 | 10010011 | 1000101 | 1011001 | 0 | 110101 | 101010 | 10010000 | 1010000 | 100000 |
Color Harmonies of #109345
Complementary color
Monochromatic Colors of #109345
Black with #109345
Text Example
Text Example
White with #109345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109345; }
p { color: rgb(16,147,69); }
H1.HeaderClassName
{
color: #109345;
}
.AnyTagClassName
{
color: #109345;
}
</style>
background-color css
<style>
a { background-color: #109345; }
a { background-color: rgb(16,147,69); }
div.DivClassName
{
background-color: #109345;
}
.BgClassName
{
background-color: #109345;
}
</style>
border-color css
<style>
span { border-color: #109345; }
span { border-color: rgb(16,147,69); }
td.TdClassName
{
border-color: #109345;
}
.TagClassName
{
border-color: #109345;
}
</style>