Shades of Feijoa #A1E86C
Tints of Feijoa #A1E86C
RGB
CMYK
RGB Variations
Color information
#A1E86C (or 0xA1E86C) is known color: Feijoa. HEX triplet: A1, E8 and 6C. RGB value is (161,232,108). Sum of RGB (Red+Green+Blue) = 161+232+108=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E86C is #5E1793. Grayscale: #C5C5C5. Windows color (decimal): -6166420 or 7137441. OLE color: 7137441.
HSL color Cylindrical-coordinate representation of color #A1E86C: hue angle of 94.35º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1E86C is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 108 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.09 |
| HSL | 94.35º | 0.73% | 0.67% | - |
| HSV(B) | 94.35º | 0.53% | 0.91% | - |
| XYZ | 46.26 | 66.37 | 24.56 | - |
| YUV | 196.64 | 77.98 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 108 | 0.31 | 0 | 0.53 | 0.09 | 94.35 | 0.73 | 0.67 |
| Hex | A1 | E8 | 6C | 1F | 0 | 35 | 9 | 5E | 49 | 43 |
| Octal | 241 | 350 | 154 | 37 | 0 | 65 | 11 | 136 | 111 | 103 |
| Binary | 10100001 | 11101000 | 1101100 | 11111 | 0 | 110101 | 1001 | 1011110 | 1001001 | 1000011 |
Color Harmonies of #A1E86C
Complementary color
Monochromatic Colors of #A1E86C
Black with #A1E86C
Text Example
Text Example
White with #A1E86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E86C; }
p { color: rgb(161,232,108); }
H1.HeaderClassName
{
color: #A1E86C;
}
.AnyTagClassName
{
color: #A1E86C;
}
</style>
background-color css
<style>
a { background-color: #A1E86C; }
a { background-color: rgb(161,232,108); }
div.DivClassName
{
background-color: #A1E86C;
}
.BgClassName
{
background-color: #A1E86C;
}
</style>
border-color css
<style>
span { border-color: #A1E86C; }
span { border-color: rgb(161,232,108); }
td.TdClassName
{
border-color: #A1E86C;
}
.TagClassName
{
border-color: #A1E86C;
}
</style>