Shades of Pigment Green #119955
Tints of Pigment Green #119955
RGB
CMYK
RGB Variations
Color information
#119955 (or 0x119955) is known color: Pigment Green. HEX triplet: 11, 99 and 55. RGB value is (17,153,85). Sum of RGB (Red+Green+Blue) = 17+153+85=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #119955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119955 is #EE66AA. Grayscale: #686868. Windows color (decimal): -15623851 or 5609745. OLE color: 5609745.
HSL color Cylindrical-coordinate representation of color #119955: hue angle of 150º 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 #119955 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 85 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.4 |
| HSL | 150º | 0.8% | 0.33% | - |
| HSV(B) | 150º | 0.89% | 0.6% | - |
| XYZ | 13.26 | 23.56 | 12.44 | - |
| YUV | 104.58 | 116.94 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 85 | 0.89 | 0 | 0.44 | 0.4 | 150 | 0.8 | 0.33 |
| Hex | 11 | 99 | 55 | 59 | 0 | 2C | 28 | 96 | 50 | 21 |
| Octal | 21 | 231 | 125 | 131 | 0 | 54 | 50 | 226 | 120 | 41 |
| Binary | 10001 | 10011001 | 1010101 | 1011001 | 0 | 101100 | 101000 | 10010110 | 1010000 | 100001 |
Color Harmonies of #119955
Complementary color
Monochromatic Colors of #119955
Black with #119955
Text Example
Text Example
White with #119955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119955; }
p { color: rgb(17,153,85); }
H1.HeaderClassName
{
color: #119955;
}
.AnyTagClassName
{
color: #119955;
}
</style>
background-color css
<style>
a { background-color: #119955; }
a { background-color: rgb(17,153,85); }
div.DivClassName
{
background-color: #119955;
}
.BgClassName
{
background-color: #119955;
}
</style>
border-color css
<style>
span { border-color: #119955; }
span { border-color: rgb(17,153,85); }
td.TdClassName
{
border-color: #119955;
}
.TagClassName
{
border-color: #119955;
}
</style>