Shades of Eucalyptus #1FAB5E
Tints of Eucalyptus #1FAB5E
RGB
CMYK
RGB Variations
Color information
#1FAB5E (or 0x1FAB5E) is known color: Eucalyptus. HEX triplet: 1F, AB and 5E. RGB value is (31,171,94). Sum of RGB (Red+Green+Blue) = 31+171+94=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAB5E is #E054A1. Grayscale: #787878. Windows color (decimal): -14701730 or 6204191. OLE color: 6204191.
HSL color Cylindrical-coordinate representation of color #1FAB5E: hue angle of 147º 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 #1FAB5E is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 94 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.33 |
| HSL | 147º | 0.69% | 0.4% | - |
| HSV(B) | 147º | 0.82% | 0.67% | - |
| XYZ | 17.15 | 30.23 | 15.52 | - |
| YUV | 120.36 | 113.12 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 94 | 0.82 | 0 | 0.45 | 0.33 | 147 | 0.69 | 0.4 |
| Hex | 1F | AB | 5E | 52 | 0 | 2D | 21 | 93 | 45 | 28 |
| Octal | 37 | 253 | 136 | 122 | 0 | 55 | 41 | 223 | 105 | 50 |
| Binary | 11111 | 10101011 | 1011110 | 1010010 | 0 | 101101 | 100001 | 10010011 | 1000101 | 101000 |
Color Harmonies of #1FAB5E
Complementary color
Monochromatic Colors of #1FAB5E
Black with #1FAB5E
Text Example
Text Example
White with #1FAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB5E; }
p { color: rgb(31,171,94); }
H1.HeaderClassName
{
color: #1FAB5E;
}
.AnyTagClassName
{
color: #1FAB5E;
}
</style>
background-color css
<style>
a { background-color: #1FAB5E; }
a { background-color: rgb(31,171,94); }
div.DivClassName
{
background-color: #1FAB5E;
}
.BgClassName
{
background-color: #1FAB5E;
}
</style>
border-color css
<style>
span { border-color: #1FAB5E; }
span { border-color: rgb(31,171,94); }
td.TdClassName
{
border-color: #1FAB5E;
}
.TagClassName
{
border-color: #1FAB5E;
}
</style>