Shades of Eucalyptus #1CAE5F
Tints of Eucalyptus #1CAE5F
RGB
CMYK
RGB Variations
Color information
#1CAE5F (or 0x1CAE5F) is known color: Eucalyptus. HEX triplet: 1C, AE and 5F. RGB value is (28,174,95). Sum of RGB (Red+Green+Blue) = 28+174+95=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAE5F is #E351A0. Grayscale: #797979. Windows color (decimal): -14897569 or 6270492. OLE color: 6270492.
HSL color Cylindrical-coordinate representation of color #1CAE5F: hue angle of 147.53º 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 #1CAE5F is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 174 | 95 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.32 |
| HSL | 147.53º | 0.72% | 0.4% | - |
| HSV(B) | 147.53º | 0.84% | 0.68% | - |
| XYZ | 17.68 | 31.35 | 15.94 | - |
| YUV | 121.34 | 113.13 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 95 | 0.84 | 0 | 0.45 | 0.32 | 147.53 | 0.72 | 0.4 |
| Hex | 1C | AE | 5F | 54 | 0 | 2D | 20 | 94 | 48 | 28 |
| Octal | 34 | 256 | 137 | 124 | 0 | 55 | 40 | 224 | 110 | 50 |
| Binary | 11100 | 10101110 | 1011111 | 1010100 | 0 | 101101 | 100000 | 10010100 | 1001000 | 101000 |
Color Harmonies of #1CAE5F
Complementary color
Monochromatic Colors of #1CAE5F
Black with #1CAE5F
Text Example
Text Example
White with #1CAE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAE5F; }
p { color: rgb(28,174,95); }
H1.HeaderClassName
{
color: #1CAE5F;
}
.AnyTagClassName
{
color: #1CAE5F;
}
</style>
background-color css
<style>
a { background-color: #1CAE5F; }
a { background-color: rgb(28,174,95); }
div.DivClassName
{
background-color: #1CAE5F;
}
.BgClassName
{
background-color: #1CAE5F;
}
</style>
border-color css
<style>
span { border-color: #1CAE5F; }
span { border-color: rgb(28,174,95); }
td.TdClassName
{
border-color: #1CAE5F;
}
.TagClassName
{
border-color: #1CAE5F;
}
</style>