Shades of Pigment Green #169F3D
Tints of Pigment Green #169F3D
RGB
CMYK
RGB Variations
Color information
#169F3D (or 0x169F3D) is known color: Pigment Green. HEX triplet: 16, 9F and 3D. RGB value is (22,159,61). Sum of RGB (Red+Green+Blue) = 22+159+61=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 159 (62.5% from 255 or 65.70% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 159 - color contains mainly: green. Hex color #169F3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169F3D is #E960C2. Grayscale: #6B6B6B. Windows color (decimal): -15294659 or 4038422. OLE color: 4038422.
HSL color Cylindrical-coordinate representation of color #169F3D: hue angle of 137.08º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169F3D is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 159 | 61 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.38 |
| HSL | 137.08º | 0.76% | 0.35% | - |
| HSV(B) | 137.08º | 0.86% | 0.62% | - |
| XYZ | 13.57 | 25.3 | 8.58 | - |
| YUV | 106.87 | 102.11 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 159 | 61 | 0.86 | 0 | 0.62 | 0.38 | 137.08 | 0.76 | 0.35 |
| Hex | 16 | 9F | 3D | 56 | 0 | 3E | 26 | 89 | 4C | 23 |
| Octal | 26 | 237 | 75 | 126 | 0 | 76 | 46 | 211 | 114 | 43 |
| Binary | 10110 | 10011111 | 111101 | 1010110 | 0 | 111110 | 100110 | 10001001 | 1001100 | 100011 |
Color Harmonies of #169F3D
Complementary color
Monochromatic Colors of #169F3D
Black with #169F3D
Text Example
Text Example
White with #169F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169F3D; }
p { color: rgb(22,159,61); }
H1.HeaderClassName
{
color: #169F3D;
}
.AnyTagClassName
{
color: #169F3D;
}
</style>
background-color css
<style>
a { background-color: #169F3D; }
a { background-color: rgb(22,159,61); }
div.DivClassName
{
background-color: #169F3D;
}
.BgClassName
{
background-color: #169F3D;
}
</style>
border-color css
<style>
span { border-color: #169F3D; }
span { border-color: rgb(22,159,61); }
td.TdClassName
{
border-color: #169F3D;
}
.TagClassName
{
border-color: #169F3D;
}
</style>