Shades of Pigment Green #119D4F
Tints of Pigment Green #119D4F
RGB
CMYK
RGB Variations
Color information
#119D4F (or 0x119D4F) is known color: Pigment Green. HEX triplet: 11, 9D and 4F. RGB value is (17,157,79). Sum of RGB (Red+Green+Blue) = 17+157+79=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 157 (61.72% from 255 or 62.06% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 157 - color contains mainly: green. Hex color #119D4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D4F is #EE62B0. Grayscale: #6A6A6A. Windows color (decimal): -15622833 or 5217553. OLE color: 5217553.
HSL color Cylindrical-coordinate representation of color #119D4F: hue angle of 146.57º 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 #119D4F is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 79 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.38 |
| HSL | 146.57º | 0.8% | 0.34% | - |
| HSV(B) | 146.57º | 0.89% | 0.62% | - |
| XYZ | 13.7 | 24.8 | 11.46 | - |
| YUV | 106.25 | 112.62 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 79 | 0.89 | 0 | 0.50 | 0.38 | 146.57 | 0.8 | 0.34 |
| Hex | 11 | 9D | 4F | 59 | 0 | 32 | 26 | 93 | 50 | 22 |
| Octal | 21 | 235 | 117 | 131 | 0 | 62 | 46 | 223 | 120 | 42 |
| Binary | 10001 | 10011101 | 1001111 | 1011001 | 0 | 110010 | 100110 | 10010011 | 1010000 | 100010 |
Color Harmonies of #119D4F
Complementary color
Monochromatic Colors of #119D4F
Black with #119D4F
Text Example
Text Example
White with #119D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D4F; }
p { color: rgb(17,157,79); }
H1.HeaderClassName
{
color: #119D4F;
}
.AnyTagClassName
{
color: #119D4F;
}
</style>
background-color css
<style>
a { background-color: #119D4F; }
a { background-color: rgb(17,157,79); }
div.DivClassName
{
background-color: #119D4F;
}
.BgClassName
{
background-color: #119D4F;
}
</style>
border-color css
<style>
span { border-color: #119D4F; }
span { border-color: rgb(17,157,79); }
td.TdClassName
{
border-color: #119D4F;
}
.TagClassName
{
border-color: #119D4F;
}
</style>