Shades of Elf Green #1A8577
Tints of Elf Green #1A8577
RGB
CMYK
RGB Variations
Color information
#1A8577 (or 0x1A8577) is known color: Elf Green. HEX triplet: 1A, 85 and 77. RGB value is (26,133,119). Sum of RGB (Red+Green+Blue) = 26+133+119=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #1A8577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8577 is #E57A88. Grayscale: #636363. Windows color (decimal): -15039113 or 7832858. OLE color: 7832858.
HSL color Cylindrical-coordinate representation of color #1A8577: hue angle of 172.15º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8577 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 133 | 119 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.48 |
| HSL | 172.15º | 0.67% | 0.31% | - |
| HSV(B) | 172.15º | 0.8% | 0.52% | - |
| XYZ | 12.14 | 18.33 | 20.35 | - |
| YUV | 99.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 119 | 0.80 | 0 | 0.11 | 0.48 | 172.15 | 0.67 | 0.31 |
| Hex | 1A | 85 | 77 | 50 | 0 | B | 30 | AC | 43 | 1F |
| Octal | 32 | 205 | 167 | 120 | 0 | 13 | 60 | 254 | 103 | 37 |
| Binary | 11010 | 10000101 | 1110111 | 1010000 | 0 | 1011 | 110000 | 10101100 | 1000011 | 11111 |
Color Harmonies of #1A8577
Complementary color
Monochromatic Colors of #1A8577
Black with #1A8577
Text Example
Text Example
White with #1A8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8577; }
p { color: rgb(26,133,119); }
H1.HeaderClassName
{
color: #1A8577;
}
.AnyTagClassName
{
color: #1A8577;
}
</style>
background-color css
<style>
a { background-color: #1A8577; }
a { background-color: rgb(26,133,119); }
div.DivClassName
{
background-color: #1A8577;
}
.BgClassName
{
background-color: #1A8577;
}
</style>
border-color css
<style>
span { border-color: #1A8577; }
span { border-color: rgb(26,133,119); }
td.TdClassName
{
border-color: #1A8577;
}
.TagClassName
{
border-color: #1A8577;
}
</style>