Shades of Pigment Green #119B4A
Tints of Pigment Green #119B4A
RGB
CMYK
RGB Variations
Color information
#119B4A (or 0x119B4A) is known color: Pigment Green. HEX triplet: 11, 9B and 4A. RGB value is (17,155,74). Sum of RGB (Red+Green+Blue) = 17+155+74=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 155 (60.94% from 255 or 63.01% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 155 - color contains mainly: green. Hex color #119B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119B4A is #EE64B5. Grayscale: #686868. Windows color (decimal): -15623350 or 4889361. OLE color: 4889361.
HSL color Cylindrical-coordinate representation of color #119B4A: hue angle of 144.78º 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 #119B4A is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 74 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.39 |
| HSL | 144.78º | 0.8% | 0.34% | - |
| HSV(B) | 144.78º | 0.89% | 0.61% | - |
| XYZ | 13.19 | 24.06 | 10.43 | - |
| YUV | 104.5 | 110.78 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 74 | 0.89 | 0 | 0.52 | 0.39 | 144.78 | 0.8 | 0.34 |
| Hex | 11 | 9B | 4A | 59 | 0 | 34 | 27 | 91 | 50 | 22 |
| Octal | 21 | 233 | 112 | 131 | 0 | 64 | 47 | 221 | 120 | 42 |
| Binary | 10001 | 10011011 | 1001010 | 1011001 | 0 | 110100 | 100111 | 10010001 | 1010000 | 100010 |
Color Harmonies of #119B4A
Complementary color
Monochromatic Colors of #119B4A
Black with #119B4A
Text Example
Text Example
White with #119B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B4A; }
p { color: rgb(17,155,74); }
H1.HeaderClassName
{
color: #119B4A;
}
.AnyTagClassName
{
color: #119B4A;
}
</style>
background-color css
<style>
a { background-color: #119B4A; }
a { background-color: rgb(17,155,74); }
div.DivClassName
{
background-color: #119B4A;
}
.BgClassName
{
background-color: #119B4A;
}
</style>
border-color css
<style>
span { border-color: #119B4A; }
span { border-color: rgb(17,155,74); }
td.TdClassName
{
border-color: #119B4A;
}
.TagClassName
{
border-color: #119B4A;
}
</style>