Shades of Green #166D03
Tints of Green #166D03
RGB
CMYK
RGB Variations
Color information
#166D03 (or 0x166D03) is known color: Green. HEX triplet: 16, 6D and 03. RGB value is (22,109,3). Sum of RGB (Red+Green+Blue) = 22+109+3=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 109 (42.97% from 255 or 81.34% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 109 - color contains mainly: green. Hex color #166D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166D03 is #E992FC. Grayscale: #474747. Windows color (decimal): -15307517 or 224534. OLE color: 224534.
HSL color Cylindrical-coordinate representation of color #166D03: hue angle of 109.25º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #166D03 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 109 | 3 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.57 |
| HSL | 109.25º | 0.95% | 0.22% | - |
| HSV(B) | 109.25º | 0.97% | 0.43% | - |
| XYZ | 5.82 | 11.11 | 1.92 | - |
| YUV | 70.9 | 89.68 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 3 | 0.80 | 0 | 0.97 | 0.57 | 109.25 | 0.95 | 0.22 |
| Hex | 16 | 6D | 3 | 50 | 0 | 61 | 39 | 6D | 5F | 16 |
| Octal | 26 | 155 | 3 | 120 | 0 | 141 | 71 | 155 | 137 | 26 |
| Binary | 10110 | 1101101 | 11 | 1010000 | 0 | 1100001 | 111001 | 1101101 | 1011111 | 10110 |
Color Harmonies of #166D03
Complementary color
Monochromatic Colors of #166D03
Black with #166D03
Text Example
Text Example
White with #166D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D03; }
p { color: rgb(22,109,3); }
H1.HeaderClassName
{
color: #166D03;
}
.AnyTagClassName
{
color: #166D03;
}
</style>
background-color css
<style>
a { background-color: #166D03; }
a { background-color: rgb(22,109,3); }
div.DivClassName
{
background-color: #166D03;
}
.BgClassName
{
background-color: #166D03;
}
</style>
border-color css
<style>
span { border-color: #166D03; }
span { border-color: rgb(22,109,3); }
td.TdClassName
{
border-color: #166D03;
}
.TagClassName
{
border-color: #166D03;
}
</style>