Shades of Pigment Green #119753
Tints of Pigment Green #119753
RGB
CMYK
RGB Variations
Color information
#119753 (or 0x119753) is known color: Pigment Green. HEX triplet: 11, 97 and 53. RGB value is (17,151,83). Sum of RGB (Red+Green+Blue) = 17+151+83=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 151 (59.38% from 255 or 60.16% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 151 - color contains mainly: green. Hex color #119753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119753 is #EE68AC. Grayscale: #676767. Windows color (decimal): -15624365 or 5478161. OLE color: 5478161.
HSL color Cylindrical-coordinate representation of color #119753: hue angle of 149.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119753 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 83 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.41 |
| HSL | 149.55º | 0.8% | 0.33% | - |
| HSV(B) | 149.55º | 0.89% | 0.59% | - |
| XYZ | 12.86 | 22.88 | 11.92 | - |
| YUV | 103.18 | 116.61 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 83 | 0.89 | 0 | 0.45 | 0.41 | 149.55 | 0.8 | 0.33 |
| Hex | 11 | 97 | 53 | 59 | 0 | 2D | 29 | 96 | 50 | 21 |
| Octal | 21 | 227 | 123 | 131 | 0 | 55 | 51 | 226 | 120 | 41 |
| Binary | 10001 | 10010111 | 1010011 | 1011001 | 0 | 101101 | 101001 | 10010110 | 1010000 | 100001 |
Color Harmonies of #119753
Complementary color
Monochromatic Colors of #119753
Black with #119753
Text Example
Text Example
White with #119753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119753; }
p { color: rgb(17,151,83); }
H1.HeaderClassName
{
color: #119753;
}
.AnyTagClassName
{
color: #119753;
}
</style>
background-color css
<style>
a { background-color: #119753; }
a { background-color: rgb(17,151,83); }
div.DivClassName
{
background-color: #119753;
}
.BgClassName
{
background-color: #119753;
}
</style>
border-color css
<style>
span { border-color: #119753; }
span { border-color: rgb(17,151,83); }
td.TdClassName
{
border-color: #119753;
}
.TagClassName
{
border-color: #119753;
}
</style>