Shades of Elf Green #1A8775
Tints of Elf Green #1A8775
RGB
CMYK
RGB Variations
Color information
#1A8775 (or 0x1A8775) is known color: Elf Green. HEX triplet: 1A, 87 and 75. RGB value is (26,135,117). Sum of RGB (Red+Green+Blue) = 26+135+117=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8775 is #E5788A. Grayscale: #646464. Windows color (decimal): -15038603 or 7702298. OLE color: 7702298.
HSL color Cylindrical-coordinate representation of color #1A8775: hue angle of 170.09º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8775 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 117 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.47 |
| HSL | 170.09º | 0.68% | 0.32% | - |
| HSV(B) | 170.09º | 0.81% | 0.53% | - |
| XYZ | 12.3 | 18.83 | 19.82 | - |
| YUV | 100.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 117 | 0.81 | 0 | 0.13 | 0.47 | 170.09 | 0.68 | 0.32 |
| Hex | 1A | 87 | 75 | 51 | 0 | D | 2F | AA | 44 | 20 |
| Octal | 32 | 207 | 165 | 121 | 0 | 15 | 57 | 252 | 104 | 40 |
| Binary | 11010 | 10000111 | 1110101 | 1010001 | 0 | 1101 | 101111 | 10101010 | 1000100 | 100000 |
Color Harmonies of #1A8775
Complementary color
Monochromatic Colors of #1A8775
Black with #1A8775
Text Example
Text Example
White with #1A8775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8775; }
p { color: rgb(26,135,117); }
H1.HeaderClassName
{
color: #1A8775;
}
.AnyTagClassName
{
color: #1A8775;
}
</style>
background-color css
<style>
a { background-color: #1A8775; }
a { background-color: rgb(26,135,117); }
div.DivClassName
{
background-color: #1A8775;
}
.BgClassName
{
background-color: #1A8775;
}
</style>
border-color css
<style>
span { border-color: #1A8775; }
span { border-color: rgb(26,135,117); }
td.TdClassName
{
border-color: #1A8775;
}
.TagClassName
{
border-color: #1A8775;
}
</style>