Shades of Pigment Green #119D53
Tints of Pigment Green #119D53
RGB
CMYK
RGB Variations
Color information
#119D53 (or 0x119D53) is known color: Pigment Green. HEX triplet: 11, 9D and 53. RGB value is (17,157,83). Sum of RGB (Red+Green+Blue) = 17+157+83=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 157 (61.72% from 255 or 61.09% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 157 - color contains mainly: green. Hex color #119D53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D53 is #EE62AC. Grayscale: #6A6A6A. Windows color (decimal): -15622829 or 5479697. OLE color: 5479697.
HSL color Cylindrical-coordinate representation of color #119D53: hue angle of 148.29º 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 #119D53 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 83 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.38 |
| HSL | 148.29º | 0.8% | 0.34% | - |
| HSV(B) | 148.29º | 0.89% | 0.62% | - |
| XYZ | 13.85 | 24.86 | 12.25 | - |
| YUV | 106.7 | 114.62 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 83 | 0.89 | 0 | 0.47 | 0.38 | 148.29 | 0.8 | 0.34 |
| Hex | 11 | 9D | 53 | 59 | 0 | 2F | 26 | 94 | 50 | 22 |
| Octal | 21 | 235 | 123 | 131 | 0 | 57 | 46 | 224 | 120 | 42 |
| Binary | 10001 | 10011101 | 1010011 | 1011001 | 0 | 101111 | 100110 | 10010100 | 1010000 | 100010 |
Color Harmonies of #119D53
Complementary color
Monochromatic Colors of #119D53
Black with #119D53
Text Example
Text Example
White with #119D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D53; }
p { color: rgb(17,157,83); }
H1.HeaderClassName
{
color: #119D53;
}
.AnyTagClassName
{
color: #119D53;
}
</style>
background-color css
<style>
a { background-color: #119D53; }
a { background-color: rgb(17,157,83); }
div.DivClassName
{
background-color: #119D53;
}
.BgClassName
{
background-color: #119D53;
}
</style>
border-color css
<style>
span { border-color: #119D53; }
span { border-color: rgb(17,157,83); }
td.TdClassName
{
border-color: #119D53;
}
.TagClassName
{
border-color: #119D53;
}
</style>