Shades of Elf Green #1C8F7D
Tints of Elf Green #1C8F7D
RGB
CMYK
RGB Variations
Color information
#1C8F7D (or 0x1C8F7D) is known color: Elf Green. HEX triplet: 1C, 8F and 7D. RGB value is (28,143,125). Sum of RGB (Red+Green+Blue) = 28+143+125=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #1C8F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8F7D is #E37082. Grayscale: #6A6A6A. Windows color (decimal): -14905475 or 8228636. OLE color: 8228636.
HSL color Cylindrical-coordinate representation of color #1C8F7D: hue angle of 170.61º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8F7D is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 143 | 125 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.44 |
| HSL | 170.61º | 0.67% | 0.34% | - |
| HSV(B) | 170.61º | 0.8% | 0.56% | - |
| XYZ | 14 | 21.37 | 22.79 | - |
| YUV | 106.56 | 138.4 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 143 | 125 | 0.80 | 0 | 0.13 | 0.44 | 170.61 | 0.67 | 0.34 |
| Hex | 1C | 8F | 7D | 50 | 0 | D | 2C | AB | 43 | 22 |
| Octal | 34 | 217 | 175 | 120 | 0 | 15 | 54 | 253 | 103 | 42 |
| Binary | 11100 | 10001111 | 1111101 | 1010000 | 0 | 1101 | 101100 | 10101011 | 1000011 | 100010 |
Color Harmonies of #1C8F7D
Complementary color
Monochromatic Colors of #1C8F7D
Black with #1C8F7D
Text Example
Text Example
White with #1C8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8F7D; }
p { color: rgb(28,143,125); }
H1.HeaderClassName
{
color: #1C8F7D;
}
.AnyTagClassName
{
color: #1C8F7D;
}
</style>
background-color css
<style>
a { background-color: #1C8F7D; }
a { background-color: rgb(28,143,125); }
div.DivClassName
{
background-color: #1C8F7D;
}
.BgClassName
{
background-color: #1C8F7D;
}
</style>
border-color css
<style>
span { border-color: #1C8F7D; }
span { border-color: rgb(28,143,125); }
td.TdClassName
{
border-color: #1C8F7D;
}
.TagClassName
{
border-color: #1C8F7D;
}
</style>