Shades of Eucalyptus #24A065
Tints of Eucalyptus #24A065
RGB
CMYK
RGB Variations
Color information
#24A065 (or 0x24A065) is known color: Eucalyptus. HEX triplet: 24, A0 and 65. RGB value is (36,160,101). Sum of RGB (Red+Green+Blue) = 36+160+101=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #24A065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A065 is #DB5F9A. Grayscale: #747474. Windows color (decimal): -14376859 or 6660132. OLE color: 6660132.
HSL color Cylindrical-coordinate representation of color #24A065: hue angle of 151.45º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24A065 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 160 | 101 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.37 |
| HSL | 151.45º | 0.63% | 0.38% | - |
| HSV(B) | 151.45º | 0.78% | 0.63% | - |
| XYZ | 15.65 | 26.46 | 16.59 | - |
| YUV | 116.2 | 119.42 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 160 | 101 | 0.78 | 0 | 0.37 | 0.37 | 151.45 | 0.63 | 0.38 |
| Hex | 24 | A0 | 65 | 4E | 0 | 25 | 25 | 97 | 3F | 26 |
| Octal | 44 | 240 | 145 | 116 | 0 | 45 | 45 | 227 | 77 | 46 |
| Binary | 100100 | 10100000 | 1100101 | 1001110 | 0 | 100101 | 100101 | 10010111 | 111111 | 100110 |
Color Harmonies of #24A065
Complementary color
Monochromatic Colors of #24A065
Black with #24A065
Text Example
Text Example
White with #24A065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A065; }
p { color: rgb(36,160,101); }
H1.HeaderClassName
{
color: #24A065;
}
.AnyTagClassName
{
color: #24A065;
}
</style>
background-color css
<style>
a { background-color: #24A065; }
a { background-color: rgb(36,160,101); }
div.DivClassName
{
background-color: #24A065;
}
.BgClassName
{
background-color: #24A065;
}
</style>
border-color css
<style>
span { border-color: #24A065; }
span { border-color: rgb(36,160,101); }
td.TdClassName
{
border-color: #24A065;
}
.TagClassName
{
border-color: #24A065;
}
</style>