Shades of Elf Green #1A895F
Tints of Elf Green #1A895F
RGB
CMYK
RGB Variations
Color information
#1A895F (or 0x1A895F) is known color: Elf Green. HEX triplet: 1A, 89 and 5F. RGB value is (26,137,95). Sum of RGB (Red+Green+Blue) = 26+137+95=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #1A895F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A895F is #E576A0. Grayscale: #636363. Windows color (decimal): -15038113 or 6261018. OLE color: 6261018.
HSL color Cylindrical-coordinate representation of color #1A895F: hue angle of 157.3º 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 #1A895F is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 95 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.46 |
| HSL | 157.3º | 0.68% | 0.32% | - |
| HSV(B) | 157.3º | 0.81% | 0.54% | - |
| XYZ | 11.44 | 18.94 | 13.88 | - |
| YUV | 99.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 95 | 0.81 | 0 | 0.31 | 0.46 | 157.3 | 0.68 | 0.32 |
| Hex | 1A | 89 | 5F | 51 | 0 | 1F | 2E | 9D | 44 | 20 |
| Octal | 32 | 211 | 137 | 121 | 0 | 37 | 56 | 235 | 104 | 40 |
| Binary | 11010 | 10001001 | 1011111 | 1010001 | 0 | 11111 | 101110 | 10011101 | 1000100 | 100000 |
Color Harmonies of #1A895F
Complementary color
Monochromatic Colors of #1A895F
Black with #1A895F
Text Example
Text Example
White with #1A895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A895F; }
p { color: rgb(26,137,95); }
H1.HeaderClassName
{
color: #1A895F;
}
.AnyTagClassName
{
color: #1A895F;
}
</style>
background-color css
<style>
a { background-color: #1A895F; }
a { background-color: rgb(26,137,95); }
div.DivClassName
{
background-color: #1A895F;
}
.BgClassName
{
background-color: #1A895F;
}
</style>
border-color css
<style>
span { border-color: #1A895F; }
span { border-color: rgb(26,137,95); }
td.TdClassName
{
border-color: #1A895F;
}
.TagClassName
{
border-color: #1A895F;
}
</style>