Shades of Feijoa #A8D881
Tints of Feijoa #A8D881
RGB
CMYK
RGB Variations
Color information
#A8D881 (or 0xA8D881) is known color: Feijoa. HEX triplet: A8, D8 and 81. RGB value is (168,216,129). Sum of RGB (Red+Green+Blue) = 168+216+129=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D881 is #57277E. Grayscale: #C0C0C0. Windows color (decimal): -5711743 or 8509608. OLE color: 8509608.
HSL color Cylindrical-coordinate representation of color #A8D881: hue angle of 93.1º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8D881 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 129 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.15 |
| HSL | 93.1º | 0.53% | 0.68% | - |
| HSV(B) | 93.1º | 0.4% | 0.85% | - |
| XYZ | 44.67 | 59.02 | 29.81 | - |
| YUV | 191.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 129 | 0.22 | 0 | 0.40 | 0.15 | 93.1 | 0.53 | 0.68 |
| Hex | A8 | D8 | 81 | 16 | 0 | 28 | F | 5D | 35 | 44 |
| Octal | 250 | 330 | 201 | 26 | 0 | 50 | 17 | 135 | 65 | 104 |
| Binary | 10101000 | 11011000 | 10000001 | 10110 | 0 | 101000 | 1111 | 1011101 | 110101 | 1000100 |
Color Harmonies of #A8D881
Complementary color
Monochromatic Colors of #A8D881
Black with #A8D881
Text Example
Text Example
White with #A8D881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D881; }
p { color: rgb(168,216,129); }
H1.HeaderClassName
{
color: #A8D881;
}
.AnyTagClassName
{
color: #A8D881;
}
</style>
background-color css
<style>
a { background-color: #A8D881; }
a { background-color: rgb(168,216,129); }
div.DivClassName
{
background-color: #A8D881;
}
.BgClassName
{
background-color: #A8D881;
}
</style>
border-color css
<style>
span { border-color: #A8D881; }
span { border-color: rgb(168,216,129); }
td.TdClassName
{
border-color: #A8D881;
}
.TagClassName
{
border-color: #A8D881;
}
</style>