Shades of Elf Green #1A896C
Tints of Elf Green #1A896C
RGB
CMYK
RGB Variations
Color information
#1A896C (or 0x1A896C) is known color: Elf Green. HEX triplet: 1A, 89 and 6C. RGB value is (26,137,108). Sum of RGB (Red+Green+Blue) = 26+137+108=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #1A896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A896C is #E57693. Grayscale: #646464. Windows color (decimal): -15038100 or 7112986. OLE color: 7112986.
HSL color Cylindrical-coordinate representation of color #1A896C: hue angle of 164.32º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A896C is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 108 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.46 |
| HSL | 164.32º | 0.68% | 0.32% | - |
| HSV(B) | 164.32º | 0.81% | 0.54% | - |
| XYZ | 12.08 | 19.19 | 17.26 | - |
| YUV | 100.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 108 | 0.81 | 0 | 0.21 | 0.46 | 164.32 | 0.68 | 0.32 |
| Hex | 1A | 89 | 6C | 51 | 0 | 15 | 2E | A4 | 44 | 20 |
| Octal | 32 | 211 | 154 | 121 | 0 | 25 | 56 | 244 | 104 | 40 |
| Binary | 11010 | 10001001 | 1101100 | 1010001 | 0 | 10101 | 101110 | 10100100 | 1000100 | 100000 |
Color Harmonies of #1A896C
Complementary color
Monochromatic Colors of #1A896C
Black with #1A896C
Text Example
Text Example
White with #1A896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A896C; }
p { color: rgb(26,137,108); }
H1.HeaderClassName
{
color: #1A896C;
}
.AnyTagClassName
{
color: #1A896C;
}
</style>
background-color css
<style>
a { background-color: #1A896C; }
a { background-color: rgb(26,137,108); }
div.DivClassName
{
background-color: #1A896C;
}
.BgClassName
{
background-color: #1A896C;
}
</style>
border-color css
<style>
span { border-color: #1A896C; }
span { border-color: rgb(26,137,108); }
td.TdClassName
{
border-color: #1A896C;
}
.TagClassName
{
border-color: #1A896C;
}
</style>