Shades of Forest Green #186C14
Tints of Forest Green #186C14
RGB
CMYK
RGB Variations
Color information
#186C14 (or 0x186C14) is known color: Forest Green. HEX triplet: 18, 6C and 14. RGB value is (24,108,20). Sum of RGB (Red+Green+Blue) = 24+108+20=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 108 (42.58% from 255 or 71.05% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 108 - color contains mainly: green. Hex color #186C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186C14 is #E793EB. Grayscale: #494949. Windows color (decimal): -15176684 or 1338392. OLE color: 1338392.
HSL color Cylindrical-coordinate representation of color #186C14: hue angle of 117.27º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #186C14 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 108 | 20 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.58 |
| HSL | 117.27º | 0.69% | 0.25% | - |
| HSV(B) | 117.27º | 0.81% | 0.42% | - |
| XYZ | 5.87 | 10.97 | 2.47 | - |
| YUV | 72.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 20 | 0.78 | 0 | 0.81 | 0.58 | 117.27 | 0.69 | 0.25 |
| Hex | 18 | 6C | 14 | 4E | 0 | 51 | 3A | 75 | 45 | 19 |
| Octal | 30 | 154 | 24 | 116 | 0 | 121 | 72 | 165 | 105 | 31 |
| Binary | 11000 | 1101100 | 10100 | 1001110 | 0 | 1010001 | 111010 | 1110101 | 1000101 | 11001 |
Color Harmonies of #186C14
Complementary color
Monochromatic Colors of #186C14
Black with #186C14
Text Example
Text Example
White with #186C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186C14; }
p { color: rgb(24,108,20); }
H1.HeaderClassName
{
color: #186C14;
}
.AnyTagClassName
{
color: #186C14;
}
</style>
background-color css
<style>
a { background-color: #186C14; }
a { background-color: rgb(24,108,20); }
div.DivClassName
{
background-color: #186C14;
}
.BgClassName
{
background-color: #186C14;
}
</style>
border-color css
<style>
span { border-color: #186C14; }
span { border-color: rgb(24,108,20); }
td.TdClassName
{
border-color: #186C14;
}
.TagClassName
{
border-color: #186C14;
}
</style>