Shades of Eucalyptus #1CA85B
Tints of Eucalyptus #1CA85B
RGB
CMYK
RGB Variations
Color information
#1CA85B (or 0x1CA85B) is known color: Eucalyptus. HEX triplet: 1C, A8 and 5B. RGB value is (28,168,91). Sum of RGB (Red+Green+Blue) = 28+168+91=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 168 (66.02% from 255 or 58.54% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA85B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA85B is #E357A4. Grayscale: #757575. Windows color (decimal): -14899109 or 6006812. OLE color: 6006812.
HSL color Cylindrical-coordinate representation of color #1CA85B: hue angle of 147º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA85B is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 91 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.34 |
| HSL | 147º | 0.71% | 0.38% | - |
| HSV(B) | 147º | 0.83% | 0.66% | - |
| XYZ | 16.37 | 29.01 | 14.63 | - |
| YUV | 117.36 | 113.12 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 91 | 0.83 | 0 | 0.46 | 0.34 | 147 | 0.71 | 0.38 |
| Hex | 1C | A8 | 5B | 53 | 0 | 2E | 22 | 93 | 47 | 26 |
| Octal | 34 | 250 | 133 | 123 | 0 | 56 | 42 | 223 | 107 | 46 |
| Binary | 11100 | 10101000 | 1011011 | 1010011 | 0 | 101110 | 100010 | 10010011 | 1000111 | 100110 |
Color Harmonies of #1CA85B
Complementary color
Monochromatic Colors of #1CA85B
Black with #1CA85B
Text Example
Text Example
White with #1CA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA85B; }
p { color: rgb(28,168,91); }
H1.HeaderClassName
{
color: #1CA85B;
}
.AnyTagClassName
{
color: #1CA85B;
}
</style>
background-color css
<style>
a { background-color: #1CA85B; }
a { background-color: rgb(28,168,91); }
div.DivClassName
{
background-color: #1CA85B;
}
.BgClassName
{
background-color: #1CA85B;
}
</style>
border-color css
<style>
span { border-color: #1CA85B; }
span { border-color: rgb(28,168,91); }
td.TdClassName
{
border-color: #1CA85B;
}
.TagClassName
{
border-color: #1CA85B;
}
</style>