Shades of Feijoa #A1EA71
Tints of Feijoa #A1EA71
RGB
CMYK
RGB Variations
Color information
#A1EA71 (or 0xA1EA71) is known color: Feijoa. HEX triplet: A1, EA and 71. RGB value is (161,234,113). Sum of RGB (Red+Green+Blue) = 161+234+113=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EA71 is #5E158E. Grayscale: #C6C6C6. Windows color (decimal): -6165903 or 7465633. OLE color: 7465633.
HSL color Cylindrical-coordinate representation of color #A1EA71: hue angle of 96.2º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1EA71 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 113 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.08 |
| HSL | 96.2º | 0.74% | 0.68% | - |
| HSV(B) | 96.2º | 0.52% | 0.92% | - |
| XYZ | 47.1 | 67.61 | 26.19 | - |
| YUV | 198.38 | 79.82 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 113 | 0.31 | 0 | 0.52 | 0.08 | 96.2 | 0.74 | 0.68 |
| Hex | A1 | EA | 71 | 1F | 0 | 34 | 8 | 60 | 4A | 44 |
| Octal | 241 | 352 | 161 | 37 | 0 | 64 | 10 | 140 | 112 | 104 |
| Binary | 10100001 | 11101010 | 1110001 | 11111 | 0 | 110100 | 1000 | 1100000 | 1001010 | 1000100 |
Color Harmonies of #A1EA71
Complementary color
Monochromatic Colors of #A1EA71
Black with #A1EA71
Text Example
Text Example
White with #A1EA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EA71; }
p { color: rgb(161,234,113); }
H1.HeaderClassName
{
color: #A1EA71;
}
.AnyTagClassName
{
color: #A1EA71;
}
</style>
background-color css
<style>
a { background-color: #A1EA71; }
a { background-color: rgb(161,234,113); }
div.DivClassName
{
background-color: #A1EA71;
}
.BgClassName
{
background-color: #A1EA71;
}
</style>
border-color css
<style>
span { border-color: #A1EA71; }
span { border-color: rgb(161,234,113); }
td.TdClassName
{
border-color: #A1EA71;
}
.TagClassName
{
border-color: #A1EA71;
}
</style>