Shades of Eucalyptus #1A9A5F
Tints of Eucalyptus #1A9A5F
RGB
CMYK
RGB Variations
Color information
#1A9A5F (or 0x1A9A5F) is known color: Eucalyptus. HEX triplet: 1A, 9A and 5F. RGB value is (26,154,95). Sum of RGB (Red+Green+Blue) = 26+154+95=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 154 (60.55% from 255 or 56% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 154 - color contains mainly: green. Hex color #1A9A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9A5F is #E565A0. Grayscale: #6D6D6D. Windows color (decimal): -15033761 or 6265370. OLE color: 6265370.
HSL color Cylindrical-coordinate representation of color #1A9A5F: hue angle of 152.34º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9A5F is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 154 | 95 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.40 |
| HSL | 152.34º | 0.71% | 0.35% | - |
| HSV(B) | 152.34º | 0.83% | 0.6% | - |
| XYZ | 14.05 | 24.16 | 14.75 | - |
| YUV | 109 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 154 | 95 | 0.83 | 0 | 0.38 | 0.40 | 152.34 | 0.71 | 0.35 |
| Hex | 1A | 9A | 5F | 53 | 0 | 26 | 28 | 98 | 47 | 23 |
| Octal | 32 | 232 | 137 | 123 | 0 | 46 | 50 | 230 | 107 | 43 |
| Binary | 11010 | 10011010 | 1011111 | 1010011 | 0 | 100110 | 101000 | 10011000 | 1000111 | 100011 |
Color Harmonies of #1A9A5F
Complementary color
Monochromatic Colors of #1A9A5F
Black with #1A9A5F
Text Example
Text Example
White with #1A9A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9A5F; }
p { color: rgb(26,154,95); }
H1.HeaderClassName
{
color: #1A9A5F;
}
.AnyTagClassName
{
color: #1A9A5F;
}
</style>
background-color css
<style>
a { background-color: #1A9A5F; }
a { background-color: rgb(26,154,95); }
div.DivClassName
{
background-color: #1A9A5F;
}
.BgClassName
{
background-color: #1A9A5F;
}
</style>
border-color css
<style>
span { border-color: #1A9A5F; }
span { border-color: rgb(26,154,95); }
td.TdClassName
{
border-color: #1A9A5F;
}
.TagClassName
{
border-color: #1A9A5F;
}
</style>