Shades of Forest Green #18AF1F
Tints of Forest Green #18AF1F
RGB
CMYK
RGB Variations
Color information
#18AF1F (or 0x18AF1F) is known color: Forest Green. HEX triplet: 18, AF and 1F. RGB value is (24,175,31). Sum of RGB (Red+Green+Blue) = 24+175+31=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 175 (68.75% from 255 or 76.09% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF1F is #E750E0. Grayscale: #717171. Windows color (decimal): -15159521 or 2076440. OLE color: 2076440.
HSL color Cylindrical-coordinate representation of color #18AF1F: hue angle of 122.78º 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 #18AF1F is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 175 | 31 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.31 |
| HSL | 122.78º | 0.76% | 0.39% | - |
| HSV(B) | 122.78º | 0.86% | 0.69% | - |
| XYZ | 15.95 | 30.95 | 6.43 | - |
| YUV | 113.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 31 | 0.86 | 0 | 0.82 | 0.31 | 122.78 | 0.76 | 0.39 |
| Hex | 18 | AF | 1F | 56 | 0 | 52 | 1F | 7B | 4C | 27 |
| Octal | 30 | 257 | 37 | 126 | 0 | 122 | 37 | 173 | 114 | 47 |
| Binary | 11000 | 10101111 | 11111 | 1010110 | 0 | 1010010 | 11111 | 1111011 | 1001100 | 100111 |
Color Harmonies of #18AF1F
Complementary color
Monochromatic Colors of #18AF1F
Black with #18AF1F
Text Example
Text Example
White with #18AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AF1F; }
p { color: rgb(24,175,31); }
H1.HeaderClassName
{
color: #18AF1F;
}
.AnyTagClassName
{
color: #18AF1F;
}
</style>
background-color css
<style>
a { background-color: #18AF1F; }
a { background-color: rgb(24,175,31); }
div.DivClassName
{
background-color: #18AF1F;
}
.BgClassName
{
background-color: #18AF1F;
}
</style>
border-color css
<style>
span { border-color: #18AF1F; }
span { border-color: rgb(24,175,31); }
td.TdClassName
{
border-color: #18AF1F;
}
.TagClassName
{
border-color: #18AF1F;
}
</style>