Shades of Eucalyptus #1FAB6A
Tints of Eucalyptus #1FAB6A
RGB
CMYK
RGB Variations
Color information
#1FAB6A (or 0x1FAB6A) is known color: Eucalyptus. HEX triplet: 1F, AB and 6A. RGB value is (31,171,106). Sum of RGB (Red+Green+Blue) = 31+171+106=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAB6A is #E05495. Grayscale: #797979. Windows color (decimal): -14701718 or 6990623. OLE color: 6990623.
HSL color Cylindrical-coordinate representation of color #1FAB6A: hue angle of 152.14º 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 #1FAB6A is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 106 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.33 |
| HSL | 152.14º | 0.69% | 0.4% | - |
| HSV(B) | 152.14º | 0.82% | 0.67% | - |
| XYZ | 17.73 | 30.46 | 18.58 | - |
| YUV | 121.73 | 119.12 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 106 | 0.82 | 0 | 0.38 | 0.33 | 152.14 | 0.69 | 0.4 |
| Hex | 1F | AB | 6A | 52 | 0 | 26 | 21 | 98 | 45 | 28 |
| Octal | 37 | 253 | 152 | 122 | 0 | 46 | 41 | 230 | 105 | 50 |
| Binary | 11111 | 10101011 | 1101010 | 1010010 | 0 | 100110 | 100001 | 10011000 | 1000101 | 101000 |
Color Harmonies of #1FAB6A
Complementary color
Monochromatic Colors of #1FAB6A
Black with #1FAB6A
Text Example
Text Example
White with #1FAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB6A; }
p { color: rgb(31,171,106); }
H1.HeaderClassName
{
color: #1FAB6A;
}
.AnyTagClassName
{
color: #1FAB6A;
}
</style>
background-color css
<style>
a { background-color: #1FAB6A; }
a { background-color: rgb(31,171,106); }
div.DivClassName
{
background-color: #1FAB6A;
}
.BgClassName
{
background-color: #1FAB6A;
}
</style>
border-color css
<style>
span { border-color: #1FAB6A; }
span { border-color: rgb(31,171,106); }
td.TdClassName
{
border-color: #1FAB6A;
}
.TagClassName
{
border-color: #1FAB6A;
}
</style>