Shades of Feijoa #A1EB6A
Tints of Feijoa #A1EB6A
RGB
CMYK
RGB Variations
Color information
#A1EB6A (or 0xA1EB6A) is known color: Feijoa. HEX triplet: A1, EB and 6A. RGB value is (161,235,106). Sum of RGB (Red+Green+Blue) = 161+235+106=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EB6A is #5E1495. Grayscale: #C6C6C6. Windows color (decimal): -6165654 or 7007137. OLE color: 7007137.
HSL color Cylindrical-coordinate representation of color #A1EB6A: hue angle of 94.42º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1EB6A is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 106 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.08 |
| HSL | 94.42º | 0.76% | 0.67% | - |
| HSV(B) | 94.42º | 0.55% | 0.92% | - |
| XYZ | 47.01 | 68.03 | 24.29 | - |
| YUV | 198.17 | 75.98 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 106 | 0.31 | 0 | 0.55 | 0.08 | 94.42 | 0.76 | 0.67 |
| Hex | A1 | EB | 6A | 1F | 0 | 37 | 8 | 5E | 4C | 43 |
| Octal | 241 | 353 | 152 | 37 | 0 | 67 | 10 | 136 | 114 | 103 |
| Binary | 10100001 | 11101011 | 1101010 | 11111 | 0 | 110111 | 1000 | 1011110 | 1001100 | 1000011 |
Color Harmonies of #A1EB6A
Complementary color
Monochromatic Colors of #A1EB6A
Black with #A1EB6A
Text Example
Text Example
White with #A1EB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EB6A; }
p { color: rgb(161,235,106); }
H1.HeaderClassName
{
color: #A1EB6A;
}
.AnyTagClassName
{
color: #A1EB6A;
}
</style>
background-color css
<style>
a { background-color: #A1EB6A; }
a { background-color: rgb(161,235,106); }
div.DivClassName
{
background-color: #A1EB6A;
}
.BgClassName
{
background-color: #A1EB6A;
}
</style>
border-color css
<style>
span { border-color: #A1EB6A; }
span { border-color: rgb(161,235,106); }
td.TdClassName
{
border-color: #A1EB6A;
}
.TagClassName
{
border-color: #A1EB6A;
}
</style>