Shades of Elf Green #1A8E6C
Tints of Elf Green #1A8E6C
RGB
CMYK
RGB Variations
Color information
#1A8E6C (or 0x1A8E6C) is known color: Elf Green. HEX triplet: 1A, 8E and 6C. RGB value is (26,142,108). Sum of RGB (Red+Green+Blue) = 26+142+108=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8E6C is #E57193. Grayscale: #676767. Windows color (decimal): -15036820 or 7114266. OLE color: 7114266.
HSL color Cylindrical-coordinate representation of color #1A8E6C: hue angle of 162.41º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8E6C is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 142 | 108 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.44 |
| HSL | 162.41º | 0.69% | 0.33% | - |
| HSV(B) | 162.41º | 0.82% | 0.56% | - |
| XYZ | 12.81 | 20.65 | 17.5 | - |
| YUV | 103.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 108 | 0.82 | 0 | 0.24 | 0.44 | 162.41 | 0.69 | 0.33 |
| Hex | 1A | 8E | 6C | 52 | 0 | 18 | 2C | A2 | 45 | 21 |
| Octal | 32 | 216 | 154 | 122 | 0 | 30 | 54 | 242 | 105 | 41 |
| Binary | 11010 | 10001110 | 1101100 | 1010010 | 0 | 11000 | 101100 | 10100010 | 1000101 | 100001 |
Color Harmonies of #1A8E6C
Complementary color
Monochromatic Colors of #1A8E6C
Black with #1A8E6C
Text Example
Text Example
White with #1A8E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8E6C; }
p { color: rgb(26,142,108); }
H1.HeaderClassName
{
color: #1A8E6C;
}
.AnyTagClassName
{
color: #1A8E6C;
}
</style>
background-color css
<style>
a { background-color: #1A8E6C; }
a { background-color: rgb(26,142,108); }
div.DivClassName
{
background-color: #1A8E6C;
}
.BgClassName
{
background-color: #1A8E6C;
}
</style>
border-color css
<style>
span { border-color: #1A8E6C; }
span { border-color: rgb(26,142,108); }
td.TdClassName
{
border-color: #1A8E6C;
}
.TagClassName
{
border-color: #1A8E6C;
}
</style>