Shades of Eucalyptus #26AA5A
Tints of Eucalyptus #26AA5A
RGB
CMYK
RGB Variations
Color information
#26AA5A (or 0x26AA5A) is known color: Eucalyptus. HEX triplet: 26, AA and 5A. RGB value is (38,170,90). Sum of RGB (Red+Green+Blue) = 38+170+90=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AA5A is #D955A5. Grayscale: #797979. Windows color (decimal): -14243238 or 5941798. OLE color: 5941798.
HSL color Cylindrical-coordinate representation of color #26AA5A: hue angle of 143.64º 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 #26AA5A is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 90 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.33 |
| HSL | 143.64º | 0.63% | 0.41% | - |
| HSV(B) | 143.64º | 0.78% | 0.67% | - |
| XYZ | 17.02 | 29.9 | 14.55 | - |
| YUV | 121.41 | 110.27 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 90 | 0.78 | 0 | 0.47 | 0.33 | 143.64 | 0.63 | 0.41 |
| Hex | 26 | AA | 5A | 4E | 0 | 2F | 21 | 90 | 3F | 29 |
| Octal | 46 | 252 | 132 | 116 | 0 | 57 | 41 | 220 | 77 | 51 |
| Binary | 100110 | 10101010 | 1011010 | 1001110 | 0 | 101111 | 100001 | 10010000 | 111111 | 101001 |
Color Harmonies of #26AA5A
Complementary color
Monochromatic Colors of #26AA5A
Black with #26AA5A
Text Example
Text Example
White with #26AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA5A; }
p { color: rgb(38,170,90); }
H1.HeaderClassName
{
color: #26AA5A;
}
.AnyTagClassName
{
color: #26AA5A;
}
</style>
background-color css
<style>
a { background-color: #26AA5A; }
a { background-color: rgb(38,170,90); }
div.DivClassName
{
background-color: #26AA5A;
}
.BgClassName
{
background-color: #26AA5A;
}
</style>
border-color css
<style>
span { border-color: #26AA5A; }
span { border-color: rgb(38,170,90); }
td.TdClassName
{
border-color: #26AA5A;
}
.TagClassName
{
border-color: #26AA5A;
}
</style>