Shades of Pigment Green #16A25B
Tints of Pigment Green #16A25B
RGB
CMYK
RGB Variations
Color information
#16A25B (or 0x16A25B) is known color: Pigment Green. HEX triplet: 16, A2 and 5B. RGB value is (22,162,91). Sum of RGB (Red+Green+Blue) = 22+162+91=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #16A25B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A25B is #E95DA4. Grayscale: #707070. Windows color (decimal): -15293861 or 6005270. OLE color: 6005270.
HSL color Cylindrical-coordinate representation of color #16A25B: hue angle of 149.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A25B is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 162 | 91 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.36 |
| HSL | 149.57º | 0.76% | 0.36% | - |
| HSV(B) | 149.57º | 0.86% | 0.64% | - |
| XYZ | 15.14 | 26.77 | 14.27 | - |
| YUV | 112.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 91 | 0.86 | 0 | 0.44 | 0.36 | 149.57 | 0.76 | 0.36 |
| Hex | 16 | A2 | 5B | 56 | 0 | 2C | 24 | 96 | 4C | 24 |
| Octal | 26 | 242 | 133 | 126 | 0 | 54 | 44 | 226 | 114 | 44 |
| Binary | 10110 | 10100010 | 1011011 | 1010110 | 0 | 101100 | 100100 | 10010110 | 1001100 | 100100 |
Color Harmonies of #16A25B
Complementary color
Monochromatic Colors of #16A25B
Black with #16A25B
Text Example
Text Example
White with #16A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A25B; }
p { color: rgb(22,162,91); }
H1.HeaderClassName
{
color: #16A25B;
}
.AnyTagClassName
{
color: #16A25B;
}
</style>
background-color css
<style>
a { background-color: #16A25B; }
a { background-color: rgb(22,162,91); }
div.DivClassName
{
background-color: #16A25B;
}
.BgClassName
{
background-color: #16A25B;
}
</style>
border-color css
<style>
span { border-color: #16A25B; }
span { border-color: rgb(22,162,91); }
td.TdClassName
{
border-color: #16A25B;
}
.TagClassName
{
border-color: #16A25B;
}
</style>