Shades of Eucalyptus #26AA63
Tints of Eucalyptus #26AA63
RGB
CMYK
RGB Variations
Color information
#26AA63 (or 0x26AA63) is known color: Eucalyptus. HEX triplet: 26, AA and 63. RGB value is (38,170,99). Sum of RGB (Red+Green+Blue) = 38+170+99=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AA63 is #D9559C. Grayscale: #7A7A7A. Windows color (decimal): -14243229 or 6531622. OLE color: 6531622.
HSL color Cylindrical-coordinate representation of color #26AA63: hue angle of 147.73º degrees, saturation: 0.63, 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 #26AA63 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 99 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.33 |
| HSL | 147.73º | 0.63% | 0.41% | - |
| HSV(B) | 147.73º | 0.78% | 0.67% | - |
| XYZ | 17.43 | 30.06 | 16.69 | - |
| YUV | 122.44 | 114.77 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 99 | 0.78 | 0 | 0.42 | 0.33 | 147.73 | 0.63 | 0.41 |
| Hex | 26 | AA | 63 | 4E | 0 | 2A | 21 | 94 | 3F | 29 |
| Octal | 46 | 252 | 143 | 116 | 0 | 52 | 41 | 224 | 77 | 51 |
| Binary | 100110 | 10101010 | 1100011 | 1001110 | 0 | 101010 | 100001 | 10010100 | 111111 | 101001 |
Color Harmonies of #26AA63
Complementary color
Monochromatic Colors of #26AA63
Black with #26AA63
Text Example
Text Example
White with #26AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA63; }
p { color: rgb(38,170,99); }
H1.HeaderClassName
{
color: #26AA63;
}
.AnyTagClassName
{
color: #26AA63;
}
</style>
background-color css
<style>
a { background-color: #26AA63; }
a { background-color: rgb(38,170,99); }
div.DivClassName
{
background-color: #26AA63;
}
.BgClassName
{
background-color: #26AA63;
}
</style>
border-color css
<style>
span { border-color: #26AA63; }
span { border-color: rgb(38,170,99); }
td.TdClassName
{
border-color: #26AA63;
}
.TagClassName
{
border-color: #26AA63;
}
</style>