Shades of Forest Green #18A325
Tints of Forest Green #18A325
RGB
CMYK
RGB Variations
Color information
#18A325 (or 0x18A325) is known color: Forest Green. HEX triplet: 18, A3 and 25. RGB value is (24,163,37). Sum of RGB (Red+Green+Blue) = 24+163+37=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #18A325 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A325 is #E75CDA. Grayscale: #6B6B6B. Windows color (decimal): -15162587 or 2466584. OLE color: 2466584.
HSL color Cylindrical-coordinate representation of color #18A325: hue angle of 125.61º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A325 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 37 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.36 |
| HSL | 125.61º | 0.74% | 0.37% | - |
| HSV(B) | 125.61º | 0.85% | 0.64% | - |
| XYZ | 13.81 | 26.52 | 6.14 | - |
| YUV | 107.08 | 88.45 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 37 | 0.85 | 0 | 0.77 | 0.36 | 125.61 | 0.74 | 0.37 |
| Hex | 18 | A3 | 25 | 55 | 0 | 4D | 24 | 7E | 4A | 25 |
| Octal | 30 | 243 | 45 | 125 | 0 | 115 | 44 | 176 | 112 | 45 |
| Binary | 11000 | 10100011 | 100101 | 1010101 | 0 | 1001101 | 100100 | 1111110 | 1001010 | 100101 |
Color Harmonies of #18A325
Complementary color
Monochromatic Colors of #18A325
Black with #18A325
Text Example
Text Example
White with #18A325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A325; }
p { color: rgb(24,163,37); }
H1.HeaderClassName
{
color: #18A325;
}
.AnyTagClassName
{
color: #18A325;
}
</style>
background-color css
<style>
a { background-color: #18A325; }
a { background-color: rgb(24,163,37); }
div.DivClassName
{
background-color: #18A325;
}
.BgClassName
{
background-color: #18A325;
}
</style>
border-color css
<style>
span { border-color: #18A325; }
span { border-color: rgb(24,163,37); }
td.TdClassName
{
border-color: #18A325;
}
.TagClassName
{
border-color: #18A325;
}
</style>