Shades of Eucalyptus #1AA55B
Tints of Eucalyptus #1AA55B
RGB
CMYK
RGB Variations
Color information
#1AA55B (or 0x1AA55B) is known color: Eucalyptus. HEX triplet: 1A, A5 and 5B. RGB value is (26,165,91). Sum of RGB (Red+Green+Blue) = 26+165+91=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA55B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA55B is #E55AA4. Grayscale: #737373. Windows color (decimal): -15030949 or 6006042. OLE color: 6006042.
HSL color Cylindrical-coordinate representation of color #1AA55B: hue angle of 148.06º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA55B is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 165 | 91 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.35 |
| HSL | 148.06º | 0.73% | 0.37% | - |
| HSV(B) | 148.06º | 0.84% | 0.65% | - |
| XYZ | 15.77 | 27.89 | 14.45 | - |
| YUV | 115 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 165 | 91 | 0.84 | 0 | 0.45 | 0.35 | 148.06 | 0.73 | 0.37 |
| Hex | 1A | A5 | 5B | 54 | 0 | 2D | 23 | 94 | 49 | 25 |
| Octal | 32 | 245 | 133 | 124 | 0 | 55 | 43 | 224 | 111 | 45 |
| Binary | 11010 | 10100101 | 1011011 | 1010100 | 0 | 101101 | 100011 | 10010100 | 1001001 | 100101 |
Color Harmonies of #1AA55B
Complementary color
Monochromatic Colors of #1AA55B
Black with #1AA55B
Text Example
Text Example
White with #1AA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA55B; }
p { color: rgb(26,165,91); }
H1.HeaderClassName
{
color: #1AA55B;
}
.AnyTagClassName
{
color: #1AA55B;
}
</style>
background-color css
<style>
a { background-color: #1AA55B; }
a { background-color: rgb(26,165,91); }
div.DivClassName
{
background-color: #1AA55B;
}
.BgClassName
{
background-color: #1AA55B;
}
</style>
border-color css
<style>
span { border-color: #1AA55B; }
span { border-color: rgb(26,165,91); }
td.TdClassName
{
border-color: #1AA55B;
}
.TagClassName
{
border-color: #1AA55B;
}
</style>