Shades of Pigment Green #16A23D
Tints of Pigment Green #16A23D
RGB
CMYK
RGB Variations
Color information
#16A23D (or 0x16A23D) is known color: Pigment Green. HEX triplet: 16, A2 and 3D. RGB value is (22,162,61). Sum of RGB (Red+Green+Blue) = 22+162+61=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #16A23D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A23D is #E95DC2. Grayscale: #6C6C6C. Windows color (decimal): -15293891 or 4039190. OLE color: 4039190.
HSL color Cylindrical-coordinate representation of color #16A23D: hue angle of 136.71º 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 #16A23D is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 162 | 61 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.36 |
| HSL | 136.71º | 0.76% | 0.36% | - |
| HSV(B) | 136.71º | 0.86% | 0.64% | - |
| XYZ | 14.09 | 26.35 | 8.76 | - |
| YUV | 108.63 | 101.12 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 61 | 0.86 | 0 | 0.62 | 0.36 | 136.71 | 0.76 | 0.36 |
| Hex | 16 | A2 | 3D | 56 | 0 | 3E | 24 | 89 | 4C | 24 |
| Octal | 26 | 242 | 75 | 126 | 0 | 76 | 44 | 211 | 114 | 44 |
| Binary | 10110 | 10100010 | 111101 | 1010110 | 0 | 111110 | 100100 | 10001001 | 1001100 | 100100 |
Color Harmonies of #16A23D
Complementary color
Monochromatic Colors of #16A23D
Black with #16A23D
Text Example
Text Example
White with #16A23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A23D; }
p { color: rgb(22,162,61); }
H1.HeaderClassName
{
color: #16A23D;
}
.AnyTagClassName
{
color: #16A23D;
}
</style>
background-color css
<style>
a { background-color: #16A23D; }
a { background-color: rgb(22,162,61); }
div.DivClassName
{
background-color: #16A23D;
}
.BgClassName
{
background-color: #16A23D;
}
</style>
border-color css
<style>
span { border-color: #16A23D; }
span { border-color: rgb(22,162,61); }
td.TdClassName
{
border-color: #16A23D;
}
.TagClassName
{
border-color: #16A23D;
}
</style>