Shades of Eucalyptus #26AC60
Tints of Eucalyptus #26AC60
RGB
CMYK
RGB Variations
Color information
#26AC60 (or 0x26AC60) is known color: Eucalyptus. HEX triplet: 26, AC and 60. RGB value is (38,172,96). Sum of RGB (Red+Green+Blue) = 38+172+96=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #26AC60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AC60 is #D9539F. Grayscale: #7B7B7B. Windows color (decimal): -14242720 or 6335526. OLE color: 6335526.
HSL color Cylindrical-coordinate representation of color #26AC60: hue angle of 145.97º 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 #26AC60 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 172 | 96 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.33 |
| HSL | 145.97º | 0.64% | 0.41% | - |
| HSV(B) | 145.97º | 0.78% | 0.67% | - |
| XYZ | 17.66 | 30.76 | 16.07 | - |
| YUV | 123.27 | 112.61 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 96 | 0.78 | 0 | 0.44 | 0.33 | 145.97 | 0.64 | 0.41 |
| Hex | 26 | AC | 60 | 4E | 0 | 2C | 21 | 92 | 40 | 29 |
| Octal | 46 | 254 | 140 | 116 | 0 | 54 | 41 | 222 | 100 | 51 |
| Binary | 100110 | 10101100 | 1100000 | 1001110 | 0 | 101100 | 100001 | 10010010 | 1000000 | 101001 |
Color Harmonies of #26AC60
Complementary color
Monochromatic Colors of #26AC60
Black with #26AC60
Text Example
Text Example
White with #26AC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AC60; }
p { color: rgb(38,172,96); }
H1.HeaderClassName
{
color: #26AC60;
}
.AnyTagClassName
{
color: #26AC60;
}
</style>
background-color css
<style>
a { background-color: #26AC60; }
a { background-color: rgb(38,172,96); }
div.DivClassName
{
background-color: #26AC60;
}
.BgClassName
{
background-color: #26AC60;
}
</style>
border-color css
<style>
span { border-color: #26AC60; }
span { border-color: rgb(38,172,96); }
td.TdClassName
{
border-color: #26AC60;
}
.TagClassName
{
border-color: #26AC60;
}
</style>