Shades of Eucalyptus #26AA50
Tints of Eucalyptus #26AA50
RGB
CMYK
RGB Variations
Color information
#26AA50 (or 0x26AA50) is known color: Eucalyptus. HEX triplet: 26, AA and 50. RGB value is (38,170,80). Sum of RGB (Red+Green+Blue) = 38+170+80=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AA50 is #D955AF. Grayscale: #787878. Windows color (decimal): -14243248 or 5286438. OLE color: 5286438.
HSL color Cylindrical-coordinate representation of color #26AA50: hue angle of 139.09º 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 #26AA50 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 80 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.33 |
| HSL | 139.09º | 0.63% | 0.41% | - |
| HSV(B) | 139.09º | 0.78% | 0.67% | - |
| XYZ | 16.62 | 29.74 | 12.45 | - |
| YUV | 120.27 | 105.27 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 80 | 0.78 | 0 | 0.53 | 0.33 | 139.09 | 0.63 | 0.41 |
| Hex | 26 | AA | 50 | 4E | 0 | 35 | 21 | 8B | 3F | 29 |
| Octal | 46 | 252 | 120 | 116 | 0 | 65 | 41 | 213 | 77 | 51 |
| Binary | 100110 | 10101010 | 1010000 | 1001110 | 0 | 110101 | 100001 | 10001011 | 111111 | 101001 |
Color Harmonies of #26AA50
Complementary color
Monochromatic Colors of #26AA50
Black with #26AA50
Text Example
Text Example
White with #26AA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA50; }
p { color: rgb(38,170,80); }
H1.HeaderClassName
{
color: #26AA50;
}
.AnyTagClassName
{
color: #26AA50;
}
</style>
background-color css
<style>
a { background-color: #26AA50; }
a { background-color: rgb(38,170,80); }
div.DivClassName
{
background-color: #26AA50;
}
.BgClassName
{
background-color: #26AA50;
}
</style>
border-color css
<style>
span { border-color: #26AA50; }
span { border-color: rgb(38,170,80); }
td.TdClassName
{
border-color: #26AA50;
}
.TagClassName
{
border-color: #26AA50;
}
</style>