Shades of Elf Green #1C986D
Tints of Elf Green #1C986D
RGB
CMYK
RGB Variations
Color information
#1C986D (or 0x1C986D) is known color: Elf Green. HEX triplet: 1C, 98 and 6D. RGB value is (28,152,109). Sum of RGB (Red+Green+Blue) = 28+152+109=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #1C986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C986D is #E36792. Grayscale: #6E6E6E. Windows color (decimal): -14903187 or 7182364. OLE color: 7182364.
HSL color Cylindrical-coordinate representation of color #1C986D: hue angle of 159.19º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C986D is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 152 | 109 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.40 |
| HSL | 159.19º | 0.69% | 0.35% | - |
| HSV(B) | 159.19º | 0.82% | 0.6% | - |
| XYZ | 14.47 | 23.81 | 18.3 | - |
| YUV | 110.02 | 127.42 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 152 | 109 | 0.82 | 0 | 0.28 | 0.40 | 159.19 | 0.69 | 0.35 |
| Hex | 1C | 98 | 6D | 52 | 0 | 1C | 28 | 9F | 45 | 23 |
| Octal | 34 | 230 | 155 | 122 | 0 | 34 | 50 | 237 | 105 | 43 |
| Binary | 11100 | 10011000 | 1101101 | 1010010 | 0 | 11100 | 101000 | 10011111 | 1000101 | 100011 |
Color Harmonies of #1C986D
Complementary color
Monochromatic Colors of #1C986D
Black with #1C986D
Text Example
Text Example
White with #1C986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C986D; }
p { color: rgb(28,152,109); }
H1.HeaderClassName
{
color: #1C986D;
}
.AnyTagClassName
{
color: #1C986D;
}
</style>
background-color css
<style>
a { background-color: #1C986D; }
a { background-color: rgb(28,152,109); }
div.DivClassName
{
background-color: #1C986D;
}
.BgClassName
{
background-color: #1C986D;
}
</style>
border-color css
<style>
span { border-color: #1C986D; }
span { border-color: rgb(28,152,109); }
td.TdClassName
{
border-color: #1C986D;
}
.TagClassName
{
border-color: #1C986D;
}
</style>