Shades of Forest Green #18AD1E
Tints of Forest Green #18AD1E
RGB
CMYK
RGB Variations
Color information
#18AD1E (or 0x18AD1E) is known color: Forest Green. HEX triplet: 18, AD and 1E. RGB value is (24,173,30). Sum of RGB (Red+Green+Blue) = 24+173+30=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 173 (67.97% from 255 or 76.21% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AD1E is #E752E1. Grayscale: #707070. Windows color (decimal): -15160034 or 2010392. OLE color: 2010392.
HSL color Cylindrical-coordinate representation of color #18AD1E: hue angle of 122.42º 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 #18AD1E is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 30 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.32 |
| HSL | 122.42º | 0.76% | 0.39% | - |
| HSV(B) | 122.42º | 0.86% | 0.68% | - |
| XYZ | 15.55 | 30.18 | 6.23 | - |
| YUV | 112.15 | 81.64 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 30 | 0.86 | 0 | 0.83 | 0.32 | 122.42 | 0.76 | 0.39 |
| Hex | 18 | AD | 1E | 56 | 0 | 53 | 20 | 7A | 4C | 27 |
| Octal | 30 | 255 | 36 | 126 | 0 | 123 | 40 | 172 | 114 | 47 |
| Binary | 11000 | 10101101 | 11110 | 1010110 | 0 | 1010011 | 100000 | 1111010 | 1001100 | 100111 |
Color Harmonies of #18AD1E
Complementary color
Monochromatic Colors of #18AD1E
Black with #18AD1E
Text Example
Text Example
White with #18AD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD1E; }
p { color: rgb(24,173,30); }
H1.HeaderClassName
{
color: #18AD1E;
}
.AnyTagClassName
{
color: #18AD1E;
}
</style>
background-color css
<style>
a { background-color: #18AD1E; }
a { background-color: rgb(24,173,30); }
div.DivClassName
{
background-color: #18AD1E;
}
.BgClassName
{
background-color: #18AD1E;
}
</style>
border-color css
<style>
span { border-color: #18AD1E; }
span { border-color: rgb(24,173,30); }
td.TdClassName
{
border-color: #18AD1E;
}
.TagClassName
{
border-color: #18AD1E;
}
</style>