Shades of Pigment Green #119842
Tints of Pigment Green #119842
RGB
CMYK
RGB Variations
Color information
#119842 (or 0x119842) is known color: Pigment Green. HEX triplet: 11, 98 and 42. RGB value is (17,152,66). Sum of RGB (Red+Green+Blue) = 17+152+66=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 152 (59.77% from 255 or 64.68% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 152 - color contains mainly: green. Hex color #119842 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119842 is #EE67BD. Grayscale: #666666. Windows color (decimal): -15624126 or 4364305. OLE color: 4364305.
HSL color Cylindrical-coordinate representation of color #119842: hue angle of 141.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119842 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 66 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.40 |
| HSL | 141.78º | 0.8% | 0.33% | - |
| HSV(B) | 141.78º | 0.89% | 0.6% | - |
| XYZ | 12.44 | 22.97 | 8.93 | - |
| YUV | 101.83 | 107.77 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 66 | 0.89 | 0 | 0.57 | 0.40 | 141.78 | 0.8 | 0.33 |
| Hex | 11 | 98 | 42 | 59 | 0 | 39 | 28 | 8E | 50 | 21 |
| Octal | 21 | 230 | 102 | 131 | 0 | 71 | 50 | 216 | 120 | 41 |
| Binary | 10001 | 10011000 | 1000010 | 1011001 | 0 | 111001 | 101000 | 10001110 | 1010000 | 100001 |
Color Harmonies of #119842
Complementary color
Monochromatic Colors of #119842
Black with #119842
Text Example
Text Example
White with #119842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119842; }
p { color: rgb(17,152,66); }
H1.HeaderClassName
{
color: #119842;
}
.AnyTagClassName
{
color: #119842;
}
</style>
background-color css
<style>
a { background-color: #119842; }
a { background-color: rgb(17,152,66); }
div.DivClassName
{
background-color: #119842;
}
.BgClassName
{
background-color: #119842;
}
</style>
border-color css
<style>
span { border-color: #119842; }
span { border-color: rgb(17,152,66); }
td.TdClassName
{
border-color: #119842;
}
.TagClassName
{
border-color: #119842;
}
</style>