Shades of Eucalyptus #1FAD54
Tints of Eucalyptus #1FAD54
RGB
CMYK
RGB Variations
Color information
#1FAD54 (or 0x1FAD54) is known color: Eucalyptus. HEX triplet: 1F, AD and 54. RGB value is (31,173,84). Sum of RGB (Red+Green+Blue) = 31+173+84=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 173 (67.97% from 255 or 60.07% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD54 is #E052AB. Grayscale: #787878. Windows color (decimal): -14701228 or 5549343. OLE color: 5549343.
HSL color Cylindrical-coordinate representation of color #1FAD54: hue angle of 142.39º 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 #1FAD54 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 84 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.32 |
| HSL | 142.39º | 0.7% | 0.4% | - |
| HSV(B) | 142.39º | 0.82% | 0.68% | - |
| XYZ | 17.11 | 30.82 | 13.43 | - |
| YUV | 120.4 | 107.46 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 84 | 0.82 | 0 | 0.51 | 0.32 | 142.39 | 0.7 | 0.4 |
| Hex | 1F | AD | 54 | 52 | 0 | 33 | 20 | 8E | 46 | 28 |
| Octal | 37 | 255 | 124 | 122 | 0 | 63 | 40 | 216 | 106 | 50 |
| Binary | 11111 | 10101101 | 1010100 | 1010010 | 0 | 110011 | 100000 | 10001110 | 1000110 | 101000 |
Color Harmonies of #1FAD54
Complementary color
Monochromatic Colors of #1FAD54
Black with #1FAD54
Text Example
Text Example
White with #1FAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD54; }
p { color: rgb(31,173,84); }
H1.HeaderClassName
{
color: #1FAD54;
}
.AnyTagClassName
{
color: #1FAD54;
}
</style>
background-color css
<style>
a { background-color: #1FAD54; }
a { background-color: rgb(31,173,84); }
div.DivClassName
{
background-color: #1FAD54;
}
.BgClassName
{
background-color: #1FAD54;
}
</style>
border-color css
<style>
span { border-color: #1FAD54; }
span { border-color: rgb(31,173,84); }
td.TdClassName
{
border-color: #1FAD54;
}
.TagClassName
{
border-color: #1FAD54;
}
</style>