Shades of Pigment Green #109E40
Tints of Pigment Green #109E40
RGB
CMYK
RGB Variations
Color information
#109E40 (or 0x109E40) is known color: Pigment Green. HEX triplet: 10, 9E and 40. RGB value is (16,158,64). Sum of RGB (Red+Green+Blue) = 16+158+64=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 158 (62.11% from 255 or 66.39% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 158 - color contains mainly: green. Hex color #109E40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109E40 is #EF61BF. Grayscale: #696969. Windows color (decimal): -15688128 or 4234768. OLE color: 4234768.
HSL color Cylindrical-coordinate representation of color #109E40: hue angle of 140.28º 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 #109E40 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 158 | 64 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.38 |
| HSL | 140.28º | 0.82% | 0.34% | - |
| HSV(B) | 140.28º | 0.9% | 0.62% | - |
| XYZ | 13.37 | 24.93 | 8.96 | - |
| YUV | 104.83 | 104.96 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 64 | 0.90 | 0 | 0.59 | 0.38 | 140.28 | 0.82 | 0.34 |
| Hex | 10 | 9E | 40 | 5A | 0 | 3B | 26 | 8C | 52 | 22 |
| Octal | 20 | 236 | 100 | 132 | 0 | 73 | 46 | 214 | 122 | 42 |
| Binary | 10000 | 10011110 | 1000000 | 1011010 | 0 | 111011 | 100110 | 10001100 | 1010010 | 100010 |
Color Harmonies of #109E40
Complementary color
Monochromatic Colors of #109E40
Black with #109E40
Text Example
Text Example
White with #109E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109E40; }
p { color: rgb(16,158,64); }
H1.HeaderClassName
{
color: #109E40;
}
.AnyTagClassName
{
color: #109E40;
}
</style>
background-color css
<style>
a { background-color: #109E40; }
a { background-color: rgb(16,158,64); }
div.DivClassName
{
background-color: #109E40;
}
.BgClassName
{
background-color: #109E40;
}
</style>
border-color css
<style>
span { border-color: #109E40; }
span { border-color: rgb(16,158,64); }
td.TdClassName
{
border-color: #109E40;
}
.TagClassName
{
border-color: #109E40;
}
</style>