Shades of Feijoa #A1E381
Tints of Feijoa #A1E381
RGB
CMYK
RGB Variations
Color information
#A1E381 (or 0xA1E381) is known color: Feijoa. HEX triplet: A1, E3 and 81. RGB value is (161,227,129). Sum of RGB (Red+Green+Blue) = 161+227+129=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E381 is #5E1C7E. Grayscale: #C4C4C4. Windows color (decimal): -6167679 or 8512417. OLE color: 8512417.
HSL color Cylindrical-coordinate representation of color #A1E381: hue angle of 100.41º degrees, saturation: 0.64, 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 #A1E381 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 129 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.11 |
| HSL | 100.41º | 0.64% | 0.7% | - |
| HSV(B) | 100.41º | 0.43% | 0.89% | - |
| XYZ | 46.13 | 64.1 | 30.71 | - |
| YUV | 196.09 | 90.13 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 129 | 0.29 | 0 | 0.43 | 0.11 | 100.41 | 0.64 | 0.7 |
| Hex | A1 | E3 | 81 | 1D | 0 | 2B | B | 64 | 40 | 46 |
| Octal | 241 | 343 | 201 | 35 | 0 | 53 | 13 | 144 | 100 | 106 |
| Binary | 10100001 | 11100011 | 10000001 | 11101 | 0 | 101011 | 1011 | 1100100 | 1000000 | 1000110 |
Color Harmonies of #A1E381
Complementary color
Monochromatic Colors of #A1E381
Black with #A1E381
Text Example
Text Example
White with #A1E381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E381; }
p { color: rgb(161,227,129); }
H1.HeaderClassName
{
color: #A1E381;
}
.AnyTagClassName
{
color: #A1E381;
}
</style>
background-color css
<style>
a { background-color: #A1E381; }
a { background-color: rgb(161,227,129); }
div.DivClassName
{
background-color: #A1E381;
}
.BgClassName
{
background-color: #A1E381;
}
</style>
border-color css
<style>
span { border-color: #A1E381; }
span { border-color: rgb(161,227,129); }
td.TdClassName
{
border-color: #A1E381;
}
.TagClassName
{
border-color: #A1E381;
}
</style>