Shades of Elf Green #1C8B6A
Tints of Elf Green #1C8B6A
RGB
CMYK
RGB Variations
Color information
#1C8B6A (or 0x1C8B6A) is known color: Elf Green. HEX triplet: 1C, 8B and 6A. RGB value is (28,139,106). Sum of RGB (Red+Green+Blue) = 28+139+106=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8B6A is #E37495. Grayscale: #666666. Windows color (decimal): -14906518 or 6982428. OLE color: 6982428.
HSL color Cylindrical-coordinate representation of color #1C8B6A: hue angle of 162.16º degrees, saturation: 0.66, 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 #1C8B6A is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 139 | 106 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.45 |
| HSL | 162.16º | 0.66% | 0.33% | - |
| HSV(B) | 162.16º | 0.8% | 0.55% | - |
| XYZ | 12.31 | 19.75 | 16.8 | - |
| YUV | 102.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 139 | 106 | 0.80 | 0 | 0.24 | 0.45 | 162.16 | 0.66 | 0.33 |
| Hex | 1C | 8B | 6A | 50 | 0 | 18 | 2D | A2 | 42 | 21 |
| Octal | 34 | 213 | 152 | 120 | 0 | 30 | 55 | 242 | 102 | 41 |
| Binary | 11100 | 10001011 | 1101010 | 1010000 | 0 | 11000 | 101101 | 10100010 | 1000010 | 100001 |
Color Harmonies of #1C8B6A
Complementary color
Monochromatic Colors of #1C8B6A
Black with #1C8B6A
Text Example
Text Example
White with #1C8B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8B6A; }
p { color: rgb(28,139,106); }
H1.HeaderClassName
{
color: #1C8B6A;
}
.AnyTagClassName
{
color: #1C8B6A;
}
</style>
background-color css
<style>
a { background-color: #1C8B6A; }
a { background-color: rgb(28,139,106); }
div.DivClassName
{
background-color: #1C8B6A;
}
.BgClassName
{
background-color: #1C8B6A;
}
</style>
border-color css
<style>
span { border-color: #1C8B6A; }
span { border-color: rgb(28,139,106); }
td.TdClassName
{
border-color: #1C8B6A;
}
.TagClassName
{
border-color: #1C8B6A;
}
</style>