Shades of Forest Green #188A16
Tints of Forest Green #188A16
RGB
CMYK
RGB Variations
Color information
#188A16 (or 0x188A16) is known color: Forest Green. HEX triplet: 18, 8A and 16. RGB value is (24,138,22). Sum of RGB (Red+Green+Blue) = 24+138+22=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 138 (54.30% from 255 or 75% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 138 - color contains mainly: green. Hex color #188A16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #188A16 is #E775E9. Grayscale: #5B5B5B. Windows color (decimal): -15169002 or 1477144. OLE color: 1477144.
HSL color Cylindrical-coordinate representation of color #188A16: hue angle of 118.97º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188A16 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 138 | 22 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.46 |
| HSL | 118.97º | 0.73% | 0.31% | - |
| HSV(B) | 118.97º | 0.84% | 0.54% | - |
| XYZ | 9.61 | 18.43 | 3.81 | - |
| YUV | 90.69 | 89.23 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 22 | 0.83 | 0 | 0.84 | 0.46 | 118.97 | 0.73 | 0.31 |
| Hex | 18 | 8A | 16 | 53 | 0 | 54 | 2E | 77 | 48 | 1F |
| Octal | 30 | 212 | 26 | 123 | 0 | 124 | 56 | 167 | 110 | 37 |
| Binary | 11000 | 10001010 | 10110 | 1010011 | 0 | 1010100 | 101110 | 1110111 | 1001000 | 11111 |
Color Harmonies of #188A16
Complementary color
Monochromatic Colors of #188A16
Black with #188A16
Text Example
Text Example
White with #188A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A16; }
p { color: rgb(24,138,22); }
H1.HeaderClassName
{
color: #188A16;
}
.AnyTagClassName
{
color: #188A16;
}
</style>
background-color css
<style>
a { background-color: #188A16; }
a { background-color: rgb(24,138,22); }
div.DivClassName
{
background-color: #188A16;
}
.BgClassName
{
background-color: #188A16;
}
</style>
border-color css
<style>
span { border-color: #188A16; }
span { border-color: rgb(24,138,22); }
td.TdClassName
{
border-color: #188A16;
}
.TagClassName
{
border-color: #188A16;
}
</style>