Shades of Elf Green #1A8A6C
Tints of Elf Green #1A8A6C
RGB
CMYK
RGB Variations
Color information
#1A8A6C (or 0x1A8A6C) is known color: Elf Green. HEX triplet: 1A, 8A and 6C. RGB value is (26,138,108). Sum of RGB (Red+Green+Blue) = 26+138+108=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #1A8A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8A6C is #E57593. Grayscale: #656565. Windows color (decimal): -15037844 or 7113242. OLE color: 7113242.
HSL color Cylindrical-coordinate representation of color #1A8A6C: hue angle of 163.93º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8A6C is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 138 | 108 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.46 |
| HSL | 163.93º | 0.68% | 0.32% | - |
| HSV(B) | 163.93º | 0.81% | 0.54% | - |
| XYZ | 12.22 | 19.48 | 17.3 | - |
| YUV | 101.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 108 | 0.81 | 0 | 0.22 | 0.46 | 163.93 | 0.68 | 0.32 |
| Hex | 1A | 8A | 6C | 51 | 0 | 16 | 2E | A4 | 44 | 20 |
| Octal | 32 | 212 | 154 | 121 | 0 | 26 | 56 | 244 | 104 | 40 |
| Binary | 11010 | 10001010 | 1101100 | 1010001 | 0 | 10110 | 101110 | 10100100 | 1000100 | 100000 |
Color Harmonies of #1A8A6C
Complementary color
Monochromatic Colors of #1A8A6C
Black with #1A8A6C
Text Example
Text Example
White with #1A8A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8A6C; }
p { color: rgb(26,138,108); }
H1.HeaderClassName
{
color: #1A8A6C;
}
.AnyTagClassName
{
color: #1A8A6C;
}
</style>
background-color css
<style>
a { background-color: #1A8A6C; }
a { background-color: rgb(26,138,108); }
div.DivClassName
{
background-color: #1A8A6C;
}
.BgClassName
{
background-color: #1A8A6C;
}
</style>
border-color css
<style>
span { border-color: #1A8A6C; }
span { border-color: rgb(26,138,108); }
td.TdClassName
{
border-color: #1A8A6C;
}
.TagClassName
{
border-color: #1A8A6C;
}
</style>