Shades of Eucalyptus #24A06D
Tints of Eucalyptus #24A06D
RGB
CMYK
RGB Variations
Color information
#24A06D (or 0x24A06D) is known color: Eucalyptus. HEX triplet: 24, A0 and 6D. RGB value is (36,160,109). Sum of RGB (Red+Green+Blue) = 36+160+109=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #24A06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A06D is #DB5F92. Grayscale: #757575. Windows color (decimal): -14376851 or 7184420. OLE color: 7184420.
HSL color Cylindrical-coordinate representation of color #24A06D: hue angle of 155.32º 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 #24A06D is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 160 | 109 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.37 |
| HSL | 155.32º | 0.63% | 0.38% | - |
| HSV(B) | 155.32º | 0.78% | 0.63% | - |
| XYZ | 16.06 | 26.62 | 18.76 | - |
| YUV | 117.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 160 | 109 | 0.78 | 0 | 0.32 | 0.37 | 155.32 | 0.63 | 0.38 |
| Hex | 24 | A0 | 6D | 4E | 0 | 20 | 25 | 9B | 3F | 26 |
| Octal | 44 | 240 | 155 | 116 | 0 | 40 | 45 | 233 | 77 | 46 |
| Binary | 100100 | 10100000 | 1101101 | 1001110 | 0 | 100000 | 100101 | 10011011 | 111111 | 100110 |
Color Harmonies of #24A06D
Complementary color
Monochromatic Colors of #24A06D
Black with #24A06D
Text Example
Text Example
White with #24A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A06D; }
p { color: rgb(36,160,109); }
H1.HeaderClassName
{
color: #24A06D;
}
.AnyTagClassName
{
color: #24A06D;
}
</style>
background-color css
<style>
a { background-color: #24A06D; }
a { background-color: rgb(36,160,109); }
div.DivClassName
{
background-color: #24A06D;
}
.BgClassName
{
background-color: #24A06D;
}
</style>
border-color css
<style>
span { border-color: #24A06D; }
span { border-color: rgb(36,160,109); }
td.TdClassName
{
border-color: #24A06D;
}
.TagClassName
{
border-color: #24A06D;
}
</style>