Shades of Eucalyptus #26A85E
Tints of Eucalyptus #26A85E
RGB
CMYK
RGB Variations
Color information
#26A85E (or 0x26A85E) is known color: Eucalyptus. HEX triplet: 26, A8 and 5E. RGB value is (38,168,94). Sum of RGB (Red+Green+Blue) = 38+168+94=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 168 (66.02% from 255 or 56% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 168 - color contains mainly: green. Hex color #26A85E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A85E is #D957A1. Grayscale: #787878. Windows color (decimal): -14243746 or 6203430. OLE color: 6203430.
HSL color Cylindrical-coordinate representation of color #26A85E: hue angle of 145.85º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A85E is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 168 | 94 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.34 |
| HSL | 145.85º | 0.63% | 0.4% | - |
| HSV(B) | 145.85º | 0.77% | 0.66% | - |
| XYZ | 16.82 | 29.23 | 15.34 | - |
| YUV | 120.69 | 112.93 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 168 | 94 | 0.77 | 0 | 0.44 | 0.34 | 145.85 | 0.63 | 0.4 |
| Hex | 26 | A8 | 5E | 4D | 0 | 2C | 22 | 92 | 3F | 28 |
| Octal | 46 | 250 | 136 | 115 | 0 | 54 | 42 | 222 | 77 | 50 |
| Binary | 100110 | 10101000 | 1011110 | 1001101 | 0 | 101100 | 100010 | 10010010 | 111111 | 101000 |
Color Harmonies of #26A85E
Complementary color
Monochromatic Colors of #26A85E
Black with #26A85E
Text Example
Text Example
White with #26A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A85E; }
p { color: rgb(38,168,94); }
H1.HeaderClassName
{
color: #26A85E;
}
.AnyTagClassName
{
color: #26A85E;
}
</style>
background-color css
<style>
a { background-color: #26A85E; }
a { background-color: rgb(38,168,94); }
div.DivClassName
{
background-color: #26A85E;
}
.BgClassName
{
background-color: #26A85E;
}
</style>
border-color css
<style>
span { border-color: #26A85E; }
span { border-color: rgb(38,168,94); }
td.TdClassName
{
border-color: #26A85E;
}
.TagClassName
{
border-color: #26A85E;
}
</style>