Shades of Feijoa #A1E380
Tints of Feijoa #A1E380
RGB
CMYK
RGB Variations
Color information
#A1E380 (or 0xA1E380) is known color: Feijoa. HEX triplet: A1, E3 and 80. RGB value is (161,227,128). Sum of RGB (Red+Green+Blue) = 161+227+128=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E380 is #5E1C7F. Grayscale: #C4C4C4. Windows color (decimal): -6167680 or 8446881. OLE color: 8446881.
HSL color Cylindrical-coordinate representation of color #A1E380: hue angle of 100º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1E380 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 128 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.11 |
| HSL | 100º | 0.64% | 0.7% | - |
| HSV(B) | 100º | 0.44% | 0.89% | - |
| XYZ | 46.06 | 64.07 | 30.36 | - |
| YUV | 195.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 128 | 0.29 | 0 | 0.44 | 0.11 | 100 | 0.64 | 0.7 |
| Hex | A1 | E3 | 80 | 1D | 0 | 2C | B | 64 | 40 | 46 |
| Octal | 241 | 343 | 200 | 35 | 0 | 54 | 13 | 144 | 100 | 106 |
| Binary | 10100001 | 11100011 | 10000000 | 11101 | 0 | 101100 | 1011 | 1100100 | 1000000 | 1000110 |
Color Harmonies of #A1E380
Complementary color
Monochromatic Colors of #A1E380
Black with #A1E380
Text Example
Text Example
White with #A1E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E380; }
p { color: rgb(161,227,128); }
H1.HeaderClassName
{
color: #A1E380;
}
.AnyTagClassName
{
color: #A1E380;
}
</style>
background-color css
<style>
a { background-color: #A1E380; }
a { background-color: rgb(161,227,128); }
div.DivClassName
{
background-color: #A1E380;
}
.BgClassName
{
background-color: #A1E380;
}
</style>
border-color css
<style>
span { border-color: #A1E380; }
span { border-color: rgb(161,227,128); }
td.TdClassName
{
border-color: #A1E380;
}
.TagClassName
{
border-color: #A1E380;
}
</style>