Shades of Feijoa #A8D787
Tints of Feijoa #A8D787
RGB
CMYK
RGB Variations
Color information
#A8D787 (or 0xA8D787) is known color: Feijoa. HEX triplet: A8, D7 and 87. RGB value is (168,215,135). Sum of RGB (Red+Green+Blue) = 168+215+135=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D787 is #572878. Grayscale: #C0C0C0. Windows color (decimal): -5711993 or 8902568. OLE color: 8902568.
HSL color Cylindrical-coordinate representation of color #A8D787: hue angle of 95.25º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8D787 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 135 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.16 |
| HSL | 95.25º | 0.5% | 0.69% | - |
| HSV(B) | 95.25º | 0.37% | 0.84% | - |
| XYZ | 44.82 | 58.67 | 31.88 | - |
| YUV | 191.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 135 | 0.22 | 0 | 0.37 | 0.16 | 95.25 | 0.5 | 0.69 |
| Hex | A8 | D7 | 87 | 16 | 0 | 25 | 10 | 5F | 32 | 45 |
| Octal | 250 | 327 | 207 | 26 | 0 | 45 | 20 | 137 | 62 | 105 |
| Binary | 10101000 | 11010111 | 10000111 | 10110 | 0 | 100101 | 10000 | 1011111 | 110010 | 1000101 |
Color Harmonies of #A8D787
Complementary color
Monochromatic Colors of #A8D787
Black with #A8D787
Text Example
Text Example
White with #A8D787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D787; }
p { color: rgb(168,215,135); }
H1.HeaderClassName
{
color: #A8D787;
}
.AnyTagClassName
{
color: #A8D787;
}
</style>
background-color css
<style>
a { background-color: #A8D787; }
a { background-color: rgb(168,215,135); }
div.DivClassName
{
background-color: #A8D787;
}
.BgClassName
{
background-color: #A8D787;
}
</style>
border-color css
<style>
span { border-color: #A8D787; }
span { border-color: rgb(168,215,135); }
td.TdClassName
{
border-color: #A8D787;
}
.TagClassName
{
border-color: #A8D787;
}
</style>