Shades of Forest Green #18AD26
Tints of Forest Green #18AD26
RGB
CMYK
RGB Variations
Color information
#18AD26 (or 0x18AD26) is known color: Forest Green. HEX triplet: 18, AD and 26. RGB value is (24,173,38). Sum of RGB (Red+Green+Blue) = 24+173+38=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 173 (67.97% from 255 or 73.62% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AD26 is #E752D9. Grayscale: #717171. Windows color (decimal): -15160026 or 2534680. OLE color: 2534680.
HSL color Cylindrical-coordinate representation of color #18AD26: hue angle of 125.64º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AD26 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 38 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.32 |
| HSL | 125.64º | 0.76% | 0.39% | - |
| HSV(B) | 125.64º | 0.86% | 0.68% | - |
| XYZ | 15.67 | 30.22 | 6.84 | - |
| YUV | 113.06 | 85.64 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 38 | 0.86 | 0 | 0.78 | 0.32 | 125.64 | 0.76 | 0.39 |
| Hex | 18 | AD | 26 | 56 | 0 | 4E | 20 | 7E | 4C | 27 |
| Octal | 30 | 255 | 46 | 126 | 0 | 116 | 40 | 176 | 114 | 47 |
| Binary | 11000 | 10101101 | 100110 | 1010110 | 0 | 1001110 | 100000 | 1111110 | 1001100 | 100111 |
Color Harmonies of #18AD26
Complementary color
Monochromatic Colors of #18AD26
Black with #18AD26
Text Example
Text Example
White with #18AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD26; }
p { color: rgb(24,173,38); }
H1.HeaderClassName
{
color: #18AD26;
}
.AnyTagClassName
{
color: #18AD26;
}
</style>
background-color css
<style>
a { background-color: #18AD26; }
a { background-color: rgb(24,173,38); }
div.DivClassName
{
background-color: #18AD26;
}
.BgClassName
{
background-color: #18AD26;
}
</style>
border-color css
<style>
span { border-color: #18AD26; }
span { border-color: rgb(24,173,38); }
td.TdClassName
{
border-color: #18AD26;
}
.TagClassName
{
border-color: #18AD26;
}
</style>