Shades of Elf Green #1C8C6F
Tints of Elf Green #1C8C6F
RGB
CMYK
RGB Variations
Color information
#1C8C6F (or 0x1C8C6F) is known color: Elf Green. HEX triplet: 1C, 8C and 6F. RGB value is (28,140,111). Sum of RGB (Red+Green+Blue) = 28+140+111=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8C6F is #E37390. Grayscale: #676767. Windows color (decimal): -14906257 or 7310364. OLE color: 7310364.
HSL color Cylindrical-coordinate representation of color #1C8C6F: hue angle of 164.46º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8C6F is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 140 | 111 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.45 |
| HSL | 164.46º | 0.67% | 0.33% | - |
| HSV(B) | 164.46º | 0.8% | 0.55% | - |
| XYZ | 12.73 | 20.15 | 18.26 | - |
| YUV | 103.21 | 132.39 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 140 | 111 | 0.80 | 0 | 0.21 | 0.45 | 164.46 | 0.67 | 0.33 |
| Hex | 1C | 8C | 6F | 50 | 0 | 15 | 2D | A4 | 43 | 21 |
| Octal | 34 | 214 | 157 | 120 | 0 | 25 | 55 | 244 | 103 | 41 |
| Binary | 11100 | 10001100 | 1101111 | 1010000 | 0 | 10101 | 101101 | 10100100 | 1000011 | 100001 |
Color Harmonies of #1C8C6F
Complementary color
Monochromatic Colors of #1C8C6F
Black with #1C8C6F
Text Example
Text Example
White with #1C8C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8C6F; }
p { color: rgb(28,140,111); }
H1.HeaderClassName
{
color: #1C8C6F;
}
.AnyTagClassName
{
color: #1C8C6F;
}
</style>
background-color css
<style>
a { background-color: #1C8C6F; }
a { background-color: rgb(28,140,111); }
div.DivClassName
{
background-color: #1C8C6F;
}
.BgClassName
{
background-color: #1C8C6F;
}
</style>
border-color css
<style>
span { border-color: #1C8C6F; }
span { border-color: rgb(28,140,111); }
td.TdClassName
{
border-color: #1C8C6F;
}
.TagClassName
{
border-color: #1C8C6F;
}
</style>