Shades of Forest Green #18AF1E
Tints of Forest Green #18AF1E
RGB
CMYK
RGB Variations
Color information
#18AF1E (or 0x18AF1E) is known color: Forest Green. HEX triplet: 18, AF and 1E. RGB value is (24,175,30). Sum of RGB (Red+Green+Blue) = 24+175+30=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 175 (68.75% from 255 or 76.42% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF1E is #E750E1. Grayscale: #717171. Windows color (decimal): -15159522 or 2010904. OLE color: 2010904.
HSL color Cylindrical-coordinate representation of color #18AF1E: hue angle of 122.38º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF1E is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 175 | 30 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.31 |
| HSL | 122.38º | 0.76% | 0.39% | - |
| HSV(B) | 122.38º | 0.86% | 0.69% | - |
| XYZ | 15.94 | 30.95 | 6.36 | - |
| YUV | 113.32 | 80.97 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 30 | 0.86 | 0 | 0.83 | 0.31 | 122.38 | 0.76 | 0.39 |
| Hex | 18 | AF | 1E | 56 | 0 | 53 | 1F | 7A | 4C | 27 |
| Octal | 30 | 257 | 36 | 126 | 0 | 123 | 37 | 172 | 114 | 47 |
| Binary | 11000 | 10101111 | 11110 | 1010110 | 0 | 1010011 | 11111 | 1111010 | 1001100 | 100111 |
Color Harmonies of #18AF1E
Complementary color
Monochromatic Colors of #18AF1E
Black with #18AF1E
Text Example
Text Example
White with #18AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AF1E; }
p { color: rgb(24,175,30); }
H1.HeaderClassName
{
color: #18AF1E;
}
.AnyTagClassName
{
color: #18AF1E;
}
</style>
background-color css
<style>
a { background-color: #18AF1E; }
a { background-color: rgb(24,175,30); }
div.DivClassName
{
background-color: #18AF1E;
}
.BgClassName
{
background-color: #18AF1E;
}
</style>
border-color css
<style>
span { border-color: #18AF1E; }
span { border-color: rgb(24,175,30); }
td.TdClassName
{
border-color: #18AF1E;
}
.TagClassName
{
border-color: #18AF1E;
}
</style>