Shades of Eucalyptus #1FAC5D
Tints of Eucalyptus #1FAC5D
RGB
CMYK
RGB Variations
Color information
#1FAC5D (or 0x1FAC5D) is known color: Eucalyptus. HEX triplet: 1F, AC and 5D. RGB value is (31,172,93). Sum of RGB (Red+Green+Blue) = 31+172+93=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAC5D is #E053A2. Grayscale: #797979. Windows color (decimal): -14701475 or 6138911. OLE color: 6138911.
HSL color Cylindrical-coordinate representation of color #1FAC5D: hue angle of 146.38º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAC5D is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 93 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.33 |
| HSL | 146.38º | 0.69% | 0.4% | - |
| HSV(B) | 146.38º | 0.82% | 0.67% | - |
| XYZ | 17.29 | 30.59 | 15.35 | - |
| YUV | 120.84 | 112.29 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 93 | 0.82 | 0 | 0.46 | 0.33 | 146.38 | 0.69 | 0.4 |
| Hex | 1F | AC | 5D | 52 | 0 | 2E | 21 | 92 | 45 | 28 |
| Octal | 37 | 254 | 135 | 122 | 0 | 56 | 41 | 222 | 105 | 50 |
| Binary | 11111 | 10101100 | 1011101 | 1010010 | 0 | 101110 | 100001 | 10010010 | 1000101 | 101000 |
Color Harmonies of #1FAC5D
Complementary color
Monochromatic Colors of #1FAC5D
Black with #1FAC5D
Text Example
Text Example
White with #1FAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC5D; }
p { color: rgb(31,172,93); }
H1.HeaderClassName
{
color: #1FAC5D;
}
.AnyTagClassName
{
color: #1FAC5D;
}
</style>
background-color css
<style>
a { background-color: #1FAC5D; }
a { background-color: rgb(31,172,93); }
div.DivClassName
{
background-color: #1FAC5D;
}
.BgClassName
{
background-color: #1FAC5D;
}
</style>
border-color css
<style>
span { border-color: #1FAC5D; }
span { border-color: rgb(31,172,93); }
td.TdClassName
{
border-color: #1FAC5D;
}
.TagClassName
{
border-color: #1FAC5D;
}
</style>