Shades of Eucalyptus #1FAD64
Tints of Eucalyptus #1FAD64
RGB
CMYK
RGB Variations
Color information
#1FAD64 (or 0x1FAD64) is known color: Eucalyptus. HEX triplet: 1F, AD and 64. RGB value is (31,173,100). Sum of RGB (Red+Green+Blue) = 31+173+100=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD64 is #E0529B. Grayscale: #7A7A7A. Windows color (decimal): -14701212 or 6597919. OLE color: 6597919.
HSL color Cylindrical-coordinate representation of color #1FAD64: hue angle of 149.15º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD64 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 100 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.32 |
| HSL | 149.15º | 0.7% | 0.4% | - |
| HSV(B) | 149.15º | 0.82% | 0.68% | - |
| XYZ | 17.81 | 31.1 | 17.12 | - |
| YUV | 122.22 | 115.46 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 100 | 0.82 | 0 | 0.42 | 0.32 | 149.15 | 0.7 | 0.4 |
| Hex | 1F | AD | 64 | 52 | 0 | 2A | 20 | 95 | 46 | 28 |
| Octal | 37 | 255 | 144 | 122 | 0 | 52 | 40 | 225 | 106 | 50 |
| Binary | 11111 | 10101101 | 1100100 | 1010010 | 0 | 101010 | 100000 | 10010101 | 1000110 | 101000 |
Color Harmonies of #1FAD64
Complementary color
Monochromatic Colors of #1FAD64
Black with #1FAD64
Text Example
Text Example
White with #1FAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD64; }
p { color: rgb(31,173,100); }
H1.HeaderClassName
{
color: #1FAD64;
}
.AnyTagClassName
{
color: #1FAD64;
}
</style>
background-color css
<style>
a { background-color: #1FAD64; }
a { background-color: rgb(31,173,100); }
div.DivClassName
{
background-color: #1FAD64;
}
.BgClassName
{
background-color: #1FAD64;
}
</style>
border-color css
<style>
span { border-color: #1FAD64; }
span { border-color: rgb(31,173,100); }
td.TdClassName
{
border-color: #1FAD64;
}
.TagClassName
{
border-color: #1FAD64;
}
</style>