Shades of Eucalyptus #1CA15E
Tints of Eucalyptus #1CA15E
RGB
CMYK
RGB Variations
Color information
#1CA15E (or 0x1CA15E) is known color: Eucalyptus. HEX triplet: 1C, A1 and 5E. RGB value is (28,161,94). Sum of RGB (Red+Green+Blue) = 28+161+94=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 161 (63.28% from 255 or 56.89% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA15E is #E35EA1. Grayscale: #717171. Windows color (decimal): -14900898 or 6201628. OLE color: 6201628.
HSL color Cylindrical-coordinate representation of color #1CA15E: hue angle of 149.77º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA15E is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 94 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.37 |
| HSL | 149.77º | 0.7% | 0.37% | - |
| HSV(B) | 149.77º | 0.83% | 0.63% | - |
| XYZ | 15.24 | 26.54 | 14.91 | - |
| YUV | 113.6 | 116.94 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 94 | 0.83 | 0 | 0.42 | 0.37 | 149.77 | 0.7 | 0.37 |
| Hex | 1C | A1 | 5E | 53 | 0 | 2A | 25 | 96 | 46 | 25 |
| Octal | 34 | 241 | 136 | 123 | 0 | 52 | 45 | 226 | 106 | 45 |
| Binary | 11100 | 10100001 | 1011110 | 1010011 | 0 | 101010 | 100101 | 10010110 | 1000110 | 100101 |
Color Harmonies of #1CA15E
Complementary color
Monochromatic Colors of #1CA15E
Black with #1CA15E
Text Example
Text Example
White with #1CA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA15E; }
p { color: rgb(28,161,94); }
H1.HeaderClassName
{
color: #1CA15E;
}
.AnyTagClassName
{
color: #1CA15E;
}
</style>
background-color css
<style>
a { background-color: #1CA15E; }
a { background-color: rgb(28,161,94); }
div.DivClassName
{
background-color: #1CA15E;
}
.BgClassName
{
background-color: #1CA15E;
}
</style>
border-color css
<style>
span { border-color: #1CA15E; }
span { border-color: rgb(28,161,94); }
td.TdClassName
{
border-color: #1CA15E;
}
.TagClassName
{
border-color: #1CA15E;
}
</style>