Shades of Feijoa #A1E76F
Tints of Feijoa #A1E76F
RGB
CMYK
RGB Variations
Color information
#A1E76F (or 0xA1E76F) is known color: Feijoa. HEX triplet: A1, E7 and 6F. RGB value is (161,231,111). Sum of RGB (Red+Green+Blue) = 161+231+111=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E76F is #5E1890. Grayscale: #C4C4C4. Windows color (decimal): -6166673 or 7333793. OLE color: 7333793.
HSL color Cylindrical-coordinate representation of color #A1E76F: hue angle of 95º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1E76F is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 111 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.09 |
| HSL | 95º | 0.71% | 0.67% | - |
| HSV(B) | 95º | 0.52% | 0.91% | - |
| XYZ | 46.14 | 65.88 | 25.32 | - |
| YUV | 196.39 | 79.81 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 111 | 0.30 | 0 | 0.52 | 0.09 | 95 | 0.71 | 0.67 |
| Hex | A1 | E7 | 6F | 1E | 0 | 34 | 9 | 5F | 47 | 43 |
| Octal | 241 | 347 | 157 | 36 | 0 | 64 | 11 | 137 | 107 | 103 |
| Binary | 10100001 | 11100111 | 1101111 | 11110 | 0 | 110100 | 1001 | 1011111 | 1000111 | 1000011 |
Color Harmonies of #A1E76F
Complementary color
Monochromatic Colors of #A1E76F
Black with #A1E76F
Text Example
Text Example
White with #A1E76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E76F; }
p { color: rgb(161,231,111); }
H1.HeaderClassName
{
color: #A1E76F;
}
.AnyTagClassName
{
color: #A1E76F;
}
</style>
background-color css
<style>
a { background-color: #A1E76F; }
a { background-color: rgb(161,231,111); }
div.DivClassName
{
background-color: #A1E76F;
}
.BgClassName
{
background-color: #A1E76F;
}
</style>
border-color css
<style>
span { border-color: #A1E76F; }
span { border-color: rgb(161,231,111); }
td.TdClassName
{
border-color: #A1E76F;
}
.TagClassName
{
border-color: #A1E76F;
}
</style>