Shades of Eucalyptus #1EA64E
Tints of Eucalyptus #1EA64E
RGB
CMYK
RGB Variations
Color information
#1EA64E (or 0x1EA64E) is known color: Eucalyptus. HEX triplet: 1E, A6 and 4E. RGB value is (30,166,78). Sum of RGB (Red+Green+Blue) = 30+166+78=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 166 (65.23% from 255 or 60.58% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA64E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA64E is #E159B1. Grayscale: #737373. Windows color (decimal): -14768562 or 5154334. OLE color: 5154334.
HSL color Cylindrical-coordinate representation of color #1EA64E: hue angle of 141.18º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA64E is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 166 | 78 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.35 |
| HSL | 141.18º | 0.69% | 0.38% | - |
| HSV(B) | 141.18º | 0.82% | 0.65% | - |
| XYZ | 15.55 | 28.1 | 11.81 | - |
| YUV | 115.3 | 106.94 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 166 | 78 | 0.82 | 0 | 0.53 | 0.35 | 141.18 | 0.69 | 0.38 |
| Hex | 1E | A6 | 4E | 52 | 0 | 35 | 23 | 8D | 45 | 26 |
| Octal | 36 | 246 | 116 | 122 | 0 | 65 | 43 | 215 | 105 | 46 |
| Binary | 11110 | 10100110 | 1001110 | 1010010 | 0 | 110101 | 100011 | 10001101 | 1000101 | 100110 |
Color Harmonies of #1EA64E
Complementary color
Monochromatic Colors of #1EA64E
Black with #1EA64E
Text Example
Text Example
White with #1EA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA64E; }
p { color: rgb(30,166,78); }
H1.HeaderClassName
{
color: #1EA64E;
}
.AnyTagClassName
{
color: #1EA64E;
}
</style>
background-color css
<style>
a { background-color: #1EA64E; }
a { background-color: rgb(30,166,78); }
div.DivClassName
{
background-color: #1EA64E;
}
.BgClassName
{
background-color: #1EA64E;
}
</style>
border-color css
<style>
span { border-color: #1EA64E; }
span { border-color: rgb(30,166,78); }
td.TdClassName
{
border-color: #1EA64E;
}
.TagClassName
{
border-color: #1EA64E;
}
</style>