Shades of Eucalyptus #1A9D5E
Tints of Eucalyptus #1A9D5E
RGB
CMYK
RGB Variations
Color information
#1A9D5E (or 0x1A9D5E) is known color: Eucalyptus. HEX triplet: 1A, 9D and 5E. RGB value is (26,157,94). Sum of RGB (Red+Green+Blue) = 26+157+94=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #1A9D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9D5E is #E562A1. Grayscale: #6E6E6E. Windows color (decimal): -15032994 or 6200602. OLE color: 6200602.
HSL color Cylindrical-coordinate representation of color #1A9D5E: hue angle of 151.15º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9D5E is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 157 | 94 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.38 |
| HSL | 151.15º | 0.72% | 0.36% | - |
| HSV(B) | 151.15º | 0.83% | 0.62% | - |
| XYZ | 14.5 | 25.14 | 14.68 | - |
| YUV | 110.65 | 118.6 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 157 | 94 | 0.83 | 0 | 0.40 | 0.38 | 151.15 | 0.72 | 0.36 |
| Hex | 1A | 9D | 5E | 53 | 0 | 28 | 26 | 97 | 48 | 24 |
| Octal | 32 | 235 | 136 | 123 | 0 | 50 | 46 | 227 | 110 | 44 |
| Binary | 11010 | 10011101 | 1011110 | 1010011 | 0 | 101000 | 100110 | 10010111 | 1001000 | 100100 |
Color Harmonies of #1A9D5E
Complementary color
Monochromatic Colors of #1A9D5E
Black with #1A9D5E
Text Example
Text Example
White with #1A9D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9D5E; }
p { color: rgb(26,157,94); }
H1.HeaderClassName
{
color: #1A9D5E;
}
.AnyTagClassName
{
color: #1A9D5E;
}
</style>
background-color css
<style>
a { background-color: #1A9D5E; }
a { background-color: rgb(26,157,94); }
div.DivClassName
{
background-color: #1A9D5E;
}
.BgClassName
{
background-color: #1A9D5E;
}
</style>
border-color css
<style>
span { border-color: #1A9D5E; }
span { border-color: rgb(26,157,94); }
td.TdClassName
{
border-color: #1A9D5E;
}
.TagClassName
{
border-color: #1A9D5E;
}
</style>