Shades of Eucalyptus #1FAD63
Tints of Eucalyptus #1FAD63
RGB
CMYK
RGB Variations
Color information
#1FAD63 (or 0x1FAD63) is known color: Eucalyptus. HEX triplet: 1F, AD and 63. RGB value is (31,173,99). Sum of RGB (Red+Green+Blue) = 31+173+99=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD63 is #E0529C. Grayscale: #7A7A7A. Windows color (decimal): -14701213 or 6532383. OLE color: 6532383.
HSL color Cylindrical-coordinate representation of color #1FAD63: hue angle of 148.73º 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 #1FAD63 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 99 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.32 |
| HSL | 148.73º | 0.7% | 0.4% | - |
| HSV(B) | 148.73º | 0.82% | 0.68% | - |
| XYZ | 17.76 | 31.08 | 16.87 | - |
| YUV | 122.11 | 114.96 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 99 | 0.82 | 0 | 0.43 | 0.32 | 148.73 | 0.7 | 0.4 |
| Hex | 1F | AD | 63 | 52 | 0 | 2B | 20 | 95 | 46 | 28 |
| Octal | 37 | 255 | 143 | 122 | 0 | 53 | 40 | 225 | 106 | 50 |
| Binary | 11111 | 10101101 | 1100011 | 1010010 | 0 | 101011 | 100000 | 10010101 | 1000110 | 101000 |
Color Harmonies of #1FAD63
Complementary color
Monochromatic Colors of #1FAD63
Black with #1FAD63
Text Example
Text Example
White with #1FAD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD63; }
p { color: rgb(31,173,99); }
H1.HeaderClassName
{
color: #1FAD63;
}
.AnyTagClassName
{
color: #1FAD63;
}
</style>
background-color css
<style>
a { background-color: #1FAD63; }
a { background-color: rgb(31,173,99); }
div.DivClassName
{
background-color: #1FAD63;
}
.BgClassName
{
background-color: #1FAD63;
}
</style>
border-color css
<style>
span { border-color: #1FAD63; }
span { border-color: rgb(31,173,99); }
td.TdClassName
{
border-color: #1FAD63;
}
.TagClassName
{
border-color: #1FAD63;
}
</style>