Shades of Pigment Green #109C40
Tints of Pigment Green #109C40
RGB
CMYK
RGB Variations
Color information
#109C40 (or 0x109C40) is known color: Pigment Green. HEX triplet: 10, 9C and 40. RGB value is (16,156,64). Sum of RGB (Red+Green+Blue) = 16+156+64=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 156 (61.33% from 255 or 66.10% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 156 - color contains mainly: green. Hex color #109C40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109C40 is #EF63BF. Grayscale: #676767. Windows color (decimal): -15688640 or 4234256. OLE color: 4234256.
HSL color Cylindrical-coordinate representation of color #109C40: hue angle of 140.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109C40 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 156 | 64 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.39 |
| HSL | 140.57º | 0.81% | 0.34% | - |
| HSV(B) | 140.57º | 0.9% | 0.61% | - |
| XYZ | 13.03 | 24.26 | 8.85 | - |
| YUV | 103.65 | 105.62 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 64 | 0.90 | 0 | 0.59 | 0.39 | 140.57 | 0.81 | 0.34 |
| Hex | 10 | 9C | 40 | 5A | 0 | 3B | 27 | 8D | 51 | 22 |
| Octal | 20 | 234 | 100 | 132 | 0 | 73 | 47 | 215 | 121 | 42 |
| Binary | 10000 | 10011100 | 1000000 | 1011010 | 0 | 111011 | 100111 | 10001101 | 1010001 | 100010 |
Color Harmonies of #109C40
Complementary color
Monochromatic Colors of #109C40
Black with #109C40
Text Example
Text Example
White with #109C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109C40; }
p { color: rgb(16,156,64); }
H1.HeaderClassName
{
color: #109C40;
}
.AnyTagClassName
{
color: #109C40;
}
</style>
background-color css
<style>
a { background-color: #109C40; }
a { background-color: rgb(16,156,64); }
div.DivClassName
{
background-color: #109C40;
}
.BgClassName
{
background-color: #109C40;
}
</style>
border-color css
<style>
span { border-color: #109C40; }
span { border-color: rgb(16,156,64); }
td.TdClassName
{
border-color: #109C40;
}
.TagClassName
{
border-color: #109C40;
}
</style>