Shades of Forest Green #18A726
Tints of Forest Green #18A726
RGB
CMYK
RGB Variations
Color information
#18A726 (or 0x18A726) is known color: Forest Green. HEX triplet: 18, A7 and 26. RGB value is (24,167,38). Sum of RGB (Red+Green+Blue) = 24+167+38=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 167 (65.62% from 255 or 72.93% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 167 - color contains mainly: green. Hex color #18A726 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A726 is #E758D9. Grayscale: #6D6D6D. Windows color (decimal): -15161562 or 2533144. OLE color: 2533144.
HSL color Cylindrical-coordinate representation of color #18A726: hue angle of 125.87º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A726 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 167 | 38 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.35 |
| HSL | 125.87º | 0.75% | 0.37% | - |
| HSV(B) | 125.87º | 0.86% | 0.65% | - |
| XYZ | 14.55 | 27.97 | 6.47 | - |
| YUV | 109.54 | 87.62 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 167 | 38 | 0.86 | 0 | 0.77 | 0.35 | 125.87 | 0.75 | 0.37 |
| Hex | 18 | A7 | 26 | 56 | 0 | 4D | 23 | 7E | 4B | 25 |
| Octal | 30 | 247 | 46 | 126 | 0 | 115 | 43 | 176 | 113 | 45 |
| Binary | 11000 | 10100111 | 100110 | 1010110 | 0 | 1001101 | 100011 | 1111110 | 1001011 | 100101 |
Color Harmonies of #18A726
Complementary color
Monochromatic Colors of #18A726
Black with #18A726
Text Example
Text Example
White with #18A726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A726; }
p { color: rgb(24,167,38); }
H1.HeaderClassName
{
color: #18A726;
}
.AnyTagClassName
{
color: #18A726;
}
</style>
background-color css
<style>
a { background-color: #18A726; }
a { background-color: rgb(24,167,38); }
div.DivClassName
{
background-color: #18A726;
}
.BgClassName
{
background-color: #18A726;
}
</style>
border-color css
<style>
span { border-color: #18A726; }
span { border-color: rgb(24,167,38); }
td.TdClassName
{
border-color: #18A726;
}
.TagClassName
{
border-color: #18A726;
}
</style>