Shades of Forest Green #18AD1C
Tints of Forest Green #18AD1C
RGB
CMYK
RGB Variations
Color information
#18AD1C (or 0x18AD1C) is known color: Forest Green. HEX triplet: 18, AD and 1C. RGB value is (24,173,28). Sum of RGB (Red+Green+Blue) = 24+173+28=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 173 (67.97% from 255 or 76.89% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AD1C is #E752E3. Grayscale: #707070. Windows color (decimal): -15160036 or 1879320. OLE color: 1879320.
HSL color Cylindrical-coordinate representation of color #18AD1C: hue angle of 121.61º 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 #18AD1C is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 28 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.32 |
| HSL | 121.61º | 0.76% | 0.39% | - |
| HSV(B) | 121.61º | 0.86% | 0.68% | - |
| XYZ | 15.53 | 30.17 | 6.1 | - |
| YUV | 111.92 | 80.64 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 28 | 0.86 | 0 | 0.84 | 0.32 | 121.61 | 0.76 | 0.39 |
| Hex | 18 | AD | 1C | 56 | 0 | 54 | 20 | 7A | 4C | 27 |
| Octal | 30 | 255 | 34 | 126 | 0 | 124 | 40 | 172 | 114 | 47 |
| Binary | 11000 | 10101101 | 11100 | 1010110 | 0 | 1010100 | 100000 | 1111010 | 1001100 | 100111 |
Color Harmonies of #18AD1C
Complementary color
Monochromatic Colors of #18AD1C
Black with #18AD1C
Text Example
Text Example
White with #18AD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD1C; }
p { color: rgb(24,173,28); }
H1.HeaderClassName
{
color: #18AD1C;
}
.AnyTagClassName
{
color: #18AD1C;
}
</style>
background-color css
<style>
a { background-color: #18AD1C; }
a { background-color: rgb(24,173,28); }
div.DivClassName
{
background-color: #18AD1C;
}
.BgClassName
{
background-color: #18AD1C;
}
</style>
border-color css
<style>
span { border-color: #18AD1C; }
span { border-color: rgb(24,173,28); }
td.TdClassName
{
border-color: #18AD1C;
}
.TagClassName
{
border-color: #18AD1C;
}
</style>