Shades of Eucalyptus #1EAE64
Tints of Eucalyptus #1EAE64
RGB
CMYK
RGB Variations
Color information
#1EAE64 (or 0x1EAE64) is known color: Eucalyptus. HEX triplet: 1E, AE and 64. RGB value is (30,174,100). Sum of RGB (Red+Green+Blue) = 30+174+100=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAE64 is #E1519B. Grayscale: #7A7A7A. Windows color (decimal): -14766492 or 6598174. OLE color: 6598174.
HSL color Cylindrical-coordinate representation of color #1EAE64: hue angle of 149.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAE64 is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 174 | 100 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.32 |
| HSL | 149.17º | 0.71% | 0.4% | - |
| HSV(B) | 149.17º | 0.83% | 0.68% | - |
| XYZ | 17.97 | 31.47 | 17.18 | - |
| YUV | 122.51 | 115.29 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 174 | 100 | 0.83 | 0 | 0.43 | 0.32 | 149.17 | 0.71 | 0.4 |
| Hex | 1E | AE | 64 | 53 | 0 | 2B | 20 | 95 | 47 | 28 |
| Octal | 36 | 256 | 144 | 123 | 0 | 53 | 40 | 225 | 107 | 50 |
| Binary | 11110 | 10101110 | 1100100 | 1010011 | 0 | 101011 | 100000 | 10010101 | 1000111 | 101000 |
Color Harmonies of #1EAE64
Complementary color
Monochromatic Colors of #1EAE64
Black with #1EAE64
Text Example
Text Example
White with #1EAE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAE64; }
p { color: rgb(30,174,100); }
H1.HeaderClassName
{
color: #1EAE64;
}
.AnyTagClassName
{
color: #1EAE64;
}
</style>
background-color css
<style>
a { background-color: #1EAE64; }
a { background-color: rgb(30,174,100); }
div.DivClassName
{
background-color: #1EAE64;
}
.BgClassName
{
background-color: #1EAE64;
}
</style>
border-color css
<style>
span { border-color: #1EAE64; }
span { border-color: rgb(30,174,100); }
td.TdClassName
{
border-color: #1EAE64;
}
.TagClassName
{
border-color: #1EAE64;
}
</style>