Shades of Pigment Green #119D4D
Tints of Pigment Green #119D4D
RGB
CMYK
RGB Variations
Color information
#119D4D (or 0x119D4D) is known color: Pigment Green. HEX triplet: 11, 9D and 4D. RGB value is (17,157,77). Sum of RGB (Red+Green+Blue) = 17+157+77=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 157 (61.72% from 255 or 62.55% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 157 - color contains mainly: green. Hex color #119D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D4D is #EE62B2. Grayscale: #6A6A6A. Windows color (decimal): -15622835 or 5086481. OLE color: 5086481.
HSL color Cylindrical-coordinate representation of color #119D4D: hue angle of 145.71º 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 #119D4D is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 77 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.38 |
| HSL | 145.71º | 0.8% | 0.34% | - |
| HSV(B) | 145.71º | 0.89% | 0.62% | - |
| XYZ | 13.63 | 24.77 | 11.08 | - |
| YUV | 106.02 | 111.62 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 77 | 0.89 | 0 | 0.51 | 0.38 | 145.71 | 0.8 | 0.34 |
| Hex | 11 | 9D | 4D | 59 | 0 | 33 | 26 | 92 | 50 | 22 |
| Octal | 21 | 235 | 115 | 131 | 0 | 63 | 46 | 222 | 120 | 42 |
| Binary | 10001 | 10011101 | 1001101 | 1011001 | 0 | 110011 | 100110 | 10010010 | 1010000 | 100010 |
Color Harmonies of #119D4D
Complementary color
Monochromatic Colors of #119D4D
Black with #119D4D
Text Example
Text Example
White with #119D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D4D; }
p { color: rgb(17,157,77); }
H1.HeaderClassName
{
color: #119D4D;
}
.AnyTagClassName
{
color: #119D4D;
}
</style>
background-color css
<style>
a { background-color: #119D4D; }
a { background-color: rgb(17,157,77); }
div.DivClassName
{
background-color: #119D4D;
}
.BgClassName
{
background-color: #119D4D;
}
</style>
border-color css
<style>
span { border-color: #119D4D; }
span { border-color: rgb(17,157,77); }
td.TdClassName
{
border-color: #119D4D;
}
.TagClassName
{
border-color: #119D4D;
}
</style>