Shades of Eucalyptus #1DAE5E
Tints of Eucalyptus #1DAE5E
RGB
CMYK
RGB Variations
Color information
#1DAE5E (or 0x1DAE5E) is known color: Eucalyptus. HEX triplet: 1D, AE and 5E. RGB value is (29,174,94). Sum of RGB (Red+Green+Blue) = 29+174+94=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAE5E is #E251A1. Grayscale: #797979. Windows color (decimal): -14832034 or 6204957. OLE color: 6204957.
HSL color Cylindrical-coordinate representation of color #1DAE5E: hue angle of 146.9º 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 #1DAE5E is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 94 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.32 |
| HSL | 146.9º | 0.71% | 0.4% | - |
| HSV(B) | 146.9º | 0.83% | 0.68% | - |
| XYZ | 17.66 | 31.34 | 15.71 | - |
| YUV | 121.53 | 112.46 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 94 | 0.83 | 0 | 0.46 | 0.32 | 146.9 | 0.71 | 0.4 |
| Hex | 1D | AE | 5E | 53 | 0 | 2E | 20 | 93 | 47 | 28 |
| Octal | 35 | 256 | 136 | 123 | 0 | 56 | 40 | 223 | 107 | 50 |
| Binary | 11101 | 10101110 | 1011110 | 1010011 | 0 | 101110 | 100000 | 10010011 | 1000111 | 101000 |
Color Harmonies of #1DAE5E
Complementary color
Monochromatic Colors of #1DAE5E
Black with #1DAE5E
Text Example
Text Example
White with #1DAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE5E; }
p { color: rgb(29,174,94); }
H1.HeaderClassName
{
color: #1DAE5E;
}
.AnyTagClassName
{
color: #1DAE5E;
}
</style>
background-color css
<style>
a { background-color: #1DAE5E; }
a { background-color: rgb(29,174,94); }
div.DivClassName
{
background-color: #1DAE5E;
}
.BgClassName
{
background-color: #1DAE5E;
}
</style>
border-color css
<style>
span { border-color: #1DAE5E; }
span { border-color: rgb(29,174,94); }
td.TdClassName
{
border-color: #1DAE5E;
}
.TagClassName
{
border-color: #1DAE5E;
}
</style>