Shades of Pigment Green #119D57
Tints of Pigment Green #119D57
RGB
CMYK
RGB Variations
Color information
#119D57 (or 0x119D57) is known color: Pigment Green. HEX triplet: 11, 9D and 57. RGB value is (17,157,87). Sum of RGB (Red+Green+Blue) = 17+157+87=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #119D57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D57 is #EE62A8. Grayscale: #6B6B6B. Windows color (decimal): -15622825 or 5741841. OLE color: 5741841.
HSL color Cylindrical-coordinate representation of color #119D57: hue angle of 150º 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 #119D57 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 87 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.38 |
| HSL | 150º | 0.8% | 0.34% | - |
| HSV(B) | 150º | 0.89% | 0.62% | - |
| XYZ | 14.01 | 24.92 | 13.09 | - |
| YUV | 107.16 | 116.62 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 87 | 0.89 | 0 | 0.45 | 0.38 | 150 | 0.8 | 0.34 |
| Hex | 11 | 9D | 57 | 59 | 0 | 2D | 26 | 96 | 50 | 22 |
| Octal | 21 | 235 | 127 | 131 | 0 | 55 | 46 | 226 | 120 | 42 |
| Binary | 10001 | 10011101 | 1010111 | 1011001 | 0 | 101101 | 100110 | 10010110 | 1010000 | 100010 |
Color Harmonies of #119D57
Complementary color
Monochromatic Colors of #119D57
Black with #119D57
Text Example
Text Example
White with #119D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D57; }
p { color: rgb(17,157,87); }
H1.HeaderClassName
{
color: #119D57;
}
.AnyTagClassName
{
color: #119D57;
}
</style>
background-color css
<style>
a { background-color: #119D57; }
a { background-color: rgb(17,157,87); }
div.DivClassName
{
background-color: #119D57;
}
.BgClassName
{
background-color: #119D57;
}
</style>
border-color css
<style>
span { border-color: #119D57; }
span { border-color: rgb(17,157,87); }
td.TdClassName
{
border-color: #119D57;
}
.TagClassName
{
border-color: #119D57;
}
</style>