Shades of Eucalyptus #26A86A
Tints of Eucalyptus #26A86A
RGB
CMYK
RGB Variations
Color information
#26A86A (or 0x26A86A) is known color: Eucalyptus. HEX triplet: 26, A8 and 6A. RGB value is (38,168,106). Sum of RGB (Red+Green+Blue) = 38+168+106=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #26A86A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A86A is #D95795. Grayscale: #7A7A7A. Windows color (decimal): -14243734 or 6989862. OLE color: 6989862.
HSL color Cylindrical-coordinate representation of color #26A86A: hue angle of 151.38º 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 #26A86A is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 168 | 106 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.34 |
| HSL | 151.38º | 0.63% | 0.4% | - |
| HSV(B) | 151.38º | 0.77% | 0.66% | - |
| XYZ | 17.4 | 29.46 | 18.4 | - |
| YUV | 122.06 | 118.93 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 168 | 106 | 0.77 | 0 | 0.37 | 0.34 | 151.38 | 0.63 | 0.4 |
| Hex | 26 | A8 | 6A | 4D | 0 | 25 | 22 | 97 | 3F | 28 |
| Octal | 46 | 250 | 152 | 115 | 0 | 45 | 42 | 227 | 77 | 50 |
| Binary | 100110 | 10101000 | 1101010 | 1001101 | 0 | 100101 | 100010 | 10010111 | 111111 | 101000 |
Color Harmonies of #26A86A
Complementary color
Monochromatic Colors of #26A86A
Black with #26A86A
Text Example
Text Example
White with #26A86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A86A; }
p { color: rgb(38,168,106); }
H1.HeaderClassName
{
color: #26A86A;
}
.AnyTagClassName
{
color: #26A86A;
}
</style>
background-color css
<style>
a { background-color: #26A86A; }
a { background-color: rgb(38,168,106); }
div.DivClassName
{
background-color: #26A86A;
}
.BgClassName
{
background-color: #26A86A;
}
</style>
border-color css
<style>
span { border-color: #26A86A; }
span { border-color: rgb(38,168,106); }
td.TdClassName
{
border-color: #26A86A;
}
.TagClassName
{
border-color: #26A86A;
}
</style>