Shades of Forest Green #18AD1B
Tints of Forest Green #18AD1B
RGB
CMYK
RGB Variations
Color information
#18AD1B (or 0x18AD1B) is known color: Forest Green. HEX triplet: 18, AD and 1B. RGB value is (24,173,27). Sum of RGB (Red+Green+Blue) = 24+173+27=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 173 (67.97% from 255 or 77.23% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AD1B is #E752E4. Grayscale: #707070. Windows color (decimal): -15160037 or 1813784. OLE color: 1813784.
HSL color Cylindrical-coordinate representation of color #18AD1B: hue angle of 121.21º 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 #18AD1B is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 27 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.32 |
| HSL | 121.21º | 0.76% | 0.39% | - |
| HSV(B) | 121.21º | 0.86% | 0.68% | - |
| XYZ | 15.52 | 30.16 | 6.04 | - |
| YUV | 111.81 | 80.14 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 27 | 0.86 | 0 | 0.84 | 0.32 | 121.21 | 0.76 | 0.39 |
| Hex | 18 | AD | 1B | 56 | 0 | 54 | 20 | 79 | 4C | 27 |
| Octal | 30 | 255 | 33 | 126 | 0 | 124 | 40 | 171 | 114 | 47 |
| Binary | 11000 | 10101101 | 11011 | 1010110 | 0 | 1010100 | 100000 | 1111001 | 1001100 | 100111 |
Color Harmonies of #18AD1B
Complementary color
Monochromatic Colors of #18AD1B
Black with #18AD1B
Text Example
Text Example
White with #18AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD1B; }
p { color: rgb(24,173,27); }
H1.HeaderClassName
{
color: #18AD1B;
}
.AnyTagClassName
{
color: #18AD1B;
}
</style>
background-color css
<style>
a { background-color: #18AD1B; }
a { background-color: rgb(24,173,27); }
div.DivClassName
{
background-color: #18AD1B;
}
.BgClassName
{
background-color: #18AD1B;
}
</style>
border-color css
<style>
span { border-color: #18AD1B; }
span { border-color: rgb(24,173,27); }
td.TdClassName
{
border-color: #18AD1B;
}
.TagClassName
{
border-color: #18AD1B;
}
</style>