Shades of Eucalyptus #26AA58
Tints of Eucalyptus #26AA58
RGB
CMYK
RGB Variations
Color information
#26AA58 (or 0x26AA58) is known color: Eucalyptus. HEX triplet: 26, AA and 58. RGB value is (38,170,88). Sum of RGB (Red+Green+Blue) = 38+170+88=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AA58 is #D955A7. Grayscale: #797979. Windows color (decimal): -14243240 or 5810726. OLE color: 5810726.
HSL color Cylindrical-coordinate representation of color #26AA58: hue angle of 142.73º 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 #26AA58 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 88 | - |
| CMYK | 0.78 | 0 | 0.48 | 0.33 |
| HSL | 142.73º | 0.63% | 0.41% | - |
| HSV(B) | 142.73º | 0.78% | 0.67% | - |
| XYZ | 16.94 | 29.87 | 14.1 | - |
| YUV | 121.18 | 109.27 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 88 | 0.78 | 0 | 0.48 | 0.33 | 142.73 | 0.63 | 0.41 |
| Hex | 26 | AA | 58 | 4E | 0 | 30 | 21 | 8F | 3F | 29 |
| Octal | 46 | 252 | 130 | 116 | 0 | 60 | 41 | 217 | 77 | 51 |
| Binary | 100110 | 10101010 | 1011000 | 1001110 | 0 | 110000 | 100001 | 10001111 | 111111 | 101001 |
Color Harmonies of #26AA58
Complementary color
Monochromatic Colors of #26AA58
Black with #26AA58
Text Example
Text Example
White with #26AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA58; }
p { color: rgb(38,170,88); }
H1.HeaderClassName
{
color: #26AA58;
}
.AnyTagClassName
{
color: #26AA58;
}
</style>
background-color css
<style>
a { background-color: #26AA58; }
a { background-color: rgb(38,170,88); }
div.DivClassName
{
background-color: #26AA58;
}
.BgClassName
{
background-color: #26AA58;
}
</style>
border-color css
<style>
span { border-color: #26AA58; }
span { border-color: rgb(38,170,88); }
td.TdClassName
{
border-color: #26AA58;
}
.TagClassName
{
border-color: #26AA58;
}
</style>