Shades of Eucalyptus #1CAE5E
Tints of Eucalyptus #1CAE5E
RGB
CMYK
RGB Variations
Color information
#1CAE5E (or 0x1CAE5E) is known color: Eucalyptus. HEX triplet: 1C, AE and 5E. RGB value is (28,174,94). Sum of RGB (Red+Green+Blue) = 28+174+94=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 174 (68.36% from 255 or 58.78% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAE5E is #E351A1. Grayscale: #797979. Windows color (decimal): -14897570 or 6204956. OLE color: 6204956.
HSL color Cylindrical-coordinate representation of color #1CAE5E: hue angle of 147.12º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAE5E is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 174 | 94 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.32 |
| HSL | 147.12º | 0.72% | 0.4% | - |
| HSV(B) | 147.12º | 0.84% | 0.68% | - |
| XYZ | 17.64 | 31.33 | 15.71 | - |
| YUV | 121.23 | 112.63 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 94 | 0.84 | 0 | 0.46 | 0.32 | 147.12 | 0.72 | 0.4 |
| Hex | 1C | AE | 5E | 54 | 0 | 2E | 20 | 93 | 48 | 28 |
| Octal | 34 | 256 | 136 | 124 | 0 | 56 | 40 | 223 | 110 | 50 |
| Binary | 11100 | 10101110 | 1011110 | 1010100 | 0 | 101110 | 100000 | 10010011 | 1001000 | 101000 |
Color Harmonies of #1CAE5E
Complementary color
Monochromatic Colors of #1CAE5E
Black with #1CAE5E
Text Example
Text Example
White with #1CAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAE5E; }
p { color: rgb(28,174,94); }
H1.HeaderClassName
{
color: #1CAE5E;
}
.AnyTagClassName
{
color: #1CAE5E;
}
</style>
background-color css
<style>
a { background-color: #1CAE5E; }
a { background-color: rgb(28,174,94); }
div.DivClassName
{
background-color: #1CAE5E;
}
.BgClassName
{
background-color: #1CAE5E;
}
</style>
border-color css
<style>
span { border-color: #1CAE5E; }
span { border-color: rgb(28,174,94); }
td.TdClassName
{
border-color: #1CAE5E;
}
.TagClassName
{
border-color: #1CAE5E;
}
</style>