Shades of Pigment Green #16993A
Tints of Pigment Green #16993A
RGB
CMYK
RGB Variations
Color information
#16993A (or 0x16993A) is known color: Pigment Green. HEX triplet: 16, 99 and 3A. RGB value is (22,153,58). Sum of RGB (Red+Green+Blue) = 22+153+58=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 153 (60.16% from 255 or 65.67% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 153 - color contains mainly: green. Hex color #16993A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16993A is #E966C5. Grayscale: #676767. Windows color (decimal): -15296198 or 3840278. OLE color: 3840278.
HSL color Cylindrical-coordinate representation of color #16993A: hue angle of 136.49º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16993A is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 153 | 58 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.4 |
| HSL | 136.49º | 0.75% | 0.34% | - |
| HSV(B) | 136.49º | 0.86% | 0.6% | - |
| XYZ | 12.49 | 23.26 | 7.83 | - |
| YUV | 103 | 102.6 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 58 | 0.86 | 0 | 0.62 | 0.4 | 136.49 | 0.75 | 0.34 |
| Hex | 16 | 99 | 3A | 56 | 0 | 3E | 28 | 88 | 4B | 22 |
| Octal | 26 | 231 | 72 | 126 | 0 | 76 | 50 | 210 | 113 | 42 |
| Binary | 10110 | 10011001 | 111010 | 1010110 | 0 | 111110 | 101000 | 10001000 | 1001011 | 100010 |
Color Harmonies of #16993A
Complementary color
Monochromatic Colors of #16993A
Black with #16993A
Text Example
Text Example
White with #16993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16993A; }
p { color: rgb(22,153,58); }
H1.HeaderClassName
{
color: #16993A;
}
.AnyTagClassName
{
color: #16993A;
}
</style>
background-color css
<style>
a { background-color: #16993A; }
a { background-color: rgb(22,153,58); }
div.DivClassName
{
background-color: #16993A;
}
.BgClassName
{
background-color: #16993A;
}
</style>
border-color css
<style>
span { border-color: #16993A; }
span { border-color: rgb(22,153,58); }
td.TdClassName
{
border-color: #16993A;
}
.TagClassName
{
border-color: #16993A;
}
</style>