Shades of Eucalyptus #26AC53
Tints of Eucalyptus #26AC53
RGB
CMYK
RGB Variations
Color information
#26AC53 (or 0x26AC53) is known color: Eucalyptus. HEX triplet: 26, AC and 53. RGB value is (38,172,83). Sum of RGB (Red+Green+Blue) = 38+172+83=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #26AC53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AC53 is #D953AC. Grayscale: #7A7A7A. Windows color (decimal): -14242733 or 5483558. OLE color: 5483558.
HSL color Cylindrical-coordinate representation of color #26AC53: hue angle of 140.15º 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 #26AC53 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 172 | 83 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.33 |
| HSL | 140.15º | 0.64% | 0.41% | - |
| HSV(B) | 140.15º | 0.78% | 0.67% | - |
| XYZ | 17.11 | 30.54 | 13.18 | - |
| YUV | 121.79 | 106.11 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 83 | 0.78 | 0 | 0.52 | 0.33 | 140.15 | 0.64 | 0.41 |
| Hex | 26 | AC | 53 | 4E | 0 | 34 | 21 | 8C | 40 | 29 |
| Octal | 46 | 254 | 123 | 116 | 0 | 64 | 41 | 214 | 100 | 51 |
| Binary | 100110 | 10101100 | 1010011 | 1001110 | 0 | 110100 | 100001 | 10001100 | 1000000 | 101001 |
Color Harmonies of #26AC53
Complementary color
Monochromatic Colors of #26AC53
Black with #26AC53
Text Example
Text Example
White with #26AC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AC53; }
p { color: rgb(38,172,83); }
H1.HeaderClassName
{
color: #26AC53;
}
.AnyTagClassName
{
color: #26AC53;
}
</style>
background-color css
<style>
a { background-color: #26AC53; }
a { background-color: rgb(38,172,83); }
div.DivClassName
{
background-color: #26AC53;
}
.BgClassName
{
background-color: #26AC53;
}
</style>
border-color css
<style>
span { border-color: #26AC53; }
span { border-color: rgb(38,172,83); }
td.TdClassName
{
border-color: #26AC53;
}
.TagClassName
{
border-color: #26AC53;
}
</style>