Shades of Elf Green #1A8F6C
Tints of Elf Green #1A8F6C
RGB
CMYK
RGB Variations
Color information
#1A8F6C (or 0x1A8F6C) is known color: Elf Green. HEX triplet: 1A, 8F and 6C. RGB value is (26,143,108). Sum of RGB (Red+Green+Blue) = 26+143+108=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #1A8F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8F6C is #E57093. Grayscale: #686868. Windows color (decimal): -15036564 or 7114522. OLE color: 7114522.
HSL color Cylindrical-coordinate representation of color #1A8F6C: hue angle of 162.05º 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 #1A8F6C is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 143 | 108 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.44 |
| HSL | 162.05º | 0.69% | 0.33% | - |
| HSV(B) | 162.05º | 0.82% | 0.56% | - |
| XYZ | 12.96 | 20.95 | 17.55 | - |
| YUV | 104.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 108 | 0.82 | 0 | 0.24 | 0.44 | 162.05 | 0.69 | 0.33 |
| Hex | 1A | 8F | 6C | 52 | 0 | 18 | 2C | A2 | 45 | 21 |
| Octal | 32 | 217 | 154 | 122 | 0 | 30 | 54 | 242 | 105 | 41 |
| Binary | 11010 | 10001111 | 1101100 | 1010010 | 0 | 11000 | 101100 | 10100010 | 1000101 | 100001 |
Color Harmonies of #1A8F6C
Complementary color
Monochromatic Colors of #1A8F6C
Black with #1A8F6C
Text Example
Text Example
White with #1A8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8F6C; }
p { color: rgb(26,143,108); }
H1.HeaderClassName
{
color: #1A8F6C;
}
.AnyTagClassName
{
color: #1A8F6C;
}
</style>
background-color css
<style>
a { background-color: #1A8F6C; }
a { background-color: rgb(26,143,108); }
div.DivClassName
{
background-color: #1A8F6C;
}
.BgClassName
{
background-color: #1A8F6C;
}
</style>
border-color css
<style>
span { border-color: #1A8F6C; }
span { border-color: rgb(26,143,108); }
td.TdClassName
{
border-color: #1A8F6C;
}
.TagClassName
{
border-color: #1A8F6C;
}
</style>