Shades of Elf Green #1A996B
Tints of Elf Green #1A996B
RGB
CMYK
RGB Variations
Color information
#1A996B (or 0x1A996B) is known color: Elf Green. HEX triplet: 1A, 99 and 6B. RGB value is (26,153,107). Sum of RGB (Red+Green+Blue) = 26+153+107=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #1A996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A996B is #E56694. Grayscale: #6D6D6D. Windows color (decimal): -15034005 or 7051546. OLE color: 7051546.
HSL color Cylindrical-coordinate representation of color #1A996B: hue angle of 158.27º 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 #1A996B is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 153 | 107 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.4 |
| HSL | 158.27º | 0.71% | 0.35% | - |
| HSV(B) | 158.27º | 0.83% | 0.6% | - |
| XYZ | 14.47 | 24.06 | 17.79 | - |
| YUV | 109.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 153 | 107 | 0.83 | 0 | 0.30 | 0.4 | 158.27 | 0.71 | 0.35 |
| Hex | 1A | 99 | 6B | 53 | 0 | 1E | 28 | 9E | 47 | 23 |
| Octal | 32 | 231 | 153 | 123 | 0 | 36 | 50 | 236 | 107 | 43 |
| Binary | 11010 | 10011001 | 1101011 | 1010011 | 0 | 11110 | 101000 | 10011110 | 1000111 | 100011 |
Color Harmonies of #1A996B
Complementary color
Monochromatic Colors of #1A996B
Black with #1A996B
Text Example
Text Example
White with #1A996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A996B; }
p { color: rgb(26,153,107); }
H1.HeaderClassName
{
color: #1A996B;
}
.AnyTagClassName
{
color: #1A996B;
}
</style>
background-color css
<style>
a { background-color: #1A996B; }
a { background-color: rgb(26,153,107); }
div.DivClassName
{
background-color: #1A996B;
}
.BgClassName
{
background-color: #1A996B;
}
</style>
border-color css
<style>
span { border-color: #1A996B; }
span { border-color: rgb(26,153,107); }
td.TdClassName
{
border-color: #1A996B;
}
.TagClassName
{
border-color: #1A996B;
}
</style>