Shades of Elf Green #1C8170
Tints of Elf Green #1C8170
RGB
CMYK
RGB Variations
Color information
#1C8170 (or 0x1C8170) is known color: Elf Green. HEX triplet: 1C, 81 and 70. RGB value is (28,129,112). Sum of RGB (Red+Green+Blue) = 28+129+112=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #1C8170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8170 is #E37E8F. Grayscale: #606060. Windows color (decimal): -14909072 or 7373084. OLE color: 7373084.
HSL color Cylindrical-coordinate representation of color #1C8170: hue angle of 169.9º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C8170 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 129 | 112 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.49 |
| HSL | 169.9º | 0.64% | 0.31% | - |
| HSV(B) | 169.9º | 0.78% | 0.51% | - |
| XYZ | 11.25 | 17.12 | 18.04 | - |
| YUV | 96.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 129 | 112 | 0.78 | 0 | 0.13 | 0.49 | 169.9 | 0.64 | 0.31 |
| Hex | 1C | 81 | 70 | 4E | 0 | D | 31 | AA | 40 | 1F |
| Octal | 34 | 201 | 160 | 116 | 0 | 15 | 61 | 252 | 100 | 37 |
| Binary | 11100 | 10000001 | 1110000 | 1001110 | 0 | 1101 | 110001 | 10101010 | 1000000 | 11111 |
Color Harmonies of #1C8170
Complementary color
Monochromatic Colors of #1C8170
Black with #1C8170
Text Example
Text Example
White with #1C8170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8170; }
p { color: rgb(28,129,112); }
H1.HeaderClassName
{
color: #1C8170;
}
.AnyTagClassName
{
color: #1C8170;
}
</style>
background-color css
<style>
a { background-color: #1C8170; }
a { background-color: rgb(28,129,112); }
div.DivClassName
{
background-color: #1C8170;
}
.BgClassName
{
background-color: #1C8170;
}
</style>
border-color css
<style>
span { border-color: #1C8170; }
span { border-color: rgb(28,129,112); }
td.TdClassName
{
border-color: #1C8170;
}
.TagClassName
{
border-color: #1C8170;
}
</style>