Shades of Elf Green #1A9174
Tints of Elf Green #1A9174
RGB
CMYK
RGB Variations
Color information
#1A9174 (or 0x1A9174) is known color: Elf Green. HEX triplet: 1A, 91 and 74. RGB value is (26,145,116). Sum of RGB (Red+Green+Blue) = 26+145+116=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #1A9174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9174 is #E56E8B. Grayscale: #6A6A6A. Windows color (decimal): -15036044 or 7639322. OLE color: 7639322.
HSL color Cylindrical-coordinate representation of color #1A9174: hue angle of 165.38º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9174 is Cyan = 0.82, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 145 | 116 | - |
| CMYK | 0.82 | 0 | 0.2 | 0.43 |
| HSL | 165.38º | 0.7% | 0.34% | - |
| HSV(B) | 165.38º | 0.82% | 0.57% | - |
| XYZ | 13.7 | 21.73 | 20 | - |
| YUV | 106.11 | 133.58 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 145 | 116 | 0.82 | 0 | 0.2 | 0.43 | 165.38 | 0.7 | 0.34 |
| Hex | 1A | 91 | 74 | 52 | 0 | 14 | 2B | A5 | 46 | 22 |
| Octal | 32 | 221 | 164 | 122 | 0 | 24 | 53 | 245 | 106 | 42 |
| Binary | 11010 | 10010001 | 1110100 | 1010010 | 0 | 10100 | 101011 | 10100101 | 1000110 | 100010 |
Color Harmonies of #1A9174
Complementary color
Monochromatic Colors of #1A9174
Black with #1A9174
Text Example
Text Example
White with #1A9174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9174; }
p { color: rgb(26,145,116); }
H1.HeaderClassName
{
color: #1A9174;
}
.AnyTagClassName
{
color: #1A9174;
}
</style>
background-color css
<style>
a { background-color: #1A9174; }
a { background-color: rgb(26,145,116); }
div.DivClassName
{
background-color: #1A9174;
}
.BgClassName
{
background-color: #1A9174;
}
</style>
border-color css
<style>
span { border-color: #1A9174; }
span { border-color: rgb(26,145,116); }
td.TdClassName
{
border-color: #1A9174;
}
.TagClassName
{
border-color: #1A9174;
}
</style>