Shades of Elf Green #1A896D
Tints of Elf Green #1A896D
RGB
CMYK
RGB Variations
Color information
#1A896D (or 0x1A896D) is known color: Elf Green. HEX triplet: 1A, 89 and 6D. RGB value is (26,137,109). Sum of RGB (Red+Green+Blue) = 26+137+109=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #1A896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A896D is #E57692. Grayscale: #646464. Windows color (decimal): -15038099 or 7178522. OLE color: 7178522.
HSL color Cylindrical-coordinate representation of color #1A896D: hue angle of 164.86º 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 #1A896D is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 109 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.46 |
| HSL | 164.86º | 0.68% | 0.32% | - |
| HSV(B) | 164.86º | 0.81% | 0.54% | - |
| XYZ | 12.13 | 19.22 | 17.54 | - |
| YUV | 100.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 109 | 0.81 | 0 | 0.20 | 0.46 | 164.86 | 0.68 | 0.32 |
| Hex | 1A | 89 | 6D | 51 | 0 | 14 | 2E | A5 | 44 | 20 |
| Octal | 32 | 211 | 155 | 121 | 0 | 24 | 56 | 245 | 104 | 40 |
| Binary | 11010 | 10001001 | 1101101 | 1010001 | 0 | 10100 | 101110 | 10100101 | 1000100 | 100000 |
Color Harmonies of #1A896D
Complementary color
Monochromatic Colors of #1A896D
Black with #1A896D
Text Example
Text Example
White with #1A896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A896D; }
p { color: rgb(26,137,109); }
H1.HeaderClassName
{
color: #1A896D;
}
.AnyTagClassName
{
color: #1A896D;
}
</style>
background-color css
<style>
a { background-color: #1A896D; }
a { background-color: rgb(26,137,109); }
div.DivClassName
{
background-color: #1A896D;
}
.BgClassName
{
background-color: #1A896D;
}
</style>
border-color css
<style>
span { border-color: #1A896D; }
span { border-color: rgb(26,137,109); }
td.TdClassName
{
border-color: #1A896D;
}
.TagClassName
{
border-color: #1A896D;
}
</style>