Shades of Feijoa #A1EA6E
Tints of Feijoa #A1EA6E
RGB
CMYK
RGB Variations
Color information
#A1EA6E (or 0xA1EA6E) is known color: Feijoa. HEX triplet: A1, EA and 6E. RGB value is (161,234,110). Sum of RGB (Red+Green+Blue) = 161+234+110=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EA6E is #5E1591. Grayscale: #C6C6C6. Windows color (decimal): -6165906 or 7269025. OLE color: 7269025.
HSL color Cylindrical-coordinate representation of color #A1EA6E: hue angle of 95.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1EA6E is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 110 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.08 |
| HSL | 95.32º | 0.75% | 0.67% | - |
| HSV(B) | 95.32º | 0.53% | 0.92% | - |
| XYZ | 46.94 | 67.55 | 25.32 | - |
| YUV | 198.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 110 | 0.31 | 0 | 0.53 | 0.08 | 95.32 | 0.75 | 0.67 |
| Hex | A1 | EA | 6E | 1F | 0 | 35 | 8 | 5F | 4B | 43 |
| Octal | 241 | 352 | 156 | 37 | 0 | 65 | 10 | 137 | 113 | 103 |
| Binary | 10100001 | 11101010 | 1101110 | 11111 | 0 | 110101 | 1000 | 1011111 | 1001011 | 1000011 |
Color Harmonies of #A1EA6E
Complementary color
Monochromatic Colors of #A1EA6E
Black with #A1EA6E
Text Example
Text Example
White with #A1EA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EA6E; }
p { color: rgb(161,234,110); }
H1.HeaderClassName
{
color: #A1EA6E;
}
.AnyTagClassName
{
color: #A1EA6E;
}
</style>
background-color css
<style>
a { background-color: #A1EA6E; }
a { background-color: rgb(161,234,110); }
div.DivClassName
{
background-color: #A1EA6E;
}
.BgClassName
{
background-color: #A1EA6E;
}
</style>
border-color css
<style>
span { border-color: #A1EA6E; }
span { border-color: rgb(161,234,110); }
td.TdClassName
{
border-color: #A1EA6E;
}
.TagClassName
{
border-color: #A1EA6E;
}
</style>