Shades of Feijoa #A1E86A
Tints of Feijoa #A1E86A
RGB
CMYK
RGB Variations
Color information
#A1E86A (or 0xA1E86A) is known color: Feijoa. HEX triplet: A1, E8 and 6A. RGB value is (161,232,106). Sum of RGB (Red+Green+Blue) = 161+232+106=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E86A is #5E1795. Grayscale: #C4C4C4. Windows color (decimal): -6166422 or 7006369. OLE color: 7006369.
HSL color Cylindrical-coordinate representation of color #A1E86A: hue angle of 93.81º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1E86A is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 106 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.09 |
| HSL | 93.81º | 0.73% | 0.66% | - |
| HSV(B) | 93.81º | 0.54% | 0.91% | - |
| XYZ | 46.16 | 66.33 | 24.01 | - |
| YUV | 196.41 | 76.98 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 106 | 0.31 | 0 | 0.54 | 0.09 | 93.81 | 0.73 | 0.66 |
| Hex | A1 | E8 | 6A | 1F | 0 | 36 | 9 | 5E | 49 | 42 |
| Octal | 241 | 350 | 152 | 37 | 0 | 66 | 11 | 136 | 111 | 102 |
| Binary | 10100001 | 11101000 | 1101010 | 11111 | 0 | 110110 | 1001 | 1011110 | 1001001 | 1000010 |
Color Harmonies of #A1E86A
Complementary color
Monochromatic Colors of #A1E86A
Black with #A1E86A
Text Example
Text Example
White with #A1E86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E86A; }
p { color: rgb(161,232,106); }
H1.HeaderClassName
{
color: #A1E86A;
}
.AnyTagClassName
{
color: #A1E86A;
}
</style>
background-color css
<style>
a { background-color: #A1E86A; }
a { background-color: rgb(161,232,106); }
div.DivClassName
{
background-color: #A1E86A;
}
.BgClassName
{
background-color: #A1E86A;
}
</style>
border-color css
<style>
span { border-color: #A1E86A; }
span { border-color: rgb(161,232,106); }
td.TdClassName
{
border-color: #A1E86A;
}
.TagClassName
{
border-color: #A1E86A;
}
</style>