Shades of Elf Green #1A8769
Tints of Elf Green #1A8769
RGB
CMYK
RGB Variations
Color information
#1A8769 (or 0x1A8769) is known color: Elf Green. HEX triplet: 1A, 87 and 69. RGB value is (26,135,105). Sum of RGB (Red+Green+Blue) = 26+135+105=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8769 is #E57896. Grayscale: #626262. Windows color (decimal): -15038615 or 6915866. OLE color: 6915866.
HSL color Cylindrical-coordinate representation of color #1A8769: hue angle of 163.49º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8769 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 105 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.47 |
| HSL | 163.49º | 0.68% | 0.32% | - |
| HSV(B) | 163.49º | 0.81% | 0.53% | - |
| XYZ | 11.64 | 18.57 | 16.34 | - |
| YUV | 98.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 105 | 0.81 | 0 | 0.22 | 0.47 | 163.49 | 0.68 | 0.32 |
| Hex | 1A | 87 | 69 | 51 | 0 | 16 | 2F | A3 | 44 | 20 |
| Octal | 32 | 207 | 151 | 121 | 0 | 26 | 57 | 243 | 104 | 40 |
| Binary | 11010 | 10000111 | 1101001 | 1010001 | 0 | 10110 | 101111 | 10100011 | 1000100 | 100000 |
Color Harmonies of #1A8769
Complementary color
Monochromatic Colors of #1A8769
Black with #1A8769
Text Example
Text Example
White with #1A8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8769; }
p { color: rgb(26,135,105); }
H1.HeaderClassName
{
color: #1A8769;
}
.AnyTagClassName
{
color: #1A8769;
}
</style>
background-color css
<style>
a { background-color: #1A8769; }
a { background-color: rgb(26,135,105); }
div.DivClassName
{
background-color: #1A8769;
}
.BgClassName
{
background-color: #1A8769;
}
</style>
border-color css
<style>
span { border-color: #1A8769; }
span { border-color: rgb(26,135,105); }
td.TdClassName
{
border-color: #1A8769;
}
.TagClassName
{
border-color: #1A8769;
}
</style>