Shades of Feijoa #A1E783
Tints of Feijoa #A1E783
RGB
CMYK
RGB Variations
Color information
#A1E783 (or 0xA1E783) is known color: Feijoa. HEX triplet: A1, E7 and 83. RGB value is (161,231,131). Sum of RGB (Red+Green+Blue) = 161+231+131=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E783 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E783 is #5E187C. Grayscale: #C6C6C6. Windows color (decimal): -6166653 or 8644513. OLE color: 8644513.
HSL color Cylindrical-coordinate representation of color #A1E783: hue angle of 102º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1E783 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 131 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.09 |
| HSL | 102º | 0.68% | 0.71% | - |
| HSV(B) | 102º | 0.43% | 0.91% | - |
| XYZ | 47.37 | 66.37 | 31.79 | - |
| YUV | 198.67 | 89.81 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 131 | 0.30 | 0 | 0.43 | 0.09 | 102 | 0.68 | 0.71 |
| Hex | A1 | E7 | 83 | 1E | 0 | 2B | 9 | 66 | 44 | 47 |
| Octal | 241 | 347 | 203 | 36 | 0 | 53 | 11 | 146 | 104 | 107 |
| Binary | 10100001 | 11100111 | 10000011 | 11110 | 0 | 101011 | 1001 | 1100110 | 1000100 | 1000111 |
Color Harmonies of #A1E783
Complementary color
Monochromatic Colors of #A1E783
Black with #A1E783
Text Example
Text Example
White with #A1E783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E783; }
p { color: rgb(161,231,131); }
H1.HeaderClassName
{
color: #A1E783;
}
.AnyTagClassName
{
color: #A1E783;
}
</style>
background-color css
<style>
a { background-color: #A1E783; }
a { background-color: rgb(161,231,131); }
div.DivClassName
{
background-color: #A1E783;
}
.BgClassName
{
background-color: #A1E783;
}
</style>
border-color css
<style>
span { border-color: #A1E783; }
span { border-color: rgb(161,231,131); }
td.TdClassName
{
border-color: #A1E783;
}
.TagClassName
{
border-color: #A1E783;
}
</style>