Shades of Feijoa #A8D892
Tints of Feijoa #A8D892
RGB
CMYK
RGB Variations
Color information
#A8D892 (or 0xA8D892) is known color: Feijoa. HEX triplet: A8, D8 and 92. RGB value is (168,216,146). Sum of RGB (Red+Green+Blue) = 168+216+146=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D892 is #57276D. Grayscale: #C1C1C1. Windows color (decimal): -5711726 or 9623720. OLE color: 9623720.
HSL color Cylindrical-coordinate representation of color #A8D892: hue angle of 101.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8D892 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 146 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.15 |
| HSL | 101.14º | 0.47% | 0.71% | - |
| HSV(B) | 101.14º | 0.32% | 0.85% | - |
| XYZ | 45.89 | 59.51 | 36.26 | - |
| YUV | 193.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 146 | 0.22 | 0 | 0.32 | 0.15 | 101.14 | 0.47 | 0.71 |
| Hex | A8 | D8 | 92 | 16 | 0 | 20 | F | 65 | 2F | 47 |
| Octal | 250 | 330 | 222 | 26 | 0 | 40 | 17 | 145 | 57 | 107 |
| Binary | 10101000 | 11011000 | 10010010 | 10110 | 0 | 100000 | 1111 | 1100101 | 101111 | 1000111 |
Color Harmonies of #A8D892
Complementary color
Monochromatic Colors of #A8D892
Black with #A8D892
Text Example
Text Example
White with #A8D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D892; }
p { color: rgb(168,216,146); }
H1.HeaderClassName
{
color: #A8D892;
}
.AnyTagClassName
{
color: #A8D892;
}
</style>
background-color css
<style>
a { background-color: #A8D892; }
a { background-color: rgb(168,216,146); }
div.DivClassName
{
background-color: #A8D892;
}
.BgClassName
{
background-color: #A8D892;
}
</style>
border-color css
<style>
span { border-color: #A8D892; }
span { border-color: rgb(168,216,146); }
td.TdClassName
{
border-color: #A8D892;
}
.TagClassName
{
border-color: #A8D892;
}
</style>