Shades of Pigment Green #119C4A
Tints of Pigment Green #119C4A
RGB
CMYK
RGB Variations
Color information
#119C4A (or 0x119C4A) is known color: Pigment Green. HEX triplet: 11, 9C and 4A. RGB value is (17,156,74). Sum of RGB (Red+Green+Blue) = 17+156+74=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 156 (61.33% from 255 or 63.16% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 156 - color contains mainly: green. Hex color #119C4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119C4A is #EE63B5. Grayscale: #696969. Windows color (decimal): -15623094 or 4889617. OLE color: 4889617.
HSL color Cylindrical-coordinate representation of color #119C4A: hue angle of 144.6º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119C4A is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 156 | 74 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.39 |
| HSL | 144.6º | 0.8% | 0.34% | - |
| HSV(B) | 144.6º | 0.89% | 0.61% | - |
| XYZ | 13.36 | 24.39 | 10.48 | - |
| YUV | 105.09 | 110.45 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 74 | 0.89 | 0 | 0.53 | 0.39 | 144.6 | 0.8 | 0.34 |
| Hex | 11 | 9C | 4A | 59 | 0 | 35 | 27 | 91 | 50 | 22 |
| Octal | 21 | 234 | 112 | 131 | 0 | 65 | 47 | 221 | 120 | 42 |
| Binary | 10001 | 10011100 | 1001010 | 1011001 | 0 | 110101 | 100111 | 10010001 | 1010000 | 100010 |
Color Harmonies of #119C4A
Complementary color
Monochromatic Colors of #119C4A
Black with #119C4A
Text Example
Text Example
White with #119C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119C4A; }
p { color: rgb(17,156,74); }
H1.HeaderClassName
{
color: #119C4A;
}
.AnyTagClassName
{
color: #119C4A;
}
</style>
background-color css
<style>
a { background-color: #119C4A; }
a { background-color: rgb(17,156,74); }
div.DivClassName
{
background-color: #119C4A;
}
.BgClassName
{
background-color: #119C4A;
}
</style>
border-color css
<style>
span { border-color: #119C4A; }
span { border-color: rgb(17,156,74); }
td.TdClassName
{
border-color: #119C4A;
}
.TagClassName
{
border-color: #119C4A;
}
</style>