Shades of Forest Green #16980F
Tints of Forest Green #16980F
RGB
CMYK
RGB Variations
Color information
#16980F (or 0x16980F) is known color: Forest Green. HEX triplet: 16, 98 and 0F. RGB value is (22,152,15). Sum of RGB (Red+Green+Blue) = 22+152+15=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 152 (59.77% from 255 or 80.42% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 152 - color contains mainly: green. Hex color #16980F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16980F is #E967F0. Grayscale: #616161. Windows color (decimal): -15296497 or 1021974. OLE color: 1021974.
HSL color Cylindrical-coordinate representation of color #16980F: hue angle of 116.93º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16980F is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 15 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.40 |
| HSL | 116.93º | 0.82% | 0.33% | - |
| HSV(B) | 116.93º | 0.9% | 0.6% | - |
| XYZ | 11.65 | 22.66 | 4.21 | - |
| YUV | 97.51 | 81.43 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 15 | 0.86 | 0 | 0.90 | 0.40 | 116.93 | 0.82 | 0.33 |
| Hex | 16 | 98 | F | 56 | 0 | 5A | 28 | 75 | 52 | 21 |
| Octal | 26 | 230 | 17 | 126 | 0 | 132 | 50 | 165 | 122 | 41 |
| Binary | 10110 | 10011000 | 1111 | 1010110 | 0 | 1011010 | 101000 | 1110101 | 1010010 | 100001 |
Color Harmonies of #16980F
Complementary color
Monochromatic Colors of #16980F
Black with #16980F
Text Example
Text Example
White with #16980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16980F; }
p { color: rgb(22,152,15); }
H1.HeaderClassName
{
color: #16980F;
}
.AnyTagClassName
{
color: #16980F;
}
</style>
background-color css
<style>
a { background-color: #16980F; }
a { background-color: rgb(22,152,15); }
div.DivClassName
{
background-color: #16980F;
}
.BgClassName
{
background-color: #16980F;
}
</style>
border-color css
<style>
span { border-color: #16980F; }
span { border-color: rgb(22,152,15); }
td.TdClassName
{
border-color: #16980F;
}
.TagClassName
{
border-color: #16980F;
}
</style>