Shades of Eucalyptus #1FAB6B
Tints of Eucalyptus #1FAB6B
RGB
CMYK
RGB Variations
Color information
#1FAB6B (or 0x1FAB6B) is known color: Eucalyptus. HEX triplet: 1F, AB and 6B. RGB value is (31,171,107). Sum of RGB (Red+Green+Blue) = 31+171+107=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAB6B is #E05494. Grayscale: #797979. Windows color (decimal): -14701717 or 7056159. OLE color: 7056159.
HSL color Cylindrical-coordinate representation of color #1FAB6B: hue angle of 152.57º 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 #1FAB6B is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 107 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.33 |
| HSL | 152.57º | 0.69% | 0.4% | - |
| HSV(B) | 152.57º | 0.82% | 0.67% | - |
| XYZ | 17.78 | 30.48 | 18.86 | - |
| YUV | 121.84 | 119.62 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 107 | 0.82 | 0 | 0.37 | 0.33 | 152.57 | 0.69 | 0.4 |
| Hex | 1F | AB | 6B | 52 | 0 | 25 | 21 | 99 | 45 | 28 |
| Octal | 37 | 253 | 153 | 122 | 0 | 45 | 41 | 231 | 105 | 50 |
| Binary | 11111 | 10101011 | 1101011 | 1010010 | 0 | 100101 | 100001 | 10011001 | 1000101 | 101000 |
Color Harmonies of #1FAB6B
Complementary color
Monochromatic Colors of #1FAB6B
Black with #1FAB6B
Text Example
Text Example
White with #1FAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB6B; }
p { color: rgb(31,171,107); }
H1.HeaderClassName
{
color: #1FAB6B;
}
.AnyTagClassName
{
color: #1FAB6B;
}
</style>
background-color css
<style>
a { background-color: #1FAB6B; }
a { background-color: rgb(31,171,107); }
div.DivClassName
{
background-color: #1FAB6B;
}
.BgClassName
{
background-color: #1FAB6B;
}
</style>
border-color css
<style>
span { border-color: #1FAB6B; }
span { border-color: rgb(31,171,107); }
td.TdClassName
{
border-color: #1FAB6B;
}
.TagClassName
{
border-color: #1FAB6B;
}
</style>