Shades of Feijoa #A1E081
Tints of Feijoa #A1E081
RGB
CMYK
RGB Variations
Color information
#A1E081 (or 0xA1E081) is known color: Feijoa. HEX triplet: A1, E0 and 81. RGB value is (161,224,129). Sum of RGB (Red+Green+Blue) = 161+224+129=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E081 is #5E1F7E. Grayscale: #C2C2C2. Windows color (decimal): -6168447 or 8511649. OLE color: 8511649.
HSL color Cylindrical-coordinate representation of color #A1E081: hue angle of 99.79º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1E081 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 129 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.12 |
| HSL | 99.79º | 0.61% | 0.69% | - |
| HSV(B) | 99.79º | 0.42% | 0.88% | - |
| XYZ | 45.32 | 62.47 | 30.44 | - |
| YUV | 194.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 129 | 0.28 | 0 | 0.42 | 0.12 | 99.79 | 0.61 | 0.69 |
| Hex | A1 | E0 | 81 | 1C | 0 | 2A | C | 64 | 3D | 45 |
| Octal | 241 | 340 | 201 | 34 | 0 | 52 | 14 | 144 | 75 | 105 |
| Binary | 10100001 | 11100000 | 10000001 | 11100 | 0 | 101010 | 1100 | 1100100 | 111101 | 1000101 |
Color Harmonies of #A1E081
Complementary color
Monochromatic Colors of #A1E081
Black with #A1E081
Text Example
Text Example
White with #A1E081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E081; }
p { color: rgb(161,224,129); }
H1.HeaderClassName
{
color: #A1E081;
}
.AnyTagClassName
{
color: #A1E081;
}
</style>
background-color css
<style>
a { background-color: #A1E081; }
a { background-color: rgb(161,224,129); }
div.DivClassName
{
background-color: #A1E081;
}
.BgClassName
{
background-color: #A1E081;
}
</style>
border-color css
<style>
span { border-color: #A1E081; }
span { border-color: rgb(161,224,129); }
td.TdClassName
{
border-color: #A1E081;
}
.TagClassName
{
border-color: #A1E081;
}
</style>