Shades of Eucalyptus #1FAA59
Tints of Eucalyptus #1FAA59
RGB
CMYK
RGB Variations
Color information
#1FAA59 (or 0x1FAA59) is known color: Eucalyptus. HEX triplet: 1F, AA and 59. RGB value is (31,170,89). Sum of RGB (Red+Green+Blue) = 31+170+89=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAA59 is #E055A6. Grayscale: #777777. Windows color (decimal): -14701991 or 5876255. OLE color: 5876255.
HSL color Cylindrical-coordinate representation of color #1FAA59: hue angle of 145.04º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA59 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 89 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.33 |
| HSL | 145.04º | 0.69% | 0.39% | - |
| HSV(B) | 145.04º | 0.82% | 0.67% | - |
| XYZ | 16.74 | 29.76 | 14.31 | - |
| YUV | 119.21 | 110.95 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 89 | 0.82 | 0 | 0.48 | 0.33 | 145.04 | 0.69 | 0.39 |
| Hex | 1F | AA | 59 | 52 | 0 | 30 | 21 | 91 | 45 | 27 |
| Octal | 37 | 252 | 131 | 122 | 0 | 60 | 41 | 221 | 105 | 47 |
| Binary | 11111 | 10101010 | 1011001 | 1010010 | 0 | 110000 | 100001 | 10010001 | 1000101 | 100111 |
Color Harmonies of #1FAA59
Complementary color
Monochromatic Colors of #1FAA59
Black with #1FAA59
Text Example
Text Example
White with #1FAA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA59; }
p { color: rgb(31,170,89); }
H1.HeaderClassName
{
color: #1FAA59;
}
.AnyTagClassName
{
color: #1FAA59;
}
</style>
background-color css
<style>
a { background-color: #1FAA59; }
a { background-color: rgb(31,170,89); }
div.DivClassName
{
background-color: #1FAA59;
}
.BgClassName
{
background-color: #1FAA59;
}
</style>
border-color css
<style>
span { border-color: #1FAA59; }
span { border-color: rgb(31,170,89); }
td.TdClassName
{
border-color: #1FAA59;
}
.TagClassName
{
border-color: #1FAA59;
}
</style>