Shades of Feijoa #A8D771
Tints of Feijoa #A8D771
RGB
CMYK
RGB Variations
Color information
#A8D771 (or 0xA8D771) is known color: Feijoa. HEX triplet: A8, D7 and 71. RGB value is (168,215,113). Sum of RGB (Red+Green+Blue) = 168+215+113=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D771 is #57288E. Grayscale: #BDBDBD. Windows color (decimal): -5712015 or 7460776. OLE color: 7460776.
HSL color Cylindrical-coordinate representation of color #A8D771: hue angle of 87.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8D771 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 113 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.16 |
| HSL | 87.65º | 0.56% | 0.64% | - |
| HSV(B) | 87.65º | 0.47% | 0.84% | - |
| XYZ | 43.43 | 58.12 | 24.55 | - |
| YUV | 189.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 113 | 0.22 | 0 | 0.47 | 0.16 | 87.65 | 0.56 | 0.64 |
| Hex | A8 | D7 | 71 | 16 | 0 | 2F | 10 | 58 | 38 | 40 |
| Octal | 250 | 327 | 161 | 26 | 0 | 57 | 20 | 130 | 70 | 100 |
| Binary | 10101000 | 11010111 | 1110001 | 10110 | 0 | 101111 | 10000 | 1011000 | 111000 | 1000000 |
Color Harmonies of #A8D771
Complementary color
Monochromatic Colors of #A8D771
Black with #A8D771
Text Example
Text Example
White with #A8D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D771; }
p { color: rgb(168,215,113); }
H1.HeaderClassName
{
color: #A8D771;
}
.AnyTagClassName
{
color: #A8D771;
}
</style>
background-color css
<style>
a { background-color: #A8D771; }
a { background-color: rgb(168,215,113); }
div.DivClassName
{
background-color: #A8D771;
}
.BgClassName
{
background-color: #A8D771;
}
</style>
border-color css
<style>
span { border-color: #A8D771; }
span { border-color: rgb(168,215,113); }
td.TdClassName
{
border-color: #A8D771;
}
.TagClassName
{
border-color: #A8D771;
}
</style>