Shades of Green #168501
Tints of Green #168501
RGB
CMYK
RGB Variations
Color information
#168501 (or 0x168501) is known color: Green. HEX triplet: 16, 85 and 01. RGB value is (22,133,1). Sum of RGB (Red+Green+Blue) = 22+133+1=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 133 (52.34% from 255 or 85.26% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 133 - color contains mainly: green. Hex color #168501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168501 is #E97AFE. Grayscale: #555555. Windows color (decimal): -15301375 or 99606. OLE color: 99606.
HSL color Cylindrical-coordinate representation of color #168501: hue angle of 110.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #168501 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 1 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.48 |
| HSL | 110.45º | 0.99% | 0.26% | - |
| HSV(B) | 110.45º | 0.99% | 0.52% | - |
| XYZ | 8.72 | 16.95 | 2.84 | - |
| YUV | 84.76 | 80.73 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 1 | 0.83 | 0 | 0.99 | 0.48 | 110.45 | 0.99 | 0.26 |
| Hex | 16 | 85 | 1 | 53 | 0 | 63 | 30 | 6E | 63 | 1A |
| Octal | 26 | 205 | 1 | 123 | 0 | 143 | 60 | 156 | 143 | 32 |
| Binary | 10110 | 10000101 | 1 | 1010011 | 0 | 1100011 | 110000 | 1101110 | 1100011 | 11010 |
Color Harmonies of #168501
Complementary color
Monochromatic Colors of #168501
Black with #168501
Text Example
Text Example
White with #168501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168501; }
p { color: rgb(22,133,1); }
H1.HeaderClassName
{
color: #168501;
}
.AnyTagClassName
{
color: #168501;
}
</style>
background-color css
<style>
a { background-color: #168501; }
a { background-color: rgb(22,133,1); }
div.DivClassName
{
background-color: #168501;
}
.BgClassName
{
background-color: #168501;
}
</style>
border-color css
<style>
span { border-color: #168501; }
span { border-color: rgb(22,133,1); }
td.TdClassName
{
border-color: #168501;
}
.TagClassName
{
border-color: #168501;
}
</style>