Shades of Elf Green #1A996C
Tints of Elf Green #1A996C
RGB
CMYK
RGB Variations
Color information
#1A996C (or 0x1A996C) is known color: Elf Green. HEX triplet: 1A, 99 and 6C. RGB value is (26,153,108). Sum of RGB (Red+Green+Blue) = 26+153+108=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #1A996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A996C is #E56693. Grayscale: #6D6D6D. Windows color (decimal): -15034004 or 7117082. OLE color: 7117082.
HSL color Cylindrical-coordinate representation of color #1A996C: hue angle of 158.74º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A996C is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 153 | 108 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.4 |
| HSL | 158.74º | 0.71% | 0.35% | - |
| HSV(B) | 158.74º | 0.83% | 0.6% | - |
| XYZ | 14.52 | 24.08 | 18.07 | - |
| YUV | 109.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 153 | 108 | 0.83 | 0 | 0.29 | 0.4 | 158.74 | 0.71 | 0.35 |
| Hex | 1A | 99 | 6C | 53 | 0 | 1D | 28 | 9F | 47 | 23 |
| Octal | 32 | 231 | 154 | 123 | 0 | 35 | 50 | 237 | 107 | 43 |
| Binary | 11010 | 10011001 | 1101100 | 1010011 | 0 | 11101 | 101000 | 10011111 | 1000111 | 100011 |
Color Harmonies of #1A996C
Complementary color
Monochromatic Colors of #1A996C
Black with #1A996C
Text Example
Text Example
White with #1A996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A996C; }
p { color: rgb(26,153,108); }
H1.HeaderClassName
{
color: #1A996C;
}
.AnyTagClassName
{
color: #1A996C;
}
</style>
background-color css
<style>
a { background-color: #1A996C; }
a { background-color: rgb(26,153,108); }
div.DivClassName
{
background-color: #1A996C;
}
.BgClassName
{
background-color: #1A996C;
}
</style>
border-color css
<style>
span { border-color: #1A996C; }
span { border-color: rgb(26,153,108); }
td.TdClassName
{
border-color: #1A996C;
}
.TagClassName
{
border-color: #1A996C;
}
</style>