Shades of Elf Green #1A9475
Tints of Elf Green #1A9475
RGB
CMYK
RGB Variations
Color information
#1A9475 (or 0x1A9475) is known color: Elf Green. HEX triplet: 1A, 94 and 75. RGB value is (26,148,117). Sum of RGB (Red+Green+Blue) = 26+148+117=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #1A9475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9475 is #E56B8A. Grayscale: #6B6B6B. Windows color (decimal): -15035275 or 7705626. OLE color: 7705626.
HSL color Cylindrical-coordinate representation of color #1A9475: hue angle of 164.75º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9475 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 148 | 117 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.42 |
| HSL | 164.75º | 0.7% | 0.34% | - |
| HSV(B) | 164.75º | 0.82% | 0.58% | - |
| XYZ | 14.23 | 22.68 | 20.46 | - |
| YUV | 107.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 117 | 0.82 | 0 | 0.21 | 0.42 | 164.75 | 0.7 | 0.34 |
| Hex | 1A | 94 | 75 | 52 | 0 | 15 | 2A | A5 | 46 | 22 |
| Octal | 32 | 224 | 165 | 122 | 0 | 25 | 52 | 245 | 106 | 42 |
| Binary | 11010 | 10010100 | 1110101 | 1010010 | 0 | 10101 | 101010 | 10100101 | 1000110 | 100010 |
Color Harmonies of #1A9475
Complementary color
Monochromatic Colors of #1A9475
Black with #1A9475
Text Example
Text Example
White with #1A9475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9475; }
p { color: rgb(26,148,117); }
H1.HeaderClassName
{
color: #1A9475;
}
.AnyTagClassName
{
color: #1A9475;
}
</style>
background-color css
<style>
a { background-color: #1A9475; }
a { background-color: rgb(26,148,117); }
div.DivClassName
{
background-color: #1A9475;
}
.BgClassName
{
background-color: #1A9475;
}
</style>
border-color css
<style>
span { border-color: #1A9475; }
span { border-color: rgb(26,148,117); }
td.TdClassName
{
border-color: #1A9475;
}
.TagClassName
{
border-color: #1A9475;
}
</style>