Shades of Eucalyptus #26AC55
Tints of Eucalyptus #26AC55
RGB
CMYK
RGB Variations
Color information
#26AC55 (or 0x26AC55) is known color: Eucalyptus. HEX triplet: 26, AC and 55. RGB value is (38,172,85). Sum of RGB (Red+Green+Blue) = 38+172+85=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #26AC55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AC55 is #D953AA. Grayscale: #7A7A7A. Windows color (decimal): -14242731 or 5614630. OLE color: 5614630.
HSL color Cylindrical-coordinate representation of color #26AC55: hue angle of 141.04º degrees, saturation: 0.64, 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 #26AC55 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 172 | 85 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.33 |
| HSL | 141.04º | 0.64% | 0.41% | - |
| HSV(B) | 141.04º | 0.78% | 0.67% | - |
| XYZ | 17.19 | 30.57 | 13.59 | - |
| YUV | 122.02 | 107.11 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 85 | 0.78 | 0 | 0.51 | 0.33 | 141.04 | 0.64 | 0.41 |
| Hex | 26 | AC | 55 | 4E | 0 | 33 | 21 | 8D | 40 | 29 |
| Octal | 46 | 254 | 125 | 116 | 0 | 63 | 41 | 215 | 100 | 51 |
| Binary | 100110 | 10101100 | 1010101 | 1001110 | 0 | 110011 | 100001 | 10001101 | 1000000 | 101001 |
Color Harmonies of #26AC55
Complementary color
Monochromatic Colors of #26AC55
Black with #26AC55
Text Example
Text Example
White with #26AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AC55; }
p { color: rgb(38,172,85); }
H1.HeaderClassName
{
color: #26AC55;
}
.AnyTagClassName
{
color: #26AC55;
}
</style>
background-color css
<style>
a { background-color: #26AC55; }
a { background-color: rgb(38,172,85); }
div.DivClassName
{
background-color: #26AC55;
}
.BgClassName
{
background-color: #26AC55;
}
</style>
border-color css
<style>
span { border-color: #26AC55; }
span { border-color: rgb(38,172,85); }
td.TdClassName
{
border-color: #26AC55;
}
.TagClassName
{
border-color: #26AC55;
}
</style>