Shades of Forest Green #18AA26
Tints of Forest Green #18AA26
RGB
CMYK
RGB Variations
Color information
#18AA26 (or 0x18AA26) is known color: Forest Green. HEX triplet: 18, AA and 26. RGB value is (24,170,38). Sum of RGB (Red+Green+Blue) = 24+170+38=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA26 is #E755D9. Grayscale: #6F6F6F. Windows color (decimal): -15160794 or 2533912. OLE color: 2533912.
HSL color Cylindrical-coordinate representation of color #18AA26: hue angle of 125.75º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA26 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 38 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.33 |
| HSL | 125.75º | 0.75% | 0.38% | - |
| HSV(B) | 125.75º | 0.86% | 0.67% | - |
| XYZ | 15.1 | 29.08 | 6.65 | - |
| YUV | 111.3 | 86.63 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 38 | 0.86 | 0 | 0.78 | 0.33 | 125.75 | 0.75 | 0.38 |
| Hex | 18 | AA | 26 | 56 | 0 | 4E | 21 | 7E | 4B | 26 |
| Octal | 30 | 252 | 46 | 126 | 0 | 116 | 41 | 176 | 113 | 46 |
| Binary | 11000 | 10101010 | 100110 | 1010110 | 0 | 1001110 | 100001 | 1111110 | 1001011 | 100110 |
Color Harmonies of #18AA26
Complementary color
Monochromatic Colors of #18AA26
Black with #18AA26
Text Example
Text Example
White with #18AA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA26; }
p { color: rgb(24,170,38); }
H1.HeaderClassName
{
color: #18AA26;
}
.AnyTagClassName
{
color: #18AA26;
}
</style>
background-color css
<style>
a { background-color: #18AA26; }
a { background-color: rgb(24,170,38); }
div.DivClassName
{
background-color: #18AA26;
}
.BgClassName
{
background-color: #18AA26;
}
</style>
border-color css
<style>
span { border-color: #18AA26; }
span { border-color: rgb(24,170,38); }
td.TdClassName
{
border-color: #18AA26;
}
.TagClassName
{
border-color: #18AA26;
}
</style>