Shades of Eucalyptus #26AA5E
Tints of Eucalyptus #26AA5E
RGB
CMYK
RGB Variations
Color information
#26AA5E (or 0x26AA5E) is known color: Eucalyptus. HEX triplet: 26, AA and 5E. RGB value is (38,170,94). Sum of RGB (Red+Green+Blue) = 38+170+94=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AA5E is #D955A1. Grayscale: #7A7A7A. Windows color (decimal): -14243234 or 6203942. OLE color: 6203942.
HSL color Cylindrical-coordinate representation of color #26AA5E: hue angle of 145.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AA5E is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 94 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.33 |
| HSL | 145.45º | 0.63% | 0.41% | - |
| HSV(B) | 145.45º | 0.78% | 0.67% | - |
| XYZ | 17.19 | 29.97 | 15.47 | - |
| YUV | 121.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 94 | 0.78 | 0 | 0.45 | 0.33 | 145.45 | 0.63 | 0.41 |
| Hex | 26 | AA | 5E | 4E | 0 | 2D | 21 | 91 | 3F | 29 |
| Octal | 46 | 252 | 136 | 116 | 0 | 55 | 41 | 221 | 77 | 51 |
| Binary | 100110 | 10101010 | 1011110 | 1001110 | 0 | 101101 | 100001 | 10010001 | 111111 | 101001 |
Color Harmonies of #26AA5E
Complementary color
Monochromatic Colors of #26AA5E
Black with #26AA5E
Text Example
Text Example
White with #26AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA5E; }
p { color: rgb(38,170,94); }
H1.HeaderClassName
{
color: #26AA5E;
}
.AnyTagClassName
{
color: #26AA5E;
}
</style>
background-color css
<style>
a { background-color: #26AA5E; }
a { background-color: rgb(38,170,94); }
div.DivClassName
{
background-color: #26AA5E;
}
.BgClassName
{
background-color: #26AA5E;
}
</style>
border-color css
<style>
span { border-color: #26AA5E; }
span { border-color: rgb(38,170,94); }
td.TdClassName
{
border-color: #26AA5E;
}
.TagClassName
{
border-color: #26AA5E;
}
</style>