Shades of Eucalyptus #26AA56
Tints of Eucalyptus #26AA56
RGB
CMYK
RGB Variations
Color information
#26AA56 (or 0x26AA56) is known color: Eucalyptus. HEX triplet: 26, AA and 56. RGB value is (38,170,86). Sum of RGB (Red+Green+Blue) = 38+170+86=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AA56 is #D955A9. Grayscale: #797979. Windows color (decimal): -14243242 or 5679654. OLE color: 5679654.
HSL color Cylindrical-coordinate representation of color #26AA56: hue angle of 141.82º 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 #26AA56 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 86 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.33 |
| HSL | 141.82º | 0.63% | 0.41% | - |
| HSV(B) | 141.82º | 0.78% | 0.67% | - |
| XYZ | 16.85 | 29.83 | 13.67 | - |
| YUV | 120.96 | 108.27 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 86 | 0.78 | 0 | 0.49 | 0.33 | 141.82 | 0.63 | 0.41 |
| Hex | 26 | AA | 56 | 4E | 0 | 31 | 21 | 8E | 3F | 29 |
| Octal | 46 | 252 | 126 | 116 | 0 | 61 | 41 | 216 | 77 | 51 |
| Binary | 100110 | 10101010 | 1010110 | 1001110 | 0 | 110001 | 100001 | 10001110 | 111111 | 101001 |
Color Harmonies of #26AA56
Complementary color
Monochromatic Colors of #26AA56
Black with #26AA56
Text Example
Text Example
White with #26AA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA56; }
p { color: rgb(38,170,86); }
H1.HeaderClassName
{
color: #26AA56;
}
.AnyTagClassName
{
color: #26AA56;
}
</style>
background-color css
<style>
a { background-color: #26AA56; }
a { background-color: rgb(38,170,86); }
div.DivClassName
{
background-color: #26AA56;
}
.BgClassName
{
background-color: #26AA56;
}
</style>
border-color css
<style>
span { border-color: #26AA56; }
span { border-color: rgb(38,170,86); }
td.TdClassName
{
border-color: #26AA56;
}
.TagClassName
{
border-color: #26AA56;
}
</style>