Shades of Pigment Green #119D40
Tints of Pigment Green #119D40
RGB
CMYK
RGB Variations
Color information
#119D40 (or 0x119D40) is known color: Pigment Green. HEX triplet: 11, 9D and 40. RGB value is (17,157,64). Sum of RGB (Red+Green+Blue) = 17+157+64=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 157 (61.72% from 255 or 65.97% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 157 - color contains mainly: green. Hex color #119D40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119D40 is #EE62BF. Grayscale: #686868. Windows color (decimal): -15622848 or 4234513. OLE color: 4234513.
HSL color Cylindrical-coordinate representation of color #119D40: hue angle of 140.14º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119D40 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 64 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.38 |
| HSL | 140.14º | 0.8% | 0.34% | - |
| HSV(B) | 140.14º | 0.89% | 0.62% | - |
| XYZ | 13.21 | 24.6 | 8.9 | - |
| YUV | 104.54 | 105.12 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 64 | 0.89 | 0 | 0.59 | 0.38 | 140.14 | 0.8 | 0.34 |
| Hex | 11 | 9D | 40 | 59 | 0 | 3B | 26 | 8C | 50 | 22 |
| Octal | 21 | 235 | 100 | 131 | 0 | 73 | 46 | 214 | 120 | 42 |
| Binary | 10001 | 10011101 | 1000000 | 1011001 | 0 | 111011 | 100110 | 10001100 | 1010000 | 100010 |
Color Harmonies of #119D40
Complementary color
Monochromatic Colors of #119D40
Black with #119D40
Text Example
Text Example
White with #119D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D40; }
p { color: rgb(17,157,64); }
H1.HeaderClassName
{
color: #119D40;
}
.AnyTagClassName
{
color: #119D40;
}
</style>
background-color css
<style>
a { background-color: #119D40; }
a { background-color: rgb(17,157,64); }
div.DivClassName
{
background-color: #119D40;
}
.BgClassName
{
background-color: #119D40;
}
</style>
border-color css
<style>
span { border-color: #119D40; }
span { border-color: rgb(17,157,64); }
td.TdClassName
{
border-color: #119D40;
}
.TagClassName
{
border-color: #119D40;
}
</style>