Shades of Pigment Green #119F44
Tints of Pigment Green #119F44
RGB
CMYK
RGB Variations
Color information
#119F44 (or 0x119F44) is known color: Pigment Green. HEX triplet: 11, 9F and 44. RGB value is (17,159,68). Sum of RGB (Red+Green+Blue) = 17+159+68=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 159 (62.5% from 255 or 65.16% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 159 - color contains mainly: green. Hex color #119F44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119F44 is #EE60BB. Grayscale: #6A6A6A. Windows color (decimal): -15622332 or 4497169. OLE color: 4497169.
HSL color Cylindrical-coordinate representation of color #119F44: hue angle of 141.55º 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 #119F44 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 68 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.38 |
| HSL | 141.55º | 0.81% | 0.35% | - |
| HSV(B) | 141.55º | 0.89% | 0.62% | - |
| XYZ | 13.67 | 25.33 | 9.64 | - |
| YUV | 106.17 | 106.46 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 68 | 0.89 | 0 | 0.57 | 0.38 | 141.55 | 0.81 | 0.35 |
| Hex | 11 | 9F | 44 | 59 | 0 | 39 | 26 | 8E | 51 | 23 |
| Octal | 21 | 237 | 104 | 131 | 0 | 71 | 46 | 216 | 121 | 43 |
| Binary | 10001 | 10011111 | 1000100 | 1011001 | 0 | 111001 | 100110 | 10001110 | 1010001 | 100011 |
Color Harmonies of #119F44
Complementary color
Monochromatic Colors of #119F44
Black with #119F44
Text Example
Text Example
White with #119F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F44; }
p { color: rgb(17,159,68); }
H1.HeaderClassName
{
color: #119F44;
}
.AnyTagClassName
{
color: #119F44;
}
</style>
background-color css
<style>
a { background-color: #119F44; }
a { background-color: rgb(17,159,68); }
div.DivClassName
{
background-color: #119F44;
}
.BgClassName
{
background-color: #119F44;
}
</style>
border-color css
<style>
span { border-color: #119F44; }
span { border-color: rgb(17,159,68); }
td.TdClassName
{
border-color: #119F44;
}
.TagClassName
{
border-color: #119F44;
}
</style>