Shades of Eucalyptus #24AD65
Tints of Eucalyptus #24AD65
RGB
CMYK
RGB Variations
Color information
#24AD65 (or 0x24AD65) is known color: Eucalyptus. HEX triplet: 24, AD and 65. RGB value is (36,173,101). Sum of RGB (Red+Green+Blue) = 36+173+101=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #24AD65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24AD65 is #DB529A. Grayscale: #7B7B7B. Windows color (decimal): -14373531 or 6663460. OLE color: 6663460.
HSL color Cylindrical-coordinate representation of color #24AD65: hue angle of 148.47º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AD65 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 173 | 101 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.32 |
| HSL | 148.47º | 0.66% | 0.41% | - |
| HSV(B) | 148.47º | 0.79% | 0.68% | - |
| XYZ | 18.02 | 31.2 | 17.38 | - |
| YUV | 123.83 | 115.11 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 173 | 101 | 0.79 | 0 | 0.42 | 0.32 | 148.47 | 0.66 | 0.41 |
| Hex | 24 | AD | 65 | 4F | 0 | 2A | 20 | 94 | 42 | 29 |
| Octal | 44 | 255 | 145 | 117 | 0 | 52 | 40 | 224 | 102 | 51 |
| Binary | 100100 | 10101101 | 1100101 | 1001111 | 0 | 101010 | 100000 | 10010100 | 1000010 | 101001 |
Color Harmonies of #24AD65
Complementary color
Monochromatic Colors of #24AD65
Black with #24AD65
Text Example
Text Example
White with #24AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AD65; }
p { color: rgb(36,173,101); }
H1.HeaderClassName
{
color: #24AD65;
}
.AnyTagClassName
{
color: #24AD65;
}
</style>
background-color css
<style>
a { background-color: #24AD65; }
a { background-color: rgb(36,173,101); }
div.DivClassName
{
background-color: #24AD65;
}
.BgClassName
{
background-color: #24AD65;
}
</style>
border-color css
<style>
span { border-color: #24AD65; }
span { border-color: rgb(36,173,101); }
td.TdClassName
{
border-color: #24AD65;
}
.TagClassName
{
border-color: #24AD65;
}
</style>