Shades of Elf Green #1A8668
Tints of Elf Green #1A8668
RGB
CMYK
RGB Variations
Color information
#1A8668 (or 0x1A8668) is known color: Elf Green. HEX triplet: 1A, 86 and 68. RGB value is (26,134,104). Sum of RGB (Red+Green+Blue) = 26+134+104=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #1A8668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8668 is #E57997. Grayscale: #626262. Windows color (decimal): -15038872 or 6850074. OLE color: 6850074.
HSL color Cylindrical-coordinate representation of color #1A8668: hue angle of 163.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8668 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 104 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.47 |
| HSL | 163.33º | 0.68% | 0.31% | - |
| HSV(B) | 163.33º | 0.81% | 0.53% | - |
| XYZ | 11.45 | 18.27 | 16.02 | - |
| YUV | 98.29 | 131.22 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 104 | 0.81 | 0 | 0.22 | 0.47 | 163.33 | 0.68 | 0.31 |
| Hex | 1A | 86 | 68 | 51 | 0 | 16 | 2F | A3 | 44 | 1F |
| Octal | 32 | 206 | 150 | 121 | 0 | 26 | 57 | 243 | 104 | 37 |
| Binary | 11010 | 10000110 | 1101000 | 1010001 | 0 | 10110 | 101111 | 10100011 | 1000100 | 11111 |
Color Harmonies of #1A8668
Complementary color
Monochromatic Colors of #1A8668
Black with #1A8668
Text Example
Text Example
White with #1A8668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8668; }
p { color: rgb(26,134,104); }
H1.HeaderClassName
{
color: #1A8668;
}
.AnyTagClassName
{
color: #1A8668;
}
</style>
background-color css
<style>
a { background-color: #1A8668; }
a { background-color: rgb(26,134,104); }
div.DivClassName
{
background-color: #1A8668;
}
.BgClassName
{
background-color: #1A8668;
}
</style>
border-color css
<style>
span { border-color: #1A8668; }
span { border-color: rgb(26,134,104); }
td.TdClassName
{
border-color: #1A8668;
}
.TagClassName
{
border-color: #1A8668;
}
</style>