Shades of Forest Green #1CAC16
Tints of Forest Green #1CAC16
RGB
CMYK
RGB Variations
Color information
#1CAC16 (or 0x1CAC16) is known color: Forest Green. HEX triplet: 1C, AC and 16. RGB value is (28,172,22). Sum of RGB (Red+Green+Blue) = 28+172+22=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 172 (67.58% from 255 or 77.48% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAC16 is #E353E9. Grayscale: #707070. Windows color (decimal): -14898154 or 1485852. OLE color: 1485852.
HSL color Cylindrical-coordinate representation of color #1CAC16: hue angle of 117.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CAC16 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 22 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.33 |
| HSL | 117.6º | 0.77% | 0.38% | - |
| HSV(B) | 117.6º | 0.87% | 0.67% | - |
| XYZ | 15.38 | 29.81 | 5.7 | - |
| YUV | 111.84 | 77.29 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 22 | 0.84 | 0 | 0.87 | 0.33 | 117.6 | 0.77 | 0.38 |
| Hex | 1C | AC | 16 | 54 | 0 | 57 | 21 | 76 | 4D | 26 |
| Octal | 34 | 254 | 26 | 124 | 0 | 127 | 41 | 166 | 115 | 46 |
| Binary | 11100 | 10101100 | 10110 | 1010100 | 0 | 1010111 | 100001 | 1110110 | 1001101 | 100110 |
Color Harmonies of #1CAC16
Complementary color
Monochromatic Colors of #1CAC16
Black with #1CAC16
Text Example
Text Example
White with #1CAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAC16; }
p { color: rgb(28,172,22); }
H1.HeaderClassName
{
color: #1CAC16;
}
.AnyTagClassName
{
color: #1CAC16;
}
</style>
background-color css
<style>
a { background-color: #1CAC16; }
a { background-color: rgb(28,172,22); }
div.DivClassName
{
background-color: #1CAC16;
}
.BgClassName
{
background-color: #1CAC16;
}
</style>
border-color css
<style>
span { border-color: #1CAC16; }
span { border-color: rgb(28,172,22); }
td.TdClassName
{
border-color: #1CAC16;
}
.TagClassName
{
border-color: #1CAC16;
}
</style>