Shades of Elf Green #1A896E
Tints of Elf Green #1A896E
RGB
CMYK
RGB Variations
Color information
#1A896E (or 0x1A896E) is known color: Elf Green. HEX triplet: 1A, 89 and 6E. RGB value is (26,137,110). Sum of RGB (Red+Green+Blue) = 26+137+110=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #1A896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A896E is #E57691. Grayscale: #646464. Windows color (decimal): -15038098 or 7244058. OLE color: 7244058.
HSL color Cylindrical-coordinate representation of color #1A896E: hue angle of 165.41º 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 #1A896E is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 110 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.46 |
| HSL | 165.41º | 0.68% | 0.32% | - |
| HSV(B) | 165.41º | 0.81% | 0.54% | - |
| XYZ | 12.19 | 19.24 | 17.82 | - |
| YUV | 100.73 | 133.23 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 110 | 0.81 | 0 | 0.20 | 0.46 | 165.41 | 0.68 | 0.32 |
| Hex | 1A | 89 | 6E | 51 | 0 | 14 | 2E | A5 | 44 | 20 |
| Octal | 32 | 211 | 156 | 121 | 0 | 24 | 56 | 245 | 104 | 40 |
| Binary | 11010 | 10001001 | 1101110 | 1010001 | 0 | 10100 | 101110 | 10100101 | 1000100 | 100000 |
Color Harmonies of #1A896E
Complementary color
Monochromatic Colors of #1A896E
Black with #1A896E
Text Example
Text Example
White with #1A896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A896E; }
p { color: rgb(26,137,110); }
H1.HeaderClassName
{
color: #1A896E;
}
.AnyTagClassName
{
color: #1A896E;
}
</style>
background-color css
<style>
a { background-color: #1A896E; }
a { background-color: rgb(26,137,110); }
div.DivClassName
{
background-color: #1A896E;
}
.BgClassName
{
background-color: #1A896E;
}
</style>
border-color css
<style>
span { border-color: #1A896E; }
span { border-color: rgb(26,137,110); }
td.TdClassName
{
border-color: #1A896E;
}
.TagClassName
{
border-color: #1A896E;
}
</style>