Shades of Pigment Green #16A84B
Tints of Pigment Green #16A84B
RGB
CMYK
RGB Variations
Color information
#16A84B (or 0x16A84B) is known color: Pigment Green. HEX triplet: 16, A8 and 4B. RGB value is (22,168,75). Sum of RGB (Red+Green+Blue) = 22+168+75=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 168 (66.02% from 255 or 63.40% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 168 - color contains mainly: green. Hex color #16A84B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A84B is #E957B4. Grayscale: #717171. Windows color (decimal): -15292341 or 4958230. OLE color: 4958230.
HSL color Cylindrical-coordinate representation of color #16A84B: hue angle of 141.78º 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 #16A84B is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 168 | 75 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.34 |
| HSL | 141.78º | 0.77% | 0.37% | - |
| HSV(B) | 141.78º | 0.87% | 0.66% | - |
| XYZ | 15.6 | 28.68 | 11.37 | - |
| YUV | 113.74 | 106.13 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 75 | 0.87 | 0 | 0.55 | 0.34 | 141.78 | 0.77 | 0.37 |
| Hex | 16 | A8 | 4B | 57 | 0 | 37 | 22 | 8E | 4D | 25 |
| Octal | 26 | 250 | 113 | 127 | 0 | 67 | 42 | 216 | 115 | 45 |
| Binary | 10110 | 10101000 | 1001011 | 1010111 | 0 | 110111 | 100010 | 10001110 | 1001101 | 100101 |
Color Harmonies of #16A84B
Complementary color
Monochromatic Colors of #16A84B
Black with #16A84B
Text Example
Text Example
White with #16A84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A84B; }
p { color: rgb(22,168,75); }
H1.HeaderClassName
{
color: #16A84B;
}
.AnyTagClassName
{
color: #16A84B;
}
</style>
background-color css
<style>
a { background-color: #16A84B; }
a { background-color: rgb(22,168,75); }
div.DivClassName
{
background-color: #16A84B;
}
.BgClassName
{
background-color: #16A84B;
}
</style>
border-color css
<style>
span { border-color: #16A84B; }
span { border-color: rgb(22,168,75); }
td.TdClassName
{
border-color: #16A84B;
}
.TagClassName
{
border-color: #16A84B;
}
</style>