Shades of Elf Green #1C846A
Tints of Elf Green #1C846A
RGB
CMYK
RGB Variations
Color information
#1C846A (or 0x1C846A) is known color: Elf Green. HEX triplet: 1C, 84 and 6A. RGB value is (28,132,106). Sum of RGB (Red+Green+Blue) = 28+132+106=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #1C846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C846A is #E37B95. Grayscale: #616161. Windows color (decimal): -14908310 or 6980636. OLE color: 6980636.
HSL color Cylindrical-coordinate representation of color #1C846A: hue angle of 165º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C846A is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 132 | 106 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.48 |
| HSL | 165º | 0.65% | 0.31% | - |
| HSV(B) | 165º | 0.79% | 0.52% | - |
| XYZ | 11.33 | 17.79 | 16.47 | - |
| YUV | 97.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 106 | 0.79 | 0 | 0.20 | 0.48 | 165 | 0.65 | 0.31 |
| Hex | 1C | 84 | 6A | 4F | 0 | 14 | 30 | A5 | 41 | 1F |
| Octal | 34 | 204 | 152 | 117 | 0 | 24 | 60 | 245 | 101 | 37 |
| Binary | 11100 | 10000100 | 1101010 | 1001111 | 0 | 10100 | 110000 | 10100101 | 1000001 | 11111 |
Color Harmonies of #1C846A
Complementary color
Monochromatic Colors of #1C846A
Black with #1C846A
Text Example
Text Example
White with #1C846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C846A; }
p { color: rgb(28,132,106); }
H1.HeaderClassName
{
color: #1C846A;
}
.AnyTagClassName
{
color: #1C846A;
}
</style>
background-color css
<style>
a { background-color: #1C846A; }
a { background-color: rgb(28,132,106); }
div.DivClassName
{
background-color: #1C846A;
}
.BgClassName
{
background-color: #1C846A;
}
</style>
border-color css
<style>
span { border-color: #1C846A; }
span { border-color: rgb(28,132,106); }
td.TdClassName
{
border-color: #1C846A;
}
.TagClassName
{
border-color: #1C846A;
}
</style>