Shades of Pigment Green #169C42
Tints of Pigment Green #169C42
RGB
CMYK
RGB Variations
Color information
#169C42 (or 0x169C42) is known color: Pigment Green. HEX triplet: 16, 9C and 42. RGB value is (22,156,66). Sum of RGB (Red+Green+Blue) = 22+156+66=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 156 (61.33% from 255 or 63.93% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 156 - color contains mainly: green. Hex color #169C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169C42 is #E963BD. Grayscale: #696969. Windows color (decimal): -15295422 or 4365334. OLE color: 4365334.
HSL color Cylindrical-coordinate representation of color #169C42: hue angle of 139.7º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169C42 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 156 | 66 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.39 |
| HSL | 139.7º | 0.75% | 0.35% | - |
| HSV(B) | 139.7º | 0.86% | 0.61% | - |
| XYZ | 13.2 | 24.34 | 9.16 | - |
| YUV | 105.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 156 | 66 | 0.86 | 0 | 0.58 | 0.39 | 139.7 | 0.75 | 0.35 |
| Hex | 16 | 9C | 42 | 56 | 0 | 3A | 27 | 8C | 4B | 23 |
| Octal | 26 | 234 | 102 | 126 | 0 | 72 | 47 | 214 | 113 | 43 |
| Binary | 10110 | 10011100 | 1000010 | 1010110 | 0 | 111010 | 100111 | 10001100 | 1001011 | 100011 |
Color Harmonies of #169C42
Complementary color
Monochromatic Colors of #169C42
Black with #169C42
Text Example
Text Example
White with #169C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169C42; }
p { color: rgb(22,156,66); }
H1.HeaderClassName
{
color: #169C42;
}
.AnyTagClassName
{
color: #169C42;
}
</style>
background-color css
<style>
a { background-color: #169C42; }
a { background-color: rgb(22,156,66); }
div.DivClassName
{
background-color: #169C42;
}
.BgClassName
{
background-color: #169C42;
}
</style>
border-color css
<style>
span { border-color: #169C42; }
span { border-color: rgb(22,156,66); }
td.TdClassName
{
border-color: #169C42;
}
.TagClassName
{
border-color: #169C42;
}
</style>