Shades of Elf Green #1A8B6E
Tints of Elf Green #1A8B6E
RGB
CMYK
RGB Variations
Color information
#1A8B6E (or 0x1A8B6E) is known color: Elf Green. HEX triplet: 1A, 8B and 6E. RGB value is (26,139,110). Sum of RGB (Red+Green+Blue) = 26+139+110=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8B6E is #E57491. Grayscale: #656565. Windows color (decimal): -15037586 or 7244570. OLE color: 7244570.
HSL color Cylindrical-coordinate representation of color #1A8B6E: hue angle of 164.6º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8B6E is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 110 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.45 |
| HSL | 164.6º | 0.68% | 0.32% | - |
| HSV(B) | 164.6º | 0.81% | 0.55% | - |
| XYZ | 12.47 | 19.81 | 17.92 | - |
| YUV | 101.91 | 132.56 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 110 | 0.81 | 0 | 0.21 | 0.45 | 164.6 | 0.68 | 0.32 |
| Hex | 1A | 8B | 6E | 51 | 0 | 15 | 2D | A5 | 44 | 20 |
| Octal | 32 | 213 | 156 | 121 | 0 | 25 | 55 | 245 | 104 | 40 |
| Binary | 11010 | 10001011 | 1101110 | 1010001 | 0 | 10101 | 101101 | 10100101 | 1000100 | 100000 |
Color Harmonies of #1A8B6E
Complementary color
Monochromatic Colors of #1A8B6E
Black with #1A8B6E
Text Example
Text Example
White with #1A8B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B6E; }
p { color: rgb(26,139,110); }
H1.HeaderClassName
{
color: #1A8B6E;
}
.AnyTagClassName
{
color: #1A8B6E;
}
</style>
background-color css
<style>
a { background-color: #1A8B6E; }
a { background-color: rgb(26,139,110); }
div.DivClassName
{
background-color: #1A8B6E;
}
.BgClassName
{
background-color: #1A8B6E;
}
</style>
border-color css
<style>
span { border-color: #1A8B6E; }
span { border-color: rgb(26,139,110); }
td.TdClassName
{
border-color: #1A8B6E;
}
.TagClassName
{
border-color: #1A8B6E;
}
</style>