Shades of Forest Green #169514
Tints of Forest Green #169514
RGB
CMYK
RGB Variations
Color information
#169514 (or 0x169514) is known color: Forest Green. HEX triplet: 16, 95 and 14. RGB value is (22,149,20). Sum of RGB (Red+Green+Blue) = 22+149+20=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 149 (58.59% from 255 or 78.01% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 149 - color contains mainly: green. Hex color #169514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #169514 is #E96AEB. Grayscale: #606060. Windows color (decimal): -15297260 or 1348886. OLE color: 1348886.
HSL color Cylindrical-coordinate representation of color #169514: hue angle of 119.07º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #169514 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 149 | 20 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.42 |
| HSL | 119.07º | 0.76% | 0.33% | - |
| HSV(B) | 119.07º | 0.87% | 0.58% | - |
| XYZ | 11.2 | 21.72 | 4.26 | - |
| YUV | 96.32 | 84.92 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 20 | 0.85 | 0 | 0.87 | 0.42 | 119.07 | 0.76 | 0.33 |
| Hex | 16 | 95 | 14 | 55 | 0 | 57 | 2A | 77 | 4C | 21 |
| Octal | 26 | 225 | 24 | 125 | 0 | 127 | 52 | 167 | 114 | 41 |
| Binary | 10110 | 10010101 | 10100 | 1010101 | 0 | 1010111 | 101010 | 1110111 | 1001100 | 100001 |
Color Harmonies of #169514
Complementary color
Monochromatic Colors of #169514
Black with #169514
Text Example
Text Example
White with #169514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169514; }
p { color: rgb(22,149,20); }
H1.HeaderClassName
{
color: #169514;
}
.AnyTagClassName
{
color: #169514;
}
</style>
background-color css
<style>
a { background-color: #169514; }
a { background-color: rgb(22,149,20); }
div.DivClassName
{
background-color: #169514;
}
.BgClassName
{
background-color: #169514;
}
</style>
border-color css
<style>
span { border-color: #169514; }
span { border-color: rgb(22,149,20); }
td.TdClassName
{
border-color: #169514;
}
.TagClassName
{
border-color: #169514;
}
</style>