Shades of Green #168B0A
Tints of Green #168B0A
RGB
CMYK
RGB Variations
Color information
#168B0A (or 0x168B0A) is known color: Green. HEX triplet: 16, 8B and 0A. RGB value is (22,139,10). Sum of RGB (Red+Green+Blue) = 22+139+10=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 139 (54.69% from 255 or 81.29% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 139 - color contains mainly: green. Hex color #168B0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168B0A is #E974F5. Grayscale: #595959. Windows color (decimal): -15299830 or 690966. OLE color: 690966.
HSL color Cylindrical-coordinate representation of color #168B0A: hue angle of 114.42º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #168B0A is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 10 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.45 |
| HSL | 114.42º | 0.87% | 0.29% | - |
| HSV(B) | 114.42º | 0.93% | 0.55% | - |
| XYZ | 9.62 | 18.66 | 3.38 | - |
| YUV | 89.31 | 83.24 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 10 | 0.84 | 0 | 0.93 | 0.45 | 114.42 | 0.87 | 0.29 |
| Hex | 16 | 8B | A | 54 | 0 | 5D | 2D | 72 | 57 | 1D |
| Octal | 26 | 213 | 12 | 124 | 0 | 135 | 55 | 162 | 127 | 35 |
| Binary | 10110 | 10001011 | 1010 | 1010100 | 0 | 1011101 | 101101 | 1110010 | 1010111 | 11101 |
Color Harmonies of #168B0A
Complementary color
Monochromatic Colors of #168B0A
Black with #168B0A
Text Example
Text Example
White with #168B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B0A; }
p { color: rgb(22,139,10); }
H1.HeaderClassName
{
color: #168B0A;
}
.AnyTagClassName
{
color: #168B0A;
}
</style>
background-color css
<style>
a { background-color: #168B0A; }
a { background-color: rgb(22,139,10); }
div.DivClassName
{
background-color: #168B0A;
}
.BgClassName
{
background-color: #168B0A;
}
</style>
border-color css
<style>
span { border-color: #168B0A; }
span { border-color: rgb(22,139,10); }
td.TdClassName
{
border-color: #168B0A;
}
.TagClassName
{
border-color: #168B0A;
}
</style>