Shades of Elf Green #1A8569
Tints of Elf Green #1A8569
RGB
CMYK
RGB Variations
Color information
#1A8569 (or 0x1A8569) is known color: Elf Green. HEX triplet: 1A, 85 and 69. RGB value is (26,133,105). Sum of RGB (Red+Green+Blue) = 26+133+105=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #1A8569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8569 is #E57A96. Grayscale: #616161. Windows color (decimal): -15039127 or 6915354. OLE color: 6915354.
HSL color Cylindrical-coordinate representation of color #1A8569: hue angle of 164.3º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8569 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 133 | 105 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.48 |
| HSL | 164.3º | 0.67% | 0.31% | - |
| HSV(B) | 164.3º | 0.8% | 0.52% | - |
| XYZ | 11.36 | 18.01 | 16.24 | - |
| YUV | 97.82 | 132.05 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 105 | 0.80 | 0 | 0.21 | 0.48 | 164.3 | 0.67 | 0.31 |
| Hex | 1A | 85 | 69 | 50 | 0 | 15 | 30 | A4 | 43 | 1F |
| Octal | 32 | 205 | 151 | 120 | 0 | 25 | 60 | 244 | 103 | 37 |
| Binary | 11010 | 10000101 | 1101001 | 1010000 | 0 | 10101 | 110000 | 10100100 | 1000011 | 11111 |
Color Harmonies of #1A8569
Complementary color
Monochromatic Colors of #1A8569
Black with #1A8569
Text Example
Text Example
White with #1A8569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8569; }
p { color: rgb(26,133,105); }
H1.HeaderClassName
{
color: #1A8569;
}
.AnyTagClassName
{
color: #1A8569;
}
</style>
background-color css
<style>
a { background-color: #1A8569; }
a { background-color: rgb(26,133,105); }
div.DivClassName
{
background-color: #1A8569;
}
.BgClassName
{
background-color: #1A8569;
}
</style>
border-color css
<style>
span { border-color: #1A8569; }
span { border-color: rgb(26,133,105); }
td.TdClassName
{
border-color: #1A8569;
}
.TagClassName
{
border-color: #1A8569;
}
</style>