Shades of Feijoa #A7F881
Tints of Feijoa #A7F881
RGB
CMYK
RGB Variations
Color information
#A7F881 (or 0xA7F881) is known color: Feijoa. HEX triplet: A7, F8 and 81. RGB value is (167,248,129). Sum of RGB (Red+Green+Blue) = 167+248+129=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F881 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F881 is #58077E. Grayscale: #D2D2D2. Windows color (decimal): -5769087 or 8517799. OLE color: 8517799.
HSL color Cylindrical-coordinate representation of color #A7F881: hue angle of 100.84º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7F881 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 248 | 129 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.03 |
| HSL | 100.84º | 0.89% | 0.74% | - |
| HSV(B) | 100.84º | 0.48% | 0.97% | - |
| XYZ | 53.47 | 76.94 | 32.8 | - |
| YUV | 210.22 | 82.16 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 248 | 129 | 0.33 | 0 | 0.48 | 0.03 | 100.84 | 0.89 | 0.74 |
| Hex | A7 | F8 | 81 | 21 | 0 | 30 | 3 | 65 | 59 | 4A |
| Octal | 247 | 370 | 201 | 41 | 0 | 60 | 3 | 145 | 131 | 112 |
| Binary | 10100111 | 11111000 | 10000001 | 100001 | 0 | 110000 | 11 | 1100101 | 1011001 | 1001010 |
Color Harmonies of #A7F881
Complementary color
Monochromatic Colors of #A7F881
Black with #A7F881
Text Example
Text Example
White with #A7F881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F881; }
p { color: rgb(167,248,129); }
H1.HeaderClassName
{
color: #A7F881;
}
.AnyTagClassName
{
color: #A7F881;
}
</style>
background-color css
<style>
a { background-color: #A7F881; }
a { background-color: rgb(167,248,129); }
div.DivClassName
{
background-color: #A7F881;
}
.BgClassName
{
background-color: #A7F881;
}
</style>
border-color css
<style>
span { border-color: #A7F881; }
span { border-color: rgb(167,248,129); }
td.TdClassName
{
border-color: #A7F881;
}
.TagClassName
{
border-color: #A7F881;
}
</style>