Shades of Eucalyptus #1CA156
Tints of Eucalyptus #1CA156
RGB
CMYK
RGB Variations
Color information
#1CA156 (or 0x1CA156) is known color: Eucalyptus. HEX triplet: 1C, A1 and 56. RGB value is (28,161,86). Sum of RGB (Red+Green+Blue) = 28+161+86=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA156 is #E35EA9. Grayscale: #707070. Windows color (decimal): -14900906 or 5677340. OLE color: 5677340.
HSL color Cylindrical-coordinate representation of color #1CA156: hue angle of 146.17º 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 #1CA156 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 86 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.37 |
| HSL | 146.17º | 0.7% | 0.37% | - |
| HSV(B) | 146.17º | 0.83% | 0.63% | - |
| XYZ | 14.9 | 26.41 | 13.12 | - |
| YUV | 112.68 | 112.94 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 86 | 0.83 | 0 | 0.47 | 0.37 | 146.17 | 0.7 | 0.37 |
| Hex | 1C | A1 | 56 | 53 | 0 | 2F | 25 | 92 | 46 | 25 |
| Octal | 34 | 241 | 126 | 123 | 0 | 57 | 45 | 222 | 106 | 45 |
| Binary | 11100 | 10100001 | 1010110 | 1010011 | 0 | 101111 | 100101 | 10010010 | 1000110 | 100101 |
Color Harmonies of #1CA156
Complementary color
Monochromatic Colors of #1CA156
Black with #1CA156
Text Example
Text Example
White with #1CA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA156; }
p { color: rgb(28,161,86); }
H1.HeaderClassName
{
color: #1CA156;
}
.AnyTagClassName
{
color: #1CA156;
}
</style>
background-color css
<style>
a { background-color: #1CA156; }
a { background-color: rgb(28,161,86); }
div.DivClassName
{
background-color: #1CA156;
}
.BgClassName
{
background-color: #1CA156;
}
</style>
border-color css
<style>
span { border-color: #1CA156; }
span { border-color: rgb(28,161,86); }
td.TdClassName
{
border-color: #1CA156;
}
.TagClassName
{
border-color: #1CA156;
}
</style>