Shades of Pigment Green #119939
Tints of Pigment Green #119939
RGB
CMYK
RGB Variations
Color information
#119939 (or 0x119939) is known color: Pigment Green. HEX triplet: 11, 99 and 39. RGB value is (17,153,57). Sum of RGB (Red+Green+Blue) = 17+153+57=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #119939 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119939 is #EE66C6. Grayscale: #656565. Windows color (decimal): -15623879 or 3774737. OLE color: 3774737.
HSL color Cylindrical-coordinate representation of color #119939: hue angle of 137.65º 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 #119939 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 57 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.4 |
| HSL | 137.65º | 0.8% | 0.33% | - |
| HSV(B) | 137.65º | 0.89% | 0.6% | - |
| XYZ | 12.36 | 23.2 | 7.7 | - |
| YUV | 101.39 | 102.94 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 57 | 0.89 | 0 | 0.63 | 0.4 | 137.65 | 0.8 | 0.33 |
| Hex | 11 | 99 | 39 | 59 | 0 | 3F | 28 | 8A | 50 | 21 |
| Octal | 21 | 231 | 71 | 131 | 0 | 77 | 50 | 212 | 120 | 41 |
| Binary | 10001 | 10011001 | 111001 | 1011001 | 0 | 111111 | 101000 | 10001010 | 1010000 | 100001 |
Color Harmonies of #119939
Complementary color
Monochromatic Colors of #119939
Black with #119939
Text Example
Text Example
White with #119939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119939; }
p { color: rgb(17,153,57); }
H1.HeaderClassName
{
color: #119939;
}
.AnyTagClassName
{
color: #119939;
}
</style>
background-color css
<style>
a { background-color: #119939; }
a { background-color: rgb(17,153,57); }
div.DivClassName
{
background-color: #119939;
}
.BgClassName
{
background-color: #119939;
}
</style>
border-color css
<style>
span { border-color: #119939; }
span { border-color: rgb(17,153,57); }
td.TdClassName
{
border-color: #119939;
}
.TagClassName
{
border-color: #119939;
}
</style>