Shades of Pigment Green #16B45C
Tints of Pigment Green #16B45C
RGB
CMYK
RGB Variations
Color information
#16B45C (or 0x16B45C) is known color: Pigment Green. HEX triplet: 16, B4 and 5C. RGB value is (22,180,92). Sum of RGB (Red+Green+Blue) = 22+180+92=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #16B45C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B45C is #E94BA3. Grayscale: #7A7A7A. Windows color (decimal): -15289252 or 6075414. OLE color: 6075414.
HSL color Cylindrical-coordinate representation of color #16B45C: hue angle of 146.58º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B45C is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 180 | 92 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.29 |
| HSL | 146.58º | 0.78% | 0.4% | - |
| HSV(B) | 146.58º | 0.88% | 0.71% | - |
| XYZ | 18.58 | 33.59 | 15.63 | - |
| YUV | 122.73 | 110.65 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 180 | 92 | 0.88 | 0 | 0.49 | 0.29 | 146.58 | 0.78 | 0.4 |
| Hex | 16 | B4 | 5C | 58 | 0 | 31 | 1D | 93 | 4E | 28 |
| Octal | 26 | 264 | 134 | 130 | 0 | 61 | 35 | 223 | 116 | 50 |
| Binary | 10110 | 10110100 | 1011100 | 1011000 | 0 | 110001 | 11101 | 10010011 | 1001110 | 101000 |
Color Harmonies of #16B45C
Complementary color
Monochromatic Colors of #16B45C
Black with #16B45C
Text Example
Text Example
White with #16B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B45C; }
p { color: rgb(22,180,92); }
H1.HeaderClassName
{
color: #16B45C;
}
.AnyTagClassName
{
color: #16B45C;
}
</style>
background-color css
<style>
a { background-color: #16B45C; }
a { background-color: rgb(22,180,92); }
div.DivClassName
{
background-color: #16B45C;
}
.BgClassName
{
background-color: #16B45C;
}
</style>
border-color css
<style>
span { border-color: #16B45C; }
span { border-color: rgb(22,180,92); }
td.TdClassName
{
border-color: #16B45C;
}
.TagClassName
{
border-color: #16B45C;
}
</style>