Shades of Pigment Green #119D55
Tints of Pigment Green #119D55
RGB
CMYK
RGB Variations
Color information
#119D55 (or 0x119D55) is known color: Pigment Green. HEX triplet: 11, 9D and 55. RGB value is (17,157,85). Sum of RGB (Red+Green+Blue) = 17+157+85=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 157 (61.72% from 255 or 60.62% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 157 - color contains mainly: green. Hex color #119D55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D55 is #EE62AA. Grayscale: #6B6B6B. Windows color (decimal): -15622827 or 5610769. OLE color: 5610769.
HSL color Cylindrical-coordinate representation of color #119D55: hue angle of 149.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 #119D55 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 85 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.38 |
| HSL | 149.14º | 0.8% | 0.34% | - |
| HSV(B) | 149.14º | 0.89% | 0.62% | - |
| XYZ | 13.93 | 24.89 | 12.66 | - |
| YUV | 106.93 | 115.62 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 85 | 0.89 | 0 | 0.46 | 0.38 | 149.14 | 0.8 | 0.34 |
| Hex | 11 | 9D | 55 | 59 | 0 | 2E | 26 | 95 | 50 | 22 |
| Octal | 21 | 235 | 125 | 131 | 0 | 56 | 46 | 225 | 120 | 42 |
| Binary | 10001 | 10011101 | 1010101 | 1011001 | 0 | 101110 | 100110 | 10010101 | 1010000 | 100010 |
Color Harmonies of #119D55
Complementary color
Monochromatic Colors of #119D55
Black with #119D55
Text Example
Text Example
White with #119D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D55; }
p { color: rgb(17,157,85); }
H1.HeaderClassName
{
color: #119D55;
}
.AnyTagClassName
{
color: #119D55;
}
</style>
background-color css
<style>
a { background-color: #119D55; }
a { background-color: rgb(17,157,85); }
div.DivClassName
{
background-color: #119D55;
}
.BgClassName
{
background-color: #119D55;
}
</style>
border-color css
<style>
span { border-color: #119D55; }
span { border-color: rgb(17,157,85); }
td.TdClassName
{
border-color: #119D55;
}
.TagClassName
{
border-color: #119D55;
}
</style>