Shades of Elf Green #1A8678
Tints of Elf Green #1A8678
RGB
CMYK
RGB Variations
Color information
#1A8678 (or 0x1A8678) is known color: Elf Green. HEX triplet: 1A, 86 and 78. RGB value is (26,134,120). Sum of RGB (Red+Green+Blue) = 26+134+120=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #1A8678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8678 is #E57987. Grayscale: #646464. Windows color (decimal): -15038856 or 7898650. OLE color: 7898650.
HSL color Cylindrical-coordinate representation of color #1A8678: hue angle of 172.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8678 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 120 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.47 |
| HSL | 172.22º | 0.68% | 0.31% | - |
| HSV(B) | 172.22º | 0.81% | 0.53% | - |
| XYZ | 12.34 | 18.63 | 20.71 | - |
| YUV | 100.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 120 | 0.81 | 0 | 0.10 | 0.47 | 172.22 | 0.68 | 0.31 |
| Hex | 1A | 86 | 78 | 51 | 0 | A | 2F | AC | 44 | 1F |
| Octal | 32 | 206 | 170 | 121 | 0 | 12 | 57 | 254 | 104 | 37 |
| Binary | 11010 | 10000110 | 1111000 | 1010001 | 0 | 1010 | 101111 | 10101100 | 1000100 | 11111 |
Color Harmonies of #1A8678
Complementary color
Monochromatic Colors of #1A8678
Black with #1A8678
Text Example
Text Example
White with #1A8678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8678; }
p { color: rgb(26,134,120); }
H1.HeaderClassName
{
color: #1A8678;
}
.AnyTagClassName
{
color: #1A8678;
}
</style>
background-color css
<style>
a { background-color: #1A8678; }
a { background-color: rgb(26,134,120); }
div.DivClassName
{
background-color: #1A8678;
}
.BgClassName
{
background-color: #1A8678;
}
</style>
border-color css
<style>
span { border-color: #1A8678; }
span { border-color: rgb(26,134,120); }
td.TdClassName
{
border-color: #1A8678;
}
.TagClassName
{
border-color: #1A8678;
}
</style>