Shades of Eucalyptus #1CA55E
Tints of Eucalyptus #1CA55E
RGB
CMYK
RGB Variations
Color information
#1CA55E (or 0x1CA55E) is known color: Eucalyptus. HEX triplet: 1C, A5 and 5E. RGB value is (28,165,94). Sum of RGB (Red+Green+Blue) = 28+165+94=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA55E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA55E is #E35AA1. Grayscale: #747474. Windows color (decimal): -14899874 or 6202652. OLE color: 6202652.
HSL color Cylindrical-coordinate representation of color #1CA55E: hue angle of 148.91º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA55E is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 165 | 94 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.35 |
| HSL | 148.91º | 0.71% | 0.38% | - |
| HSV(B) | 148.91º | 0.83% | 0.65% | - |
| XYZ | 15.95 | 27.97 | 15.15 | - |
| YUV | 115.94 | 115.61 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 165 | 94 | 0.83 | 0 | 0.43 | 0.35 | 148.91 | 0.71 | 0.38 |
| Hex | 1C | A5 | 5E | 53 | 0 | 2B | 23 | 95 | 47 | 26 |
| Octal | 34 | 245 | 136 | 123 | 0 | 53 | 43 | 225 | 107 | 46 |
| Binary | 11100 | 10100101 | 1011110 | 1010011 | 0 | 101011 | 100011 | 10010101 | 1000111 | 100110 |
Color Harmonies of #1CA55E
Complementary color
Monochromatic Colors of #1CA55E
Black with #1CA55E
Text Example
Text Example
White with #1CA55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA55E; }
p { color: rgb(28,165,94); }
H1.HeaderClassName
{
color: #1CA55E;
}
.AnyTagClassName
{
color: #1CA55E;
}
</style>
background-color css
<style>
a { background-color: #1CA55E; }
a { background-color: rgb(28,165,94); }
div.DivClassName
{
background-color: #1CA55E;
}
.BgClassName
{
background-color: #1CA55E;
}
</style>
border-color css
<style>
span { border-color: #1CA55E; }
span { border-color: rgb(28,165,94); }
td.TdClassName
{
border-color: #1CA55E;
}
.TagClassName
{
border-color: #1CA55E;
}
</style>