Shades of Feijoa #A1E276
Tints of Feijoa #A1E276
RGB
CMYK
RGB Variations
Color information
#A1E276 (or 0xA1E276) is known color: Feijoa. HEX triplet: A1, E2 and 76. RGB value is (161,226,118). Sum of RGB (Red+Green+Blue) = 161+226+118=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E276 is #5E1D89. Grayscale: #C2C2C2. Windows color (decimal): -6167946 or 7791265. OLE color: 7791265.
HSL color Cylindrical-coordinate representation of color #A1E276: hue angle of 96.11º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1E276 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 118 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.11 |
| HSL | 96.11º | 0.65% | 0.67% | - |
| HSV(B) | 96.11º | 0.48% | 0.89% | - |
| XYZ | 45.16 | 63.28 | 26.97 | - |
| YUV | 194.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 118 | 0.29 | 0 | 0.48 | 0.11 | 96.11 | 0.65 | 0.67 |
| Hex | A1 | E2 | 76 | 1D | 0 | 30 | B | 60 | 41 | 43 |
| Octal | 241 | 342 | 166 | 35 | 0 | 60 | 13 | 140 | 101 | 103 |
| Binary | 10100001 | 11100010 | 1110110 | 11101 | 0 | 110000 | 1011 | 1100000 | 1000001 | 1000011 |
Color Harmonies of #A1E276
Complementary color
Monochromatic Colors of #A1E276
Black with #A1E276
Text Example
Text Example
White with #A1E276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E276; }
p { color: rgb(161,226,118); }
H1.HeaderClassName
{
color: #A1E276;
}
.AnyTagClassName
{
color: #A1E276;
}
</style>
background-color css
<style>
a { background-color: #A1E276; }
a { background-color: rgb(161,226,118); }
div.DivClassName
{
background-color: #A1E276;
}
.BgClassName
{
background-color: #A1E276;
}
</style>
border-color css
<style>
span { border-color: #A1E276; }
span { border-color: rgb(161,226,118); }
td.TdClassName
{
border-color: #A1E276;
}
.TagClassName
{
border-color: #A1E276;
}
</style>