Shades of Pigment Green #16A13B
Tints of Pigment Green #16A13B
RGB
CMYK
RGB Variations
Color information
#16A13B (or 0x16A13B) is known color: Pigment Green. HEX triplet: 16, A1 and 3B. RGB value is (22,161,59). Sum of RGB (Red+Green+Blue) = 22+161+59=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 161 (63.28% from 255 or 66.53% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 161 - color contains mainly: green. Hex color #16A13B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A13B is #E95EC4. Grayscale: #6C6C6C. Windows color (decimal): -15294149 or 3907862. OLE color: 3907862.
HSL color Cylindrical-coordinate representation of color #16A13B: hue angle of 135.97º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A13B is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 161 | 59 | - |
| CMYK | 0.86 | 0 | 0.63 | 0.37 |
| HSL | 135.97º | 0.76% | 0.36% | - |
| HSV(B) | 135.97º | 0.86% | 0.63% | - |
| XYZ | 13.87 | 25.98 | 8.42 | - |
| YUV | 107.81 | 100.45 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 161 | 59 | 0.86 | 0 | 0.63 | 0.37 | 135.97 | 0.76 | 0.36 |
| Hex | 16 | A1 | 3B | 56 | 0 | 3F | 25 | 88 | 4C | 24 |
| Octal | 26 | 241 | 73 | 126 | 0 | 77 | 45 | 210 | 114 | 44 |
| Binary | 10110 | 10100001 | 111011 | 1010110 | 0 | 111111 | 100101 | 10001000 | 1001100 | 100100 |
Color Harmonies of #16A13B
Complementary color
Monochromatic Colors of #16A13B
Black with #16A13B
Text Example
Text Example
White with #16A13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A13B; }
p { color: rgb(22,161,59); }
H1.HeaderClassName
{
color: #16A13B;
}
.AnyTagClassName
{
color: #16A13B;
}
</style>
background-color css
<style>
a { background-color: #16A13B; }
a { background-color: rgb(22,161,59); }
div.DivClassName
{
background-color: #16A13B;
}
.BgClassName
{
background-color: #16A13B;
}
</style>
border-color css
<style>
span { border-color: #16A13B; }
span { border-color: rgb(22,161,59); }
td.TdClassName
{
border-color: #16A13B;
}
.TagClassName
{
border-color: #16A13B;
}
</style>