Shades of Eucalyptus #1EAC5E
Tints of Eucalyptus #1EAC5E
RGB
CMYK
RGB Variations
Color information
#1EAC5E (or 0x1EAC5E) is known color: Eucalyptus. HEX triplet: 1E, AC and 5E. RGB value is (30,172,94). Sum of RGB (Red+Green+Blue) = 30+172+94=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAC5E is #E153A1. Grayscale: #787878. Windows color (decimal): -14767010 or 6204446. OLE color: 6204446.
HSL color Cylindrical-coordinate representation of color #1EAC5E: hue angle of 147.04º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAC5E is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 172 | 94 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.33 |
| HSL | 147.04º | 0.7% | 0.4% | - |
| HSV(B) | 147.04º | 0.83% | 0.67% | - |
| XYZ | 17.31 | 30.59 | 15.58 | - |
| YUV | 120.65 | 112.96 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 94 | 0.83 | 0 | 0.45 | 0.33 | 147.04 | 0.7 | 0.4 |
| Hex | 1E | AC | 5E | 53 | 0 | 2D | 21 | 93 | 46 | 28 |
| Octal | 36 | 254 | 136 | 123 | 0 | 55 | 41 | 223 | 106 | 50 |
| Binary | 11110 | 10101100 | 1011110 | 1010011 | 0 | 101101 | 100001 | 10010011 | 1000110 | 101000 |
Color Harmonies of #1EAC5E
Complementary color
Monochromatic Colors of #1EAC5E
Black with #1EAC5E
Text Example
Text Example
White with #1EAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAC5E; }
p { color: rgb(30,172,94); }
H1.HeaderClassName
{
color: #1EAC5E;
}
.AnyTagClassName
{
color: #1EAC5E;
}
</style>
background-color css
<style>
a { background-color: #1EAC5E; }
a { background-color: rgb(30,172,94); }
div.DivClassName
{
background-color: #1EAC5E;
}
.BgClassName
{
background-color: #1EAC5E;
}
</style>
border-color css
<style>
span { border-color: #1EAC5E; }
span { border-color: rgb(30,172,94); }
td.TdClassName
{
border-color: #1EAC5E;
}
.TagClassName
{
border-color: #1EAC5E;
}
</style>