Shades of Feijoa #A1E676
Tints of Feijoa #A1E676
RGB
CMYK
RGB Variations
Color information
#A1E676 (or 0xA1E676) is known color: Feijoa. HEX triplet: A1, E6 and 76. RGB value is (161,230,118). Sum of RGB (Red+Green+Blue) = 161+230+118=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E676 is #5E1989. Grayscale: #C4C4C4. Windows color (decimal): -6166922 or 7792289. OLE color: 7792289.
HSL color Cylindrical-coordinate representation of color #A1E676: hue angle of 96.96º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1E676 is Cyan = 0.3, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 118 | - |
| CMYK | 0.3 | 0 | 0.49 | 0.10 |
| HSL | 96.96º | 0.69% | 0.68% | - |
| HSV(B) | 96.96º | 0.49% | 0.9% | - |
| XYZ | 46.26 | 65.48 | 27.34 | - |
| YUV | 196.6 | 83.64 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 118 | 0.3 | 0 | 0.49 | 0.10 | 96.96 | 0.69 | 0.68 |
| Hex | A1 | E6 | 76 | 1E | 0 | 31 | A | 61 | 45 | 44 |
| Octal | 241 | 346 | 166 | 36 | 0 | 61 | 12 | 141 | 105 | 104 |
| Binary | 10100001 | 11100110 | 1110110 | 11110 | 0 | 110001 | 1010 | 1100001 | 1000101 | 1000100 |
Color Harmonies of #A1E676
Complementary color
Monochromatic Colors of #A1E676
Black with #A1E676
Text Example
Text Example
White with #A1E676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E676; }
p { color: rgb(161,230,118); }
H1.HeaderClassName
{
color: #A1E676;
}
.AnyTagClassName
{
color: #A1E676;
}
</style>
background-color css
<style>
a { background-color: #A1E676; }
a { background-color: rgb(161,230,118); }
div.DivClassName
{
background-color: #A1E676;
}
.BgClassName
{
background-color: #A1E676;
}
</style>
border-color css
<style>
span { border-color: #A1E676; }
span { border-color: rgb(161,230,118); }
td.TdClassName
{
border-color: #A1E676;
}
.TagClassName
{
border-color: #A1E676;
}
</style>