Shades of Eucalyptus #1AA062
Tints of Eucalyptus #1AA062
RGB
CMYK
RGB Variations
Color information
#1AA062 (or 0x1AA062) is known color: Eucalyptus. HEX triplet: 1A, A0 and 62. RGB value is (26,160,98). Sum of RGB (Red+Green+Blue) = 26+160+98=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA062 is #E55F9D. Grayscale: #707070. Windows color (decimal): -15032222 or 6463514. OLE color: 6463514.
HSL color Cylindrical-coordinate representation of color #1AA062: hue angle of 152.24º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA062 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 98 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.37 |
| HSL | 152.24º | 0.72% | 0.36% | - |
| HSV(B) | 152.24º | 0.84% | 0.63% | - |
| XYZ | 15.2 | 26.24 | 15.82 | - |
| YUV | 112.87 | 119.61 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 98 | 0.84 | 0 | 0.39 | 0.37 | 152.24 | 0.72 | 0.36 |
| Hex | 1A | A0 | 62 | 54 | 0 | 27 | 25 | 98 | 48 | 24 |
| Octal | 32 | 240 | 142 | 124 | 0 | 47 | 45 | 230 | 110 | 44 |
| Binary | 11010 | 10100000 | 1100010 | 1010100 | 0 | 100111 | 100101 | 10011000 | 1001000 | 100100 |
Color Harmonies of #1AA062
Complementary color
Monochromatic Colors of #1AA062
Black with #1AA062
Text Example
Text Example
White with #1AA062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA062; }
p { color: rgb(26,160,98); }
H1.HeaderClassName
{
color: #1AA062;
}
.AnyTagClassName
{
color: #1AA062;
}
</style>
background-color css
<style>
a { background-color: #1AA062; }
a { background-color: rgb(26,160,98); }
div.DivClassName
{
background-color: #1AA062;
}
.BgClassName
{
background-color: #1AA062;
}
</style>
border-color css
<style>
span { border-color: #1AA062; }
span { border-color: rgb(26,160,98); }
td.TdClassName
{
border-color: #1AA062;
}
.TagClassName
{
border-color: #1AA062;
}
</style>