Shades of Pigment Green #16A85B
Tints of Pigment Green #16A85B
RGB
CMYK
RGB Variations
Color information
#16A85B (or 0x16A85B) is known color: Pigment Green. HEX triplet: 16, A8 and 5B. RGB value is (22,168,91). Sum of RGB (Red+Green+Blue) = 22+168+91=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #16A85B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A85B is #E957A4. Grayscale: #737373. Windows color (decimal): -15292325 or 6006806. OLE color: 6006806.
HSL color Cylindrical-coordinate representation of color #16A85B: hue angle of 148.36º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A85B is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 168 | 91 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.34 |
| HSL | 148.36º | 0.77% | 0.37% | - |
| HSV(B) | 148.36º | 0.87% | 0.66% | - |
| XYZ | 16.22 | 28.93 | 14.63 | - |
| YUV | 115.57 | 114.13 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 91 | 0.87 | 0 | 0.46 | 0.34 | 148.36 | 0.77 | 0.37 |
| Hex | 16 | A8 | 5B | 57 | 0 | 2E | 22 | 94 | 4D | 25 |
| Octal | 26 | 250 | 133 | 127 | 0 | 56 | 42 | 224 | 115 | 45 |
| Binary | 10110 | 10101000 | 1011011 | 1010111 | 0 | 101110 | 100010 | 10010100 | 1001101 | 100101 |
Color Harmonies of #16A85B
Complementary color
Monochromatic Colors of #16A85B
Black with #16A85B
Text Example
Text Example
White with #16A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A85B; }
p { color: rgb(22,168,91); }
H1.HeaderClassName
{
color: #16A85B;
}
.AnyTagClassName
{
color: #16A85B;
}
</style>
background-color css
<style>
a { background-color: #16A85B; }
a { background-color: rgb(22,168,91); }
div.DivClassName
{
background-color: #16A85B;
}
.BgClassName
{
background-color: #16A85B;
}
</style>
border-color css
<style>
span { border-color: #16A85B; }
span { border-color: rgb(22,168,91); }
td.TdClassName
{
border-color: #16A85B;
}
.TagClassName
{
border-color: #16A85B;
}
</style>