Shades of Eucalyptus #1DA95A
Tints of Eucalyptus #1DA95A
RGB
CMYK
RGB Variations
Color information
#1DA95A (or 0x1DA95A) is known color: Eucalyptus. HEX triplet: 1D, A9 and 5A. RGB value is (29,169,90). Sum of RGB (Red+Green+Blue) = 29+169+90=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 169 (66.41% from 255 or 58.68% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA95A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA95A is #E256A5. Grayscale: #767676. Windows color (decimal): -14833318 or 5941533. OLE color: 5941533.
HSL color Cylindrical-coordinate representation of color #1DA95A: hue angle of 146.14º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA95A is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 169 | 90 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.34 |
| HSL | 146.14º | 0.71% | 0.39% | - |
| HSV(B) | 146.14º | 0.83% | 0.66% | - |
| XYZ | 16.54 | 29.38 | 14.47 | - |
| YUV | 118.13 | 112.12 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 90 | 0.83 | 0 | 0.47 | 0.34 | 146.14 | 0.71 | 0.39 |
| Hex | 1D | A9 | 5A | 53 | 0 | 2F | 22 | 92 | 47 | 27 |
| Octal | 35 | 251 | 132 | 123 | 0 | 57 | 42 | 222 | 107 | 47 |
| Binary | 11101 | 10101001 | 1011010 | 1010011 | 0 | 101111 | 100010 | 10010010 | 1000111 | 100111 |
Color Harmonies of #1DA95A
Complementary color
Monochromatic Colors of #1DA95A
Black with #1DA95A
Text Example
Text Example
White with #1DA95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA95A; }
p { color: rgb(29,169,90); }
H1.HeaderClassName
{
color: #1DA95A;
}
.AnyTagClassName
{
color: #1DA95A;
}
</style>
background-color css
<style>
a { background-color: #1DA95A; }
a { background-color: rgb(29,169,90); }
div.DivClassName
{
background-color: #1DA95A;
}
.BgClassName
{
background-color: #1DA95A;
}
</style>
border-color css
<style>
span { border-color: #1DA95A; }
span { border-color: rgb(29,169,90); }
td.TdClassName
{
border-color: #1DA95A;
}
.TagClassName
{
border-color: #1DA95A;
}
</style>