Shades of Pigment Green #169653
Tints of Pigment Green #169653
RGB
CMYK
RGB Variations
Color information
#169653 (or 0x169653) is known color: Pigment Green. HEX triplet: 16, 96 and 53. RGB value is (22,150,83). Sum of RGB (Red+Green+Blue) = 22+150+83=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #169653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169653 is #E969AC. Grayscale: #686868. Windows color (decimal): -15296941 or 5477910. OLE color: 5477910.
HSL color Cylindrical-coordinate representation of color #169653: hue angle of 148.59º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169653 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 83 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.41 |
| HSL | 148.59º | 0.74% | 0.34% | - |
| HSV(B) | 148.59º | 0.85% | 0.59% | - |
| XYZ | 12.8 | 22.61 | 11.87 | - |
| YUV | 104.09 | 116.09 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 83 | 0.85 | 0 | 0.45 | 0.41 | 148.59 | 0.74 | 0.34 |
| Hex | 16 | 96 | 53 | 55 | 0 | 2D | 29 | 95 | 4A | 22 |
| Octal | 26 | 226 | 123 | 125 | 0 | 55 | 51 | 225 | 112 | 42 |
| Binary | 10110 | 10010110 | 1010011 | 1010101 | 0 | 101101 | 101001 | 10010101 | 1001010 | 100010 |
Color Harmonies of #169653
Complementary color
Monochromatic Colors of #169653
Black with #169653
Text Example
Text Example
White with #169653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169653; }
p { color: rgb(22,150,83); }
H1.HeaderClassName
{
color: #169653;
}
.AnyTagClassName
{
color: #169653;
}
</style>
background-color css
<style>
a { background-color: #169653; }
a { background-color: rgb(22,150,83); }
div.DivClassName
{
background-color: #169653;
}
.BgClassName
{
background-color: #169653;
}
</style>
border-color css
<style>
span { border-color: #169653; }
span { border-color: rgb(22,150,83); }
td.TdClassName
{
border-color: #169653;
}
.TagClassName
{
border-color: #169653;
}
</style>