Shades of Pigment Green #169649
Tints of Pigment Green #169649
RGB
CMYK
RGB Variations
Color information
#169649 (or 0x169649) is known color: Pigment Green. HEX triplet: 16, 96 and 49. RGB value is (22,150,73). Sum of RGB (Red+Green+Blue) = 22+150+73=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #169649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169649 is #E969B6. Grayscale: #676767. Windows color (decimal): -15296951 or 4822550. OLE color: 4822550.
HSL color Cylindrical-coordinate representation of color #169649: hue angle of 143.91º 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 #169649 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 73 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.41 |
| HSL | 143.91º | 0.74% | 0.34% | - |
| HSV(B) | 143.91º | 0.85% | 0.59% | - |
| XYZ | 12.44 | 22.46 | 9.98 | - |
| YUV | 102.95 | 111.09 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 73 | 0.85 | 0 | 0.51 | 0.41 | 143.91 | 0.74 | 0.34 |
| Hex | 16 | 96 | 49 | 55 | 0 | 33 | 29 | 90 | 4A | 22 |
| Octal | 26 | 226 | 111 | 125 | 0 | 63 | 51 | 220 | 112 | 42 |
| Binary | 10110 | 10010110 | 1001001 | 1010101 | 0 | 110011 | 101001 | 10010000 | 1001010 | 100010 |
Color Harmonies of #169649
Complementary color
Monochromatic Colors of #169649
Black with #169649
Text Example
Text Example
White with #169649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169649; }
p { color: rgb(22,150,73); }
H1.HeaderClassName
{
color: #169649;
}
.AnyTagClassName
{
color: #169649;
}
</style>
background-color css
<style>
a { background-color: #169649; }
a { background-color: rgb(22,150,73); }
div.DivClassName
{
background-color: #169649;
}
.BgClassName
{
background-color: #169649;
}
</style>
border-color css
<style>
span { border-color: #169649; }
span { border-color: rgb(22,150,73); }
td.TdClassName
{
border-color: #169649;
}
.TagClassName
{
border-color: #169649;
}
</style>