Shades of Feijoa #A1EC81
Tints of Feijoa #A1EC81
RGB
CMYK
RGB Variations
Color information
#A1EC81 (or 0xA1EC81) is known color: Feijoa. HEX triplet: A1, EC and 81. RGB value is (161,236,129). Sum of RGB (Red+Green+Blue) = 161+236+129=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EC81 is #5E137E. Grayscale: #C9C9C9. Windows color (decimal): -6165375 or 8514721. OLE color: 8514721.
HSL color Cylindrical-coordinate representation of color #A1EC81: hue angle of 102.06º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1EC81 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 129 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.07 |
| HSL | 102.06º | 0.74% | 0.72% | - |
| HSV(B) | 102.06º | 0.45% | 0.93% | - |
| XYZ | 48.66 | 69.15 | 31.55 | - |
| YUV | 201.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 129 | 0.32 | 0 | 0.45 | 0.07 | 102.06 | 0.74 | 0.72 |
| Hex | A1 | EC | 81 | 20 | 0 | 2D | 7 | 66 | 4A | 48 |
| Octal | 241 | 354 | 201 | 40 | 0 | 55 | 7 | 146 | 112 | 110 |
| Binary | 10100001 | 11101100 | 10000001 | 100000 | 0 | 101101 | 111 | 1100110 | 1001010 | 1001000 |
Color Harmonies of #A1EC81
Complementary color
Monochromatic Colors of #A1EC81
Black with #A1EC81
Text Example
Text Example
White with #A1EC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EC81; }
p { color: rgb(161,236,129); }
H1.HeaderClassName
{
color: #A1EC81;
}
.AnyTagClassName
{
color: #A1EC81;
}
</style>
background-color css
<style>
a { background-color: #A1EC81; }
a { background-color: rgb(161,236,129); }
div.DivClassName
{
background-color: #A1EC81;
}
.BgClassName
{
background-color: #A1EC81;
}
</style>
border-color css
<style>
span { border-color: #A1EC81; }
span { border-color: rgb(161,236,129); }
td.TdClassName
{
border-color: #A1EC81;
}
.TagClassName
{
border-color: #A1EC81;
}
</style>