Shades of Eucalyptus #1AA35B
Tints of Eucalyptus #1AA35B
RGB
CMYK
RGB Variations
Color information
#1AA35B (or 0x1AA35B) is known color: Eucalyptus. HEX triplet: 1A, A3 and 5B. RGB value is (26,163,91). Sum of RGB (Red+Green+Blue) = 26+163+91=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA35B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA35B is #E55CA4. Grayscale: #717171. Windows color (decimal): -15031461 or 6005530. OLE color: 6005530.
HSL color Cylindrical-coordinate representation of color #1AA35B: hue angle of 148.47º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA35B is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 163 | 91 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.36 |
| HSL | 148.47º | 0.72% | 0.37% | - |
| HSV(B) | 148.47º | 0.84% | 0.64% | - |
| XYZ | 15.41 | 27.17 | 14.33 | - |
| YUV | 113.83 | 115.11 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 163 | 91 | 0.84 | 0 | 0.44 | 0.36 | 148.47 | 0.72 | 0.37 |
| Hex | 1A | A3 | 5B | 54 | 0 | 2C | 24 | 94 | 48 | 25 |
| Octal | 32 | 243 | 133 | 124 | 0 | 54 | 44 | 224 | 110 | 45 |
| Binary | 11010 | 10100011 | 1011011 | 1010100 | 0 | 101100 | 100100 | 10010100 | 1001000 | 100101 |
Color Harmonies of #1AA35B
Complementary color
Monochromatic Colors of #1AA35B
Black with #1AA35B
Text Example
Text Example
White with #1AA35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA35B; }
p { color: rgb(26,163,91); }
H1.HeaderClassName
{
color: #1AA35B;
}
.AnyTagClassName
{
color: #1AA35B;
}
</style>
background-color css
<style>
a { background-color: #1AA35B; }
a { background-color: rgb(26,163,91); }
div.DivClassName
{
background-color: #1AA35B;
}
.BgClassName
{
background-color: #1AA35B;
}
</style>
border-color css
<style>
span { border-color: #1AA35B; }
span { border-color: rgb(26,163,91); }
td.TdClassName
{
border-color: #1AA35B;
}
.TagClassName
{
border-color: #1AA35B;
}
</style>