Shades of Elf Green #1A8F6E
Tints of Elf Green #1A8F6E
RGB
CMYK
RGB Variations
Color information
#1A8F6E (or 0x1A8F6E) is known color: Elf Green. HEX triplet: 1A, 8F and 6E. RGB value is (26,143,110). Sum of RGB (Red+Green+Blue) = 26+143+110=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #1A8F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8F6E is #E57091. Grayscale: #686868. Windows color (decimal): -15036562 or 7245594. OLE color: 7245594.
HSL color Cylindrical-coordinate representation of color #1A8F6E: hue angle of 163.08º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8F6E is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 143 | 110 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.44 |
| HSL | 163.08º | 0.69% | 0.33% | - |
| HSV(B) | 163.08º | 0.82% | 0.56% | - |
| XYZ | 13.06 | 20.99 | 18.11 | - |
| YUV | 104.26 | 131.24 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 110 | 0.82 | 0 | 0.23 | 0.44 | 163.08 | 0.69 | 0.33 |
| Hex | 1A | 8F | 6E | 52 | 0 | 17 | 2C | A3 | 45 | 21 |
| Octal | 32 | 217 | 156 | 122 | 0 | 27 | 54 | 243 | 105 | 41 |
| Binary | 11010 | 10001111 | 1101110 | 1010010 | 0 | 10111 | 101100 | 10100011 | 1000101 | 100001 |
Color Harmonies of #1A8F6E
Complementary color
Monochromatic Colors of #1A8F6E
Black with #1A8F6E
Text Example
Text Example
White with #1A8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8F6E; }
p { color: rgb(26,143,110); }
H1.HeaderClassName
{
color: #1A8F6E;
}
.AnyTagClassName
{
color: #1A8F6E;
}
</style>
background-color css
<style>
a { background-color: #1A8F6E; }
a { background-color: rgb(26,143,110); }
div.DivClassName
{
background-color: #1A8F6E;
}
.BgClassName
{
background-color: #1A8F6E;
}
</style>
border-color css
<style>
span { border-color: #1A8F6E; }
span { border-color: rgb(26,143,110); }
td.TdClassName
{
border-color: #1A8F6E;
}
.TagClassName
{
border-color: #1A8F6E;
}
</style>