Shades of Eucalyptus #26A858
Tints of Eucalyptus #26A858
RGB
CMYK
RGB Variations
Color information
#26A858 (or 0x26A858) is known color: Eucalyptus. HEX triplet: 26, A8 and 58. RGB value is (38,168,88). Sum of RGB (Red+Green+Blue) = 38+168+88=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 168 (66.02% from 255 or 57.14% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 168 - color contains mainly: green. Hex color #26A858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A858 is #D957A7. Grayscale: #787878. Windows color (decimal): -14243752 or 5810214. OLE color: 5810214.
HSL color Cylindrical-coordinate representation of color #26A858: hue angle of 143.08º 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 #26A858 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 168 | 88 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.34 |
| HSL | 143.08º | 0.63% | 0.4% | - |
| HSV(B) | 143.08º | 0.77% | 0.66% | - |
| XYZ | 16.56 | 29.12 | 13.98 | - |
| YUV | 120.01 | 109.93 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 168 | 88 | 0.77 | 0 | 0.48 | 0.34 | 143.08 | 0.63 | 0.4 |
| Hex | 26 | A8 | 58 | 4D | 0 | 30 | 22 | 8F | 3F | 28 |
| Octal | 46 | 250 | 130 | 115 | 0 | 60 | 42 | 217 | 77 | 50 |
| Binary | 100110 | 10101000 | 1011000 | 1001101 | 0 | 110000 | 100010 | 10001111 | 111111 | 101000 |
Color Harmonies of #26A858
Complementary color
Monochromatic Colors of #26A858
Black with #26A858
Text Example
Text Example
White with #26A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A858; }
p { color: rgb(38,168,88); }
H1.HeaderClassName
{
color: #26A858;
}
.AnyTagClassName
{
color: #26A858;
}
</style>
background-color css
<style>
a { background-color: #26A858; }
a { background-color: rgb(38,168,88); }
div.DivClassName
{
background-color: #26A858;
}
.BgClassName
{
background-color: #26A858;
}
</style>
border-color css
<style>
span { border-color: #26A858; }
span { border-color: rgb(38,168,88); }
td.TdClassName
{
border-color: #26A858;
}
.TagClassName
{
border-color: #26A858;
}
</style>