Shades of Eucalyptus #1CA166
Tints of Eucalyptus #1CA166
RGB
CMYK
RGB Variations
Color information
#1CA166 (or 0x1CA166) is known color: Eucalyptus. HEX triplet: 1C, A1 and 66. RGB value is (28,161,102). Sum of RGB (Red+Green+Blue) = 28+161+102=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA166 is #E35E99. Grayscale: #727272. Windows color (decimal): -14900890 or 6725916. OLE color: 6725916.
HSL color Cylindrical-coordinate representation of color #1CA166: hue angle of 153.38º 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 #1CA166 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 102 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.37 |
| HSL | 153.38º | 0.7% | 0.37% | - |
| HSV(B) | 153.38º | 0.83% | 0.63% | - |
| XYZ | 15.62 | 26.7 | 16.9 | - |
| YUV | 114.51 | 120.94 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 102 | 0.83 | 0 | 0.37 | 0.37 | 153.38 | 0.7 | 0.37 |
| Hex | 1C | A1 | 66 | 53 | 0 | 25 | 25 | 99 | 46 | 25 |
| Octal | 34 | 241 | 146 | 123 | 0 | 45 | 45 | 231 | 106 | 45 |
| Binary | 11100 | 10100001 | 1100110 | 1010011 | 0 | 100101 | 100101 | 10011001 | 1000110 | 100101 |
Color Harmonies of #1CA166
Complementary color
Monochromatic Colors of #1CA166
Black with #1CA166
Text Example
Text Example
White with #1CA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA166; }
p { color: rgb(28,161,102); }
H1.HeaderClassName
{
color: #1CA166;
}
.AnyTagClassName
{
color: #1CA166;
}
</style>
background-color css
<style>
a { background-color: #1CA166; }
a { background-color: rgb(28,161,102); }
div.DivClassName
{
background-color: #1CA166;
}
.BgClassName
{
background-color: #1CA166;
}
</style>
border-color css
<style>
span { border-color: #1CA166; }
span { border-color: rgb(28,161,102); }
td.TdClassName
{
border-color: #1CA166;
}
.TagClassName
{
border-color: #1CA166;
}
</style>