Shades of Pigment Green #119D4C
Tints of Pigment Green #119D4C
RGB
CMYK
RGB Variations
Color information
#119D4C (or 0x119D4C) is known color: Pigment Green. HEX triplet: 11, 9D and 4C. RGB value is (17,157,76). Sum of RGB (Red+Green+Blue) = 17+157+76=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 157 (61.72% from 255 or 62.8% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 157 - color contains mainly: green. Hex color #119D4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119D4C is #EE62B3. Grayscale: #6A6A6A. Windows color (decimal): -15622836 or 5020945. OLE color: 5020945.
HSL color Cylindrical-coordinate representation of color #119D4C: hue angle of 145.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 #119D4C is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 76 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.38 |
| HSL | 145.29º | 0.8% | 0.34% | - |
| HSV(B) | 145.29º | 0.89% | 0.62% | - |
| XYZ | 13.59 | 24.75 | 10.9 | - |
| YUV | 105.91 | 111.12 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 76 | 0.89 | 0 | 0.52 | 0.38 | 145.29 | 0.8 | 0.34 |
| Hex | 11 | 9D | 4C | 59 | 0 | 34 | 26 | 91 | 50 | 22 |
| Octal | 21 | 235 | 114 | 131 | 0 | 64 | 46 | 221 | 120 | 42 |
| Binary | 10001 | 10011101 | 1001100 | 1011001 | 0 | 110100 | 100110 | 10010001 | 1010000 | 100010 |
Color Harmonies of #119D4C
Complementary color
Monochromatic Colors of #119D4C
Black with #119D4C
Text Example
Text Example
White with #119D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D4C; }
p { color: rgb(17,157,76); }
H1.HeaderClassName
{
color: #119D4C;
}
.AnyTagClassName
{
color: #119D4C;
}
</style>
background-color css
<style>
a { background-color: #119D4C; }
a { background-color: rgb(17,157,76); }
div.DivClassName
{
background-color: #119D4C;
}
.BgClassName
{
background-color: #119D4C;
}
</style>
border-color css
<style>
span { border-color: #119D4C; }
span { border-color: rgb(17,157,76); }
td.TdClassName
{
border-color: #119D4C;
}
.TagClassName
{
border-color: #119D4C;
}
</style>