Shades of Eucalyptus #1DAE5B
Tints of Eucalyptus #1DAE5B
RGB
CMYK
RGB Variations
Color information
#1DAE5B (or 0x1DAE5B) is known color: Eucalyptus. HEX triplet: 1D, AE and 5B. RGB value is (29,174,91). Sum of RGB (Red+Green+Blue) = 29+174+91=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAE5B is #E251A4. Grayscale: #797979. Windows color (decimal): -14832037 or 6008349. OLE color: 6008349.
HSL color Cylindrical-coordinate representation of color #1DAE5B: hue angle of 145.66º 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 #1DAE5B is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 91 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.32 |
| HSL | 145.66º | 0.71% | 0.4% | - |
| HSV(B) | 145.66º | 0.83% | 0.68% | - |
| XYZ | 17.53 | 31.29 | 15.01 | - |
| YUV | 121.18 | 110.96 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 91 | 0.83 | 0 | 0.48 | 0.32 | 145.66 | 0.71 | 0.4 |
| Hex | 1D | AE | 5B | 53 | 0 | 30 | 20 | 92 | 47 | 28 |
| Octal | 35 | 256 | 133 | 123 | 0 | 60 | 40 | 222 | 107 | 50 |
| Binary | 11101 | 10101110 | 1011011 | 1010011 | 0 | 110000 | 100000 | 10010010 | 1000111 | 101000 |
Color Harmonies of #1DAE5B
Complementary color
Monochromatic Colors of #1DAE5B
Black with #1DAE5B
Text Example
Text Example
White with #1DAE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE5B; }
p { color: rgb(29,174,91); }
H1.HeaderClassName
{
color: #1DAE5B;
}
.AnyTagClassName
{
color: #1DAE5B;
}
</style>
background-color css
<style>
a { background-color: #1DAE5B; }
a { background-color: rgb(29,174,91); }
div.DivClassName
{
background-color: #1DAE5B;
}
.BgClassName
{
background-color: #1DAE5B;
}
</style>
border-color css
<style>
span { border-color: #1DAE5B; }
span { border-color: rgb(29,174,91); }
td.TdClassName
{
border-color: #1DAE5B;
}
.TagClassName
{
border-color: #1DAE5B;
}
</style>