Shades of Eucalyptus #1FAA68
Tints of Eucalyptus #1FAA68
RGB
CMYK
RGB Variations
Color information
#1FAA68 (or 0x1FAA68) is known color: Eucalyptus. HEX triplet: 1F, AA and 68. RGB value is (31,170,104). Sum of RGB (Red+Green+Blue) = 31+170+104=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAA68 is #E05597. Grayscale: #797979. Windows color (decimal): -14701976 or 6859295. OLE color: 6859295.
HSL color Cylindrical-coordinate representation of color #1FAA68: hue angle of 151.51º 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 #1FAA68 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 104 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.33 |
| HSL | 151.51º | 0.69% | 0.39% | - |
| HSV(B) | 151.51º | 0.82% | 0.67% | - |
| XYZ | 17.44 | 30.04 | 17.98 | - |
| YUV | 120.92 | 118.45 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 104 | 0.82 | 0 | 0.39 | 0.33 | 151.51 | 0.69 | 0.39 |
| Hex | 1F | AA | 68 | 52 | 0 | 27 | 21 | 98 | 45 | 27 |
| Octal | 37 | 252 | 150 | 122 | 0 | 47 | 41 | 230 | 105 | 47 |
| Binary | 11111 | 10101010 | 1101000 | 1010010 | 0 | 100111 | 100001 | 10011000 | 1000101 | 100111 |
Color Harmonies of #1FAA68
Complementary color
Monochromatic Colors of #1FAA68
Black with #1FAA68
Text Example
Text Example
White with #1FAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA68; }
p { color: rgb(31,170,104); }
H1.HeaderClassName
{
color: #1FAA68;
}
.AnyTagClassName
{
color: #1FAA68;
}
</style>
background-color css
<style>
a { background-color: #1FAA68; }
a { background-color: rgb(31,170,104); }
div.DivClassName
{
background-color: #1FAA68;
}
.BgClassName
{
background-color: #1FAA68;
}
</style>
border-color css
<style>
span { border-color: #1FAA68; }
span { border-color: rgb(31,170,104); }
td.TdClassName
{
border-color: #1FAA68;
}
.TagClassName
{
border-color: #1FAA68;
}
</style>