Shades of Eucalyptus #24AA66
Tints of Eucalyptus #24AA66
RGB
CMYK
RGB Variations
Color information
#24AA66 (or 0x24AA66) is known color: Eucalyptus. HEX triplet: 24, AA and 66. RGB value is (36,170,102). Sum of RGB (Red+Green+Blue) = 36+170+102=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24AA66 is #DB5599. Grayscale: #7A7A7A. Windows color (decimal): -14374298 or 6728228. OLE color: 6728228.
HSL color Cylindrical-coordinate representation of color #24AA66: hue angle of 149.55º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AA66 is Cyan = 0.79, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 170 | 102 | - |
| CMYK | 0.79 | 0 | 0.4 | 0.33 |
| HSL | 149.55º | 0.65% | 0.4% | - |
| HSV(B) | 149.55º | 0.79% | 0.67% | - |
| XYZ | 17.5 | 30.08 | 17.45 | - |
| YUV | 122.18 | 116.61 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 170 | 102 | 0.79 | 0 | 0.4 | 0.33 | 149.55 | 0.65 | 0.4 |
| Hex | 24 | AA | 66 | 4F | 0 | 28 | 21 | 96 | 41 | 28 |
| Octal | 44 | 252 | 146 | 117 | 0 | 50 | 41 | 226 | 101 | 50 |
| Binary | 100100 | 10101010 | 1100110 | 1001111 | 0 | 101000 | 100001 | 10010110 | 1000001 | 101000 |
Color Harmonies of #24AA66
Complementary color
Monochromatic Colors of #24AA66
Black with #24AA66
Text Example
Text Example
White with #24AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AA66; }
p { color: rgb(36,170,102); }
H1.HeaderClassName
{
color: #24AA66;
}
.AnyTagClassName
{
color: #24AA66;
}
</style>
background-color css
<style>
a { background-color: #24AA66; }
a { background-color: rgb(36,170,102); }
div.DivClassName
{
background-color: #24AA66;
}
.BgClassName
{
background-color: #24AA66;
}
</style>
border-color css
<style>
span { border-color: #24AA66; }
span { border-color: rgb(36,170,102); }
td.TdClassName
{
border-color: #24AA66;
}
.TagClassName
{
border-color: #24AA66;
}
</style>