Shades of Eucalyptus #1DAC63
Tints of Eucalyptus #1DAC63
RGB
CMYK
RGB Variations
Color information
#1DAC63 (or 0x1DAC63) is known color: Eucalyptus. HEX triplet: 1D, AC and 63. RGB value is (29,172,99). Sum of RGB (Red+Green+Blue) = 29+172+99=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAC63 is #E2539C. Grayscale: #797979. Windows color (decimal): -14832541 or 6532125. OLE color: 6532125.
HSL color Cylindrical-coordinate representation of color #1DAC63: hue angle of 149.37º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAC63 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 172 | 99 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.33 |
| HSL | 149.37º | 0.71% | 0.39% | - |
| HSV(B) | 149.37º | 0.83% | 0.67% | - |
| XYZ | 17.51 | 30.67 | 16.8 | - |
| YUV | 120.92 | 115.62 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 99 | 0.83 | 0 | 0.42 | 0.33 | 149.37 | 0.71 | 0.39 |
| Hex | 1D | AC | 63 | 53 | 0 | 2A | 21 | 95 | 47 | 27 |
| Octal | 35 | 254 | 143 | 123 | 0 | 52 | 41 | 225 | 107 | 47 |
| Binary | 11101 | 10101100 | 1100011 | 1010011 | 0 | 101010 | 100001 | 10010101 | 1000111 | 100111 |
Color Harmonies of #1DAC63
Complementary color
Monochromatic Colors of #1DAC63
Black with #1DAC63
Text Example
Text Example
White with #1DAC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAC63; }
p { color: rgb(29,172,99); }
H1.HeaderClassName
{
color: #1DAC63;
}
.AnyTagClassName
{
color: #1DAC63;
}
</style>
background-color css
<style>
a { background-color: #1DAC63; }
a { background-color: rgb(29,172,99); }
div.DivClassName
{
background-color: #1DAC63;
}
.BgClassName
{
background-color: #1DAC63;
}
</style>
border-color css
<style>
span { border-color: #1DAC63; }
span { border-color: rgb(29,172,99); }
td.TdClassName
{
border-color: #1DAC63;
}
.TagClassName
{
border-color: #1DAC63;
}
</style>