Shades of Elf Green #1A997C
Tints of Elf Green #1A997C
RGB
CMYK
RGB Variations
Color information
#1A997C (or 0x1A997C) is known color: Elf Green. HEX triplet: 1A, 99 and 7C. RGB value is (26,153,124). Sum of RGB (Red+Green+Blue) = 26+153+124=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #1A997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A997C is #E56683. Grayscale: #6F6F6F. Windows color (decimal): -15033988 or 8165658. OLE color: 8165658.
HSL color Cylindrical-coordinate representation of color #1A997C: hue angle of 166.3º 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 #1A997C is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 153 | 124 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.4 |
| HSL | 166.3º | 0.71% | 0.35% | - |
| HSV(B) | 166.3º | 0.83% | 0.6% | - |
| XYZ | 15.46 | 24.46 | 22.97 | - |
| YUV | 111.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 153 | 124 | 0.83 | 0 | 0.19 | 0.4 | 166.3 | 0.71 | 0.35 |
| Hex | 1A | 99 | 7C | 53 | 0 | 13 | 28 | A6 | 47 | 23 |
| Octal | 32 | 231 | 174 | 123 | 0 | 23 | 50 | 246 | 107 | 43 |
| Binary | 11010 | 10011001 | 1111100 | 1010011 | 0 | 10011 | 101000 | 10100110 | 1000111 | 100011 |
Color Harmonies of #1A997C
Complementary color
Monochromatic Colors of #1A997C
Black with #1A997C
Text Example
Text Example
White with #1A997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A997C; }
p { color: rgb(26,153,124); }
H1.HeaderClassName
{
color: #1A997C;
}
.AnyTagClassName
{
color: #1A997C;
}
</style>
background-color css
<style>
a { background-color: #1A997C; }
a { background-color: rgb(26,153,124); }
div.DivClassName
{
background-color: #1A997C;
}
.BgClassName
{
background-color: #1A997C;
}
</style>
border-color css
<style>
span { border-color: #1A997C; }
span { border-color: rgb(26,153,124); }
td.TdClassName
{
border-color: #1A997C;
}
.TagClassName
{
border-color: #1A997C;
}
</style>