Shades of Eucalyptus #1FA66B
Tints of Eucalyptus #1FA66B
RGB
CMYK
RGB Variations
Color information
#1FA66B (or 0x1FA66B) is known color: Eucalyptus. HEX triplet: 1F, A6 and 6B. RGB value is (31,166,107). Sum of RGB (Red+Green+Blue) = 31+166+107=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA66B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA66B is #E05994. Grayscale: #777777. Windows color (decimal): -14702997 or 7054879. OLE color: 7054879.
HSL color Cylindrical-coordinate representation of color #1FA66B: hue angle of 153.78º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA66B is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 166 | 107 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.35 |
| HSL | 153.78º | 0.69% | 0.39% | - |
| HSV(B) | 153.78º | 0.81% | 0.65% | - |
| XYZ | 16.86 | 28.63 | 18.55 | - |
| YUV | 118.91 | 121.27 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 107 | 0.81 | 0 | 0.36 | 0.35 | 153.78 | 0.69 | 0.39 |
| Hex | 1F | A6 | 6B | 51 | 0 | 24 | 23 | 9A | 45 | 27 |
| Octal | 37 | 246 | 153 | 121 | 0 | 44 | 43 | 232 | 105 | 47 |
| Binary | 11111 | 10100110 | 1101011 | 1010001 | 0 | 100100 | 100011 | 10011010 | 1000101 | 100111 |
Color Harmonies of #1FA66B
Complementary color
Monochromatic Colors of #1FA66B
Black with #1FA66B
Text Example
Text Example
White with #1FA66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA66B; }
p { color: rgb(31,166,107); }
H1.HeaderClassName
{
color: #1FA66B;
}
.AnyTagClassName
{
color: #1FA66B;
}
</style>
background-color css
<style>
a { background-color: #1FA66B; }
a { background-color: rgb(31,166,107); }
div.DivClassName
{
background-color: #1FA66B;
}
.BgClassName
{
background-color: #1FA66B;
}
</style>
border-color css
<style>
span { border-color: #1FA66B; }
span { border-color: rgb(31,166,107); }
td.TdClassName
{
border-color: #1FA66B;
}
.TagClassName
{
border-color: #1FA66B;
}
</style>