Shades of Feijoa #A1E382
Tints of Feijoa #A1E382
RGB
CMYK
RGB Variations
Color information
#A1E382 (or 0xA1E382) is known color: Feijoa. HEX triplet: A1, E3 and 82. RGB value is (161,227,130). Sum of RGB (Red+Green+Blue) = 161+227+130=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E382 is #5E1C7D. Grayscale: #C4C4C4. Windows color (decimal): -6167678 or 8577953. OLE color: 8577953.
HSL color Cylindrical-coordinate representation of color #A1E382: hue angle of 100.82º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1E382 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 130 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.11 |
| HSL | 100.82º | 0.63% | 0.7% | - |
| HSV(B) | 100.82º | 0.43% | 0.89% | - |
| XYZ | 46.2 | 64.13 | 31.06 | - |
| YUV | 196.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 130 | 0.29 | 0 | 0.43 | 0.11 | 100.82 | 0.63 | 0.7 |
| Hex | A1 | E3 | 82 | 1D | 0 | 2B | B | 65 | 3F | 46 |
| Octal | 241 | 343 | 202 | 35 | 0 | 53 | 13 | 145 | 77 | 106 |
| Binary | 10100001 | 11100011 | 10000010 | 11101 | 0 | 101011 | 1011 | 1100101 | 111111 | 1000110 |
Color Harmonies of #A1E382
Complementary color
Monochromatic Colors of #A1E382
Black with #A1E382
Text Example
Text Example
White with #A1E382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E382; }
p { color: rgb(161,227,130); }
H1.HeaderClassName
{
color: #A1E382;
}
.AnyTagClassName
{
color: #A1E382;
}
</style>
background-color css
<style>
a { background-color: #A1E382; }
a { background-color: rgb(161,227,130); }
div.DivClassName
{
background-color: #A1E382;
}
.BgClassName
{
background-color: #A1E382;
}
</style>
border-color css
<style>
span { border-color: #A1E382; }
span { border-color: rgb(161,227,130); }
td.TdClassName
{
border-color: #A1E382;
}
.TagClassName
{
border-color: #A1E382;
}
</style>