Shades of Feijoa #A1E883
Tints of Feijoa #A1E883
RGB
CMYK
RGB Variations
Color information
#A1E883 (or 0xA1E883) is known color: Feijoa. HEX triplet: A1, E8 and 83. RGB value is (161,232,131). Sum of RGB (Red+Green+Blue) = 161+232+131=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E883 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E883 is #5E177C. Grayscale: #C7C7C7. Windows color (decimal): -6166397 or 8644769. OLE color: 8644769.
HSL color Cylindrical-coordinate representation of color #A1E883: hue angle of 102.18º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1E883 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 131 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.09 |
| HSL | 102.18º | 0.69% | 0.71% | - |
| HSV(B) | 102.18º | 0.44% | 0.91% | - |
| XYZ | 47.65 | 66.93 | 31.88 | - |
| YUV | 199.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 131 | 0.31 | 0 | 0.44 | 0.09 | 102.18 | 0.69 | 0.71 |
| Hex | A1 | E8 | 83 | 1F | 0 | 2C | 9 | 66 | 45 | 47 |
| Octal | 241 | 350 | 203 | 37 | 0 | 54 | 11 | 146 | 105 | 107 |
| Binary | 10100001 | 11101000 | 10000011 | 11111 | 0 | 101100 | 1001 | 1100110 | 1000101 | 1000111 |
Color Harmonies of #A1E883
Complementary color
Monochromatic Colors of #A1E883
Black with #A1E883
Text Example
Text Example
White with #A1E883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E883; }
p { color: rgb(161,232,131); }
H1.HeaderClassName
{
color: #A1E883;
}
.AnyTagClassName
{
color: #A1E883;
}
</style>
background-color css
<style>
a { background-color: #A1E883; }
a { background-color: rgb(161,232,131); }
div.DivClassName
{
background-color: #A1E883;
}
.BgClassName
{
background-color: #A1E883;
}
</style>
border-color css
<style>
span { border-color: #A1E883; }
span { border-color: rgb(161,232,131); }
td.TdClassName
{
border-color: #A1E883;
}
.TagClassName
{
border-color: #A1E883;
}
</style>