Shades of Pigment Green #109D45
Tints of Pigment Green #109D45
RGB
CMYK
RGB Variations
Color information
#109D45 (or 0x109D45) is known color: Pigment Green. HEX triplet: 10, 9D and 45. RGB value is (16,157,69). Sum of RGB (Red+Green+Blue) = 16+157+69=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 157 (61.72% from 255 or 64.88% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 157 - color contains mainly: green. Hex color #109D45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109D45 is #EF62BA. Grayscale: #696969. Windows color (decimal): -15688379 or 4562192. OLE color: 4562192.
HSL color Cylindrical-coordinate representation of color #109D45: hue angle of 142.55º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109D45 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 157 | 69 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.38 |
| HSL | 142.55º | 0.82% | 0.34% | - |
| HSV(B) | 142.55º | 0.9% | 0.62% | - |
| XYZ | 13.34 | 24.65 | 9.69 | - |
| YUV | 104.81 | 107.79 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 69 | 0.90 | 0 | 0.56 | 0.38 | 142.55 | 0.82 | 0.34 |
| Hex | 10 | 9D | 45 | 5A | 0 | 38 | 26 | 8F | 52 | 22 |
| Octal | 20 | 235 | 105 | 132 | 0 | 70 | 46 | 217 | 122 | 42 |
| Binary | 10000 | 10011101 | 1000101 | 1011010 | 0 | 111000 | 100110 | 10001111 | 1010010 | 100010 |
Color Harmonies of #109D45
Complementary color
Monochromatic Colors of #109D45
Black with #109D45
Text Example
Text Example
White with #109D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109D45; }
p { color: rgb(16,157,69); }
H1.HeaderClassName
{
color: #109D45;
}
.AnyTagClassName
{
color: #109D45;
}
</style>
background-color css
<style>
a { background-color: #109D45; }
a { background-color: rgb(16,157,69); }
div.DivClassName
{
background-color: #109D45;
}
.BgClassName
{
background-color: #109D45;
}
</style>
border-color css
<style>
span { border-color: #109D45; }
span { border-color: rgb(16,157,69); }
td.TdClassName
{
border-color: #109D45;
}
.TagClassName
{
border-color: #109D45;
}
</style>