Shades of Pigment Green #119D52
Tints of Pigment Green #119D52
RGB
CMYK
RGB Variations
Color information
#119D52 (or 0x119D52) is known color: Pigment Green. HEX triplet: 11, 9D and 52. RGB value is (17,157,82). Sum of RGB (Red+Green+Blue) = 17+157+82=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 157 (61.72% from 255 or 61.33% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 157 - color contains mainly: green. Hex color #119D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D52 is #EE62AD. Grayscale: #6A6A6A. Windows color (decimal): -15622830 or 5414161. OLE color: 5414161.
HSL color Cylindrical-coordinate representation of color #119D52: hue angle of 147.86º 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 #119D52 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 82 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.38 |
| HSL | 147.86º | 0.8% | 0.34% | - |
| HSV(B) | 147.86º | 0.89% | 0.62% | - |
| XYZ | 13.81 | 24.84 | 12.05 | - |
| YUV | 106.59 | 114.12 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 82 | 0.89 | 0 | 0.48 | 0.38 | 147.86 | 0.8 | 0.34 |
| Hex | 11 | 9D | 52 | 59 | 0 | 30 | 26 | 94 | 50 | 22 |
| Octal | 21 | 235 | 122 | 131 | 0 | 60 | 46 | 224 | 120 | 42 |
| Binary | 10001 | 10011101 | 1010010 | 1011001 | 0 | 110000 | 100110 | 10010100 | 1010000 | 100010 |
Color Harmonies of #119D52
Complementary color
Monochromatic Colors of #119D52
Black with #119D52
Text Example
Text Example
White with #119D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D52; }
p { color: rgb(17,157,82); }
H1.HeaderClassName
{
color: #119D52;
}
.AnyTagClassName
{
color: #119D52;
}
</style>
background-color css
<style>
a { background-color: #119D52; }
a { background-color: rgb(17,157,82); }
div.DivClassName
{
background-color: #119D52;
}
.BgClassName
{
background-color: #119D52;
}
</style>
border-color css
<style>
span { border-color: #119D52; }
span { border-color: rgb(17,157,82); }
td.TdClassName
{
border-color: #119D52;
}
.TagClassName
{
border-color: #119D52;
}
</style>