Shades of Forest Green #168A0F
Tints of Forest Green #168A0F
RGB
CMYK
RGB Variations
Color information
#168A0F (or 0x168A0F) is known color: Forest Green. HEX triplet: 16, 8A and 0F. RGB value is (22,138,15). Sum of RGB (Red+Green+Blue) = 22+138+15=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 138 (54.30% from 255 or 78.86% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 138 - color contains mainly: green. Hex color #168A0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168A0F is #E975F0. Grayscale: #595959. Windows color (decimal): -15300081 or 1018390. OLE color: 1018390.
HSL color Cylindrical-coordinate representation of color #168A0F: hue angle of 116.59º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168A0F is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 15 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.46 |
| HSL | 116.59º | 0.8% | 0.3% | - |
| HSV(B) | 116.59º | 0.89% | 0.54% | - |
| XYZ | 9.51 | 18.38 | 3.5 | - |
| YUV | 89.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 15 | 0.84 | 0 | 0.89 | 0.46 | 116.59 | 0.8 | 0.3 |
| Hex | 16 | 8A | F | 54 | 0 | 59 | 2E | 75 | 50 | 1E |
| Octal | 26 | 212 | 17 | 124 | 0 | 131 | 56 | 165 | 120 | 36 |
| Binary | 10110 | 10001010 | 1111 | 1010100 | 0 | 1011001 | 101110 | 1110101 | 1010000 | 11110 |
Color Harmonies of #168A0F
Complementary color
Monochromatic Colors of #168A0F
Black with #168A0F
Text Example
Text Example
White with #168A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A0F; }
p { color: rgb(22,138,15); }
H1.HeaderClassName
{
color: #168A0F;
}
.AnyTagClassName
{
color: #168A0F;
}
</style>
background-color css
<style>
a { background-color: #168A0F; }
a { background-color: rgb(22,138,15); }
div.DivClassName
{
background-color: #168A0F;
}
.BgClassName
{
background-color: #168A0F;
}
</style>
border-color css
<style>
span { border-color: #168A0F; }
span { border-color: rgb(22,138,15); }
td.TdClassName
{
border-color: #168A0F;
}
.TagClassName
{
border-color: #168A0F;
}
</style>