Shades of Eucalyptus #1A9F5D
Tints of Eucalyptus #1A9F5D
RGB
CMYK
RGB Variations
Color information
#1A9F5D (or 0x1A9F5D) is known color: Eucalyptus. HEX triplet: 1A, 9F and 5D. RGB value is (26,159,93). Sum of RGB (Red+Green+Blue) = 26+159+93=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 159 (62.5% from 255 or 57.19% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 159 - color contains mainly: green. Hex color #1A9F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9F5D is #E560A2. Grayscale: #6F6F6F. Windows color (decimal): -15032483 or 6135578. OLE color: 6135578.
HSL color Cylindrical-coordinate representation of color #1A9F5D: hue angle of 150.23º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9F5D is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 159 | 93 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.38 |
| HSL | 150.23º | 0.72% | 0.36% | - |
| HSV(B) | 150.23º | 0.84% | 0.62% | - |
| XYZ | 14.8 | 25.81 | 14.56 | - |
| YUV | 111.71 | 117.44 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 159 | 93 | 0.84 | 0 | 0.42 | 0.38 | 150.23 | 0.72 | 0.36 |
| Hex | 1A | 9F | 5D | 54 | 0 | 2A | 26 | 96 | 48 | 24 |
| Octal | 32 | 237 | 135 | 124 | 0 | 52 | 46 | 226 | 110 | 44 |
| Binary | 11010 | 10011111 | 1011101 | 1010100 | 0 | 101010 | 100110 | 10010110 | 1001000 | 100100 |
Color Harmonies of #1A9F5D
Complementary color
Monochromatic Colors of #1A9F5D
Black with #1A9F5D
Text Example
Text Example
White with #1A9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9F5D; }
p { color: rgb(26,159,93); }
H1.HeaderClassName
{
color: #1A9F5D;
}
.AnyTagClassName
{
color: #1A9F5D;
}
</style>
background-color css
<style>
a { background-color: #1A9F5D; }
a { background-color: rgb(26,159,93); }
div.DivClassName
{
background-color: #1A9F5D;
}
.BgClassName
{
background-color: #1A9F5D;
}
</style>
border-color css
<style>
span { border-color: #1A9F5D; }
span { border-color: rgb(26,159,93); }
td.TdClassName
{
border-color: #1A9F5D;
}
.TagClassName
{
border-color: #1A9F5D;
}
</style>