Shades of Forest Green #18AD1D
Tints of Forest Green #18AD1D
RGB
CMYK
RGB Variations
Color information
#18AD1D (or 0x18AD1D) is known color: Forest Green. HEX triplet: 18, AD and 1D. RGB value is (24,173,29). Sum of RGB (Red+Green+Blue) = 24+173+29=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 173 (67.97% from 255 or 76.55% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AD1D is #E752E2. Grayscale: #707070. Windows color (decimal): -15160035 or 1944856. OLE color: 1944856.
HSL color Cylindrical-coordinate representation of color #18AD1D: hue angle of 122.01º 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 #18AD1D is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 29 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.32 |
| HSL | 122.01º | 0.76% | 0.39% | - |
| HSV(B) | 122.01º | 0.86% | 0.68% | - |
| XYZ | 15.54 | 30.17 | 6.17 | - |
| YUV | 112.03 | 81.14 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 29 | 0.86 | 0 | 0.83 | 0.32 | 122.01 | 0.76 | 0.39 |
| Hex | 18 | AD | 1D | 56 | 0 | 53 | 20 | 7A | 4C | 27 |
| Octal | 30 | 255 | 35 | 126 | 0 | 123 | 40 | 172 | 114 | 47 |
| Binary | 11000 | 10101101 | 11101 | 1010110 | 0 | 1010011 | 100000 | 1111010 | 1001100 | 100111 |
Color Harmonies of #18AD1D
Complementary color
Monochromatic Colors of #18AD1D
Black with #18AD1D
Text Example
Text Example
White with #18AD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD1D; }
p { color: rgb(24,173,29); }
H1.HeaderClassName
{
color: #18AD1D;
}
.AnyTagClassName
{
color: #18AD1D;
}
</style>
background-color css
<style>
a { background-color: #18AD1D; }
a { background-color: rgb(24,173,29); }
div.DivClassName
{
background-color: #18AD1D;
}
.BgClassName
{
background-color: #18AD1D;
}
</style>
border-color css
<style>
span { border-color: #18AD1D; }
span { border-color: rgb(24,173,29); }
td.TdClassName
{
border-color: #18AD1D;
}
.TagClassName
{
border-color: #18AD1D;
}
</style>