Shades of Pigment Green #169D3F
Tints of Pigment Green #169D3F
RGB
CMYK
RGB Variations
Color information
#169D3F (or 0x169D3F) is known color: Pigment Green. HEX triplet: 16, 9D and 3F. RGB value is (22,157,63). Sum of RGB (Red+Green+Blue) = 22+157+63=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 157 (61.72% from 255 or 64.88% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 157 - color contains mainly: green. Hex color #169D3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169D3F is #E962C0. Grayscale: #6A6A6A. Windows color (decimal): -15295169 or 4168982. OLE color: 4168982.
HSL color Cylindrical-coordinate representation of color #169D3F: hue angle of 138.22º degrees, saturation: 0.75, 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 #169D3F is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 157 | 63 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.38 |
| HSL | 138.22º | 0.75% | 0.35% | - |
| HSV(B) | 138.22º | 0.86% | 0.62% | - |
| XYZ | 13.29 | 24.64 | 8.76 | - |
| YUV | 105.92 | 103.77 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 157 | 63 | 0.86 | 0 | 0.60 | 0.38 | 138.22 | 0.75 | 0.35 |
| Hex | 16 | 9D | 3F | 56 | 0 | 3C | 26 | 8A | 4B | 23 |
| Octal | 26 | 235 | 77 | 126 | 0 | 74 | 46 | 212 | 113 | 43 |
| Binary | 10110 | 10011101 | 111111 | 1010110 | 0 | 111100 | 100110 | 10001010 | 1001011 | 100011 |
Color Harmonies of #169D3F
Complementary color
Monochromatic Colors of #169D3F
Black with #169D3F
Text Example
Text Example
White with #169D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169D3F; }
p { color: rgb(22,157,63); }
H1.HeaderClassName
{
color: #169D3F;
}
.AnyTagClassName
{
color: #169D3F;
}
</style>
background-color css
<style>
a { background-color: #169D3F; }
a { background-color: rgb(22,157,63); }
div.DivClassName
{
background-color: #169D3F;
}
.BgClassName
{
background-color: #169D3F;
}
</style>
border-color css
<style>
span { border-color: #169D3F; }
span { border-color: rgb(22,157,63); }
td.TdClassName
{
border-color: #169D3F;
}
.TagClassName
{
border-color: #169D3F;
}
</style>