Shades of Forest Green #1CAC18
Tints of Forest Green #1CAC18
RGB
CMYK
RGB Variations
Color information
#1CAC18 (or 0x1CAC18) is known color: Forest Green. HEX triplet: 1C, AC and 18. RGB value is (28,172,24). Sum of RGB (Red+Green+Blue) = 28+172+24=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 172 (67.58% from 255 or 76.79% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAC18 is #E353E7. Grayscale: #707070. Windows color (decimal): -14898152 or 1616924. OLE color: 1616924.
HSL color Cylindrical-coordinate representation of color #1CAC18: hue angle of 118.38º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CAC18 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 24 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.33 |
| HSL | 118.38º | 0.76% | 0.38% | - |
| HSV(B) | 118.38º | 0.86% | 0.67% | - |
| XYZ | 15.4 | 29.82 | 5.81 | - |
| YUV | 112.07 | 78.29 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 24 | 0.84 | 0 | 0.86 | 0.33 | 118.38 | 0.76 | 0.38 |
| Hex | 1C | AC | 18 | 54 | 0 | 56 | 21 | 76 | 4C | 26 |
| Octal | 34 | 254 | 30 | 124 | 0 | 126 | 41 | 166 | 114 | 46 |
| Binary | 11100 | 10101100 | 11000 | 1010100 | 0 | 1010110 | 100001 | 1110110 | 1001100 | 100110 |
Color Harmonies of #1CAC18
Complementary color
Monochromatic Colors of #1CAC18
Black with #1CAC18
Text Example
Text Example
White with #1CAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAC18; }
p { color: rgb(28,172,24); }
H1.HeaderClassName
{
color: #1CAC18;
}
.AnyTagClassName
{
color: #1CAC18;
}
</style>
background-color css
<style>
a { background-color: #1CAC18; }
a { background-color: rgb(28,172,24); }
div.DivClassName
{
background-color: #1CAC18;
}
.BgClassName
{
background-color: #1CAC18;
}
</style>
border-color css
<style>
span { border-color: #1CAC18; }
span { border-color: rgb(28,172,24); }
td.TdClassName
{
border-color: #1CAC18;
}
.TagClassName
{
border-color: #1CAC18;
}
</style>