Shades of Eucalyptus #26AD63
Tints of Eucalyptus #26AD63
RGB
CMYK
RGB Variations
Color information
#26AD63 (or 0x26AD63) is known color: Eucalyptus. HEX triplet: 26, AD and 63. RGB value is (38,173,99). Sum of RGB (Red+Green+Blue) = 38+173+99=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #26AD63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AD63 is #D9529C. Grayscale: #7C7C7C. Windows color (decimal): -14242461 or 6532390. OLE color: 6532390.
HSL color Cylindrical-coordinate representation of color #26AD63: hue angle of 147.11º 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 #26AD63 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 173 | 99 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.32 |
| HSL | 147.11º | 0.64% | 0.41% | - |
| HSV(B) | 147.11º | 0.78% | 0.68% | - |
| XYZ | 18 | 31.2 | 16.88 | - |
| YUV | 124.2 | 113.77 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 99 | 0.78 | 0 | 0.43 | 0.32 | 147.11 | 0.64 | 0.41 |
| Hex | 26 | AD | 63 | 4E | 0 | 2B | 20 | 93 | 40 | 29 |
| Octal | 46 | 255 | 143 | 116 | 0 | 53 | 40 | 223 | 100 | 51 |
| Binary | 100110 | 10101101 | 1100011 | 1001110 | 0 | 101011 | 100000 | 10010011 | 1000000 | 101001 |
Color Harmonies of #26AD63
Complementary color
Monochromatic Colors of #26AD63
Black with #26AD63
Text Example
Text Example
White with #26AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AD63; }
p { color: rgb(38,173,99); }
H1.HeaderClassName
{
color: #26AD63;
}
.AnyTagClassName
{
color: #26AD63;
}
</style>
background-color css
<style>
a { background-color: #26AD63; }
a { background-color: rgb(38,173,99); }
div.DivClassName
{
background-color: #26AD63;
}
.BgClassName
{
background-color: #26AD63;
}
</style>
border-color css
<style>
span { border-color: #26AD63; }
span { border-color: rgb(38,173,99); }
td.TdClassName
{
border-color: #26AD63;
}
.TagClassName
{
border-color: #26AD63;
}
</style>