Shades of Eucalyptus #1CAA5A
Tints of Eucalyptus #1CAA5A
RGB
CMYK
RGB Variations
Color information
#1CAA5A (or 0x1CAA5A) is known color: Eucalyptus. HEX triplet: 1C, AA and 5A. RGB value is (28,170,90). Sum of RGB (Red+Green+Blue) = 28+170+90=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA5A is #E355A5. Grayscale: #767676. Windows color (decimal): -14898598 or 5941788. OLE color: 5941788.
HSL color Cylindrical-coordinate representation of color #1CAA5A: hue angle of 146.2º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA5A is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 90 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.33 |
| HSL | 146.2º | 0.72% | 0.39% | - |
| HSV(B) | 146.2º | 0.84% | 0.67% | - |
| XYZ | 16.7 | 29.73 | 14.53 | - |
| YUV | 118.42 | 111.96 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 90 | 0.84 | 0 | 0.47 | 0.33 | 146.2 | 0.72 | 0.39 |
| Hex | 1C | AA | 5A | 54 | 0 | 2F | 21 | 92 | 48 | 27 |
| Octal | 34 | 252 | 132 | 124 | 0 | 57 | 41 | 222 | 110 | 47 |
| Binary | 11100 | 10101010 | 1011010 | 1010100 | 0 | 101111 | 100001 | 10010010 | 1001000 | 100111 |
Color Harmonies of #1CAA5A
Complementary color
Monochromatic Colors of #1CAA5A
Black with #1CAA5A
Text Example
Text Example
White with #1CAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA5A; }
p { color: rgb(28,170,90); }
H1.HeaderClassName
{
color: #1CAA5A;
}
.AnyTagClassName
{
color: #1CAA5A;
}
</style>
background-color css
<style>
a { background-color: #1CAA5A; }
a { background-color: rgb(28,170,90); }
div.DivClassName
{
background-color: #1CAA5A;
}
.BgClassName
{
background-color: #1CAA5A;
}
</style>
border-color css
<style>
span { border-color: #1CAA5A; }
span { border-color: rgb(28,170,90); }
td.TdClassName
{
border-color: #1CAA5A;
}
.TagClassName
{
border-color: #1CAA5A;
}
</style>