Shades of Eucalyptus #24A95A
Tints of Eucalyptus #24A95A
RGB
CMYK
RGB Variations
Color information
#24A95A (or 0x24A95A) is known color: Eucalyptus. HEX triplet: 24, A9 and 5A. RGB value is (36,169,90). Sum of RGB (Red+Green+Blue) = 36+169+90=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #24A95A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A95A is #DB56A5. Grayscale: #787878. Windows color (decimal): -14374566 or 5941540. OLE color: 5941540.
HSL color Cylindrical-coordinate representation of color #24A95A: hue angle of 144.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24A95A is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 169 | 90 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.34 |
| HSL | 144.36º | 0.65% | 0.4% | - |
| HSV(B) | 144.36º | 0.79% | 0.66% | - |
| XYZ | 16.76 | 29.49 | 14.48 | - |
| YUV | 120.23 | 110.94 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 169 | 90 | 0.79 | 0 | 0.47 | 0.34 | 144.36 | 0.65 | 0.4 |
| Hex | 24 | A9 | 5A | 4F | 0 | 2F | 22 | 90 | 41 | 28 |
| Octal | 44 | 251 | 132 | 117 | 0 | 57 | 42 | 220 | 101 | 50 |
| Binary | 100100 | 10101001 | 1011010 | 1001111 | 0 | 101111 | 100010 | 10010000 | 1000001 | 101000 |
Color Harmonies of #24A95A
Complementary color
Monochromatic Colors of #24A95A
Black with #24A95A
Text Example
Text Example
White with #24A95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A95A; }
p { color: rgb(36,169,90); }
H1.HeaderClassName
{
color: #24A95A;
}
.AnyTagClassName
{
color: #24A95A;
}
</style>
background-color css
<style>
a { background-color: #24A95A; }
a { background-color: rgb(36,169,90); }
div.DivClassName
{
background-color: #24A95A;
}
.BgClassName
{
background-color: #24A95A;
}
</style>
border-color css
<style>
span { border-color: #24A95A; }
span { border-color: rgb(36,169,90); }
td.TdClassName
{
border-color: #24A95A;
}
.TagClassName
{
border-color: #24A95A;
}
</style>