Shades of Eucalyptus #24AA50
Tints of Eucalyptus #24AA50
RGB
CMYK
RGB Variations
Color information
#24AA50 (or 0x24AA50) is known color: Eucalyptus. HEX triplet: 24, AA and 50. RGB value is (36,170,80). Sum of RGB (Red+Green+Blue) = 36+170+80=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24AA50 is #DB55AF. Grayscale: #777777. Windows color (decimal): -14374320 or 5286436. OLE color: 5286436.
HSL color Cylindrical-coordinate representation of color #24AA50: hue angle of 139.7º 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 #24AA50 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 170 | 80 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.33 |
| HSL | 139.7º | 0.65% | 0.4% | - |
| HSV(B) | 139.7º | 0.79% | 0.67% | - |
| XYZ | 16.55 | 29.7 | 12.45 | - |
| YUV | 119.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 170 | 80 | 0.79 | 0 | 0.53 | 0.33 | 139.7 | 0.65 | 0.4 |
| Hex | 24 | AA | 50 | 4F | 0 | 35 | 21 | 8C | 41 | 28 |
| Octal | 44 | 252 | 120 | 117 | 0 | 65 | 41 | 214 | 101 | 50 |
| Binary | 100100 | 10101010 | 1010000 | 1001111 | 0 | 110101 | 100001 | 10001100 | 1000001 | 101000 |
Color Harmonies of #24AA50
Complementary color
Monochromatic Colors of #24AA50
Black with #24AA50
Text Example
Text Example
White with #24AA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AA50; }
p { color: rgb(36,170,80); }
H1.HeaderClassName
{
color: #24AA50;
}
.AnyTagClassName
{
color: #24AA50;
}
</style>
background-color css
<style>
a { background-color: #24AA50; }
a { background-color: rgb(36,170,80); }
div.DivClassName
{
background-color: #24AA50;
}
.BgClassName
{
background-color: #24AA50;
}
</style>
border-color css
<style>
span { border-color: #24AA50; }
span { border-color: rgb(36,170,80); }
td.TdClassName
{
border-color: #24AA50;
}
.TagClassName
{
border-color: #24AA50;
}
</style>