Shades of Eucalyptus #26AD5E
Tints of Eucalyptus #26AD5E
RGB
CMYK
RGB Variations
Color information
#26AD5E (or 0x26AD5E) is known color: Eucalyptus. HEX triplet: 26, AD and 5E. RGB value is (38,173,94). Sum of RGB (Red+Green+Blue) = 38+173+94=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #26AD5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AD5E is #D952A1. Grayscale: #7B7B7B. Windows color (decimal): -14242466 or 6204710. OLE color: 6204710.
HSL color Cylindrical-coordinate representation of color #26AD5E: hue angle of 144.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AD5E is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 173 | 94 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.32 |
| HSL | 144.89º | 0.64% | 0.41% | - |
| HSV(B) | 144.89º | 0.78% | 0.68% | - |
| XYZ | 17.76 | 31.11 | 15.66 | - |
| YUV | 123.63 | 111.27 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 94 | 0.78 | 0 | 0.46 | 0.32 | 144.89 | 0.64 | 0.41 |
| Hex | 26 | AD | 5E | 4E | 0 | 2E | 20 | 91 | 40 | 29 |
| Octal | 46 | 255 | 136 | 116 | 0 | 56 | 40 | 221 | 100 | 51 |
| Binary | 100110 | 10101101 | 1011110 | 1001110 | 0 | 101110 | 100000 | 10010001 | 1000000 | 101001 |
Color Harmonies of #26AD5E
Complementary color
Monochromatic Colors of #26AD5E
Black with #26AD5E
Text Example
Text Example
White with #26AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AD5E; }
p { color: rgb(38,173,94); }
H1.HeaderClassName
{
color: #26AD5E;
}
.AnyTagClassName
{
color: #26AD5E;
}
</style>
background-color css
<style>
a { background-color: #26AD5E; }
a { background-color: rgb(38,173,94); }
div.DivClassName
{
background-color: #26AD5E;
}
.BgClassName
{
background-color: #26AD5E;
}
</style>
border-color css
<style>
span { border-color: #26AD5E; }
span { border-color: rgb(38,173,94); }
td.TdClassName
{
border-color: #26AD5E;
}
.TagClassName
{
border-color: #26AD5E;
}
</style>