Shades of Feijoa #A8D984
Tints of Feijoa #A8D984
RGB
CMYK
RGB Variations
Color information
#A8D984 (or 0xA8D984) is known color: Feijoa. HEX triplet: A8, D9 and 84. RGB value is (168,217,132). Sum of RGB (Red+Green+Blue) = 168+217+132=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D984 is #57267B. Grayscale: #C0C0C0. Windows color (decimal): -5711484 or 8706472. OLE color: 8706472.
HSL color Cylindrical-coordinate representation of color #A8D984: hue angle of 94.59º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8D984 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 132 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.15 |
| HSL | 94.59º | 0.53% | 0.68% | - |
| HSV(B) | 94.59º | 0.39% | 0.85% | - |
| XYZ | 45.13 | 59.62 | 30.96 | - |
| YUV | 192.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 132 | 0.23 | 0 | 0.39 | 0.15 | 94.59 | 0.53 | 0.68 |
| Hex | A8 | D9 | 84 | 17 | 0 | 27 | F | 5F | 35 | 44 |
| Octal | 250 | 331 | 204 | 27 | 0 | 47 | 17 | 137 | 65 | 104 |
| Binary | 10101000 | 11011001 | 10000100 | 10111 | 0 | 100111 | 1111 | 1011111 | 110101 | 1000100 |
Color Harmonies of #A8D984
Complementary color
Monochromatic Colors of #A8D984
Black with #A8D984
Text Example
Text Example
White with #A8D984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D984; }
p { color: rgb(168,217,132); }
H1.HeaderClassName
{
color: #A8D984;
}
.AnyTagClassName
{
color: #A8D984;
}
</style>
background-color css
<style>
a { background-color: #A8D984; }
a { background-color: rgb(168,217,132); }
div.DivClassName
{
background-color: #A8D984;
}
.BgClassName
{
background-color: #A8D984;
}
</style>
border-color css
<style>
span { border-color: #A8D984; }
span { border-color: rgb(168,217,132); }
td.TdClassName
{
border-color: #A8D984;
}
.TagClassName
{
border-color: #A8D984;
}
</style>