Shades of Feijoa #A8D793
Tints of Feijoa #A8D793
RGB
CMYK
RGB Variations
Color information
#A8D793 (or 0xA8D793) is known color: Feijoa. HEX triplet: A8, D7 and 93. RGB value is (168,215,147). Sum of RGB (Red+Green+Blue) = 168+215+147=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D793 is #57286C. Grayscale: #C1C1C1. Windows color (decimal): -5711981 or 9689000. OLE color: 9689000.
HSL color Cylindrical-coordinate representation of color #A8D793: hue angle of 101.47º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8D793 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 147 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.16 |
| HSL | 101.47º | 0.46% | 0.71% | - |
| HSV(B) | 101.47º | 0.32% | 0.84% | - |
| XYZ | 45.72 | 59.03 | 36.59 | - |
| YUV | 193.2 | 101.93 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 147 | 0.22 | 0 | 0.32 | 0.16 | 101.47 | 0.46 | 0.71 |
| Hex | A8 | D7 | 93 | 16 | 0 | 20 | 10 | 65 | 2E | 47 |
| Octal | 250 | 327 | 223 | 26 | 0 | 40 | 20 | 145 | 56 | 107 |
| Binary | 10101000 | 11010111 | 10010011 | 10110 | 0 | 100000 | 10000 | 1100101 | 101110 | 1000111 |
Color Harmonies of #A8D793
Complementary color
Monochromatic Colors of #A8D793
Black with #A8D793
Text Example
Text Example
White with #A8D793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D793; }
p { color: rgb(168,215,147); }
H1.HeaderClassName
{
color: #A8D793;
}
.AnyTagClassName
{
color: #A8D793;
}
</style>
background-color css
<style>
a { background-color: #A8D793; }
a { background-color: rgb(168,215,147); }
div.DivClassName
{
background-color: #A8D793;
}
.BgClassName
{
background-color: #A8D793;
}
</style>
border-color css
<style>
span { border-color: #A8D793; }
span { border-color: rgb(168,215,147); }
td.TdClassName
{
border-color: #A8D793;
}
.TagClassName
{
border-color: #A8D793;
}
</style>