Shades of Pigment Green #119F46
Tints of Pigment Green #119F46
RGB
CMYK
RGB Variations
Color information
#119F46 (or 0x119F46) is known color: Pigment Green. HEX triplet: 11, 9F and 46. RGB value is (17,159,70). Sum of RGB (Red+Green+Blue) = 17+159+70=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 159 (62.5% from 255 or 64.63% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 159 - color contains mainly: green. Hex color #119F46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119F46 is #EE60B9. Grayscale: #6A6A6A. Windows color (decimal): -15622330 or 4628241. OLE color: 4628241.
HSL color Cylindrical-coordinate representation of color #119F46: hue angle of 142.39º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119F46 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 70 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.38 |
| HSL | 142.39º | 0.81% | 0.35% | - |
| HSV(B) | 142.39º | 0.89% | 0.62% | - |
| XYZ | 13.73 | 25.36 | 9.96 | - |
| YUV | 106.4 | 107.46 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 70 | 0.89 | 0 | 0.56 | 0.38 | 142.39 | 0.81 | 0.35 |
| Hex | 11 | 9F | 46 | 59 | 0 | 38 | 26 | 8E | 51 | 23 |
| Octal | 21 | 237 | 106 | 131 | 0 | 70 | 46 | 216 | 121 | 43 |
| Binary | 10001 | 10011111 | 1000110 | 1011001 | 0 | 111000 | 100110 | 10001110 | 1010001 | 100011 |
Color Harmonies of #119F46
Complementary color
Monochromatic Colors of #119F46
Black with #119F46
Text Example
Text Example
White with #119F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F46; }
p { color: rgb(17,159,70); }
H1.HeaderClassName
{
color: #119F46;
}
.AnyTagClassName
{
color: #119F46;
}
</style>
background-color css
<style>
a { background-color: #119F46; }
a { background-color: rgb(17,159,70); }
div.DivClassName
{
background-color: #119F46;
}
.BgClassName
{
background-color: #119F46;
}
</style>
border-color css
<style>
span { border-color: #119F46; }
span { border-color: rgb(17,159,70); }
td.TdClassName
{
border-color: #119F46;
}
.TagClassName
{
border-color: #119F46;
}
</style>