Shades of Feijoa #A8D985
Tints of Feijoa #A8D985
RGB
CMYK
RGB Variations
Color information
#A8D985 (or 0xA8D985) is known color: Feijoa. HEX triplet: A8, D9 and 85. RGB value is (168,217,133). Sum of RGB (Red+Green+Blue) = 168+217+133=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D985 is #57267A. Grayscale: #C1C1C1. Windows color (decimal): -5711483 or 8772008. OLE color: 8772008.
HSL color Cylindrical-coordinate representation of color #A8D985: hue angle of 95º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8D985 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 133 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.15 |
| HSL | 95º | 0.53% | 0.69% | - |
| HSV(B) | 95º | 0.39% | 0.85% | - |
| XYZ | 45.19 | 59.64 | 31.32 | - |
| YUV | 192.77 | 94.27 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 133 | 0.23 | 0 | 0.39 | 0.15 | 95 | 0.53 | 0.69 |
| Hex | A8 | D9 | 85 | 17 | 0 | 27 | F | 5F | 34 | 45 |
| Octal | 250 | 331 | 205 | 27 | 0 | 47 | 17 | 137 | 64 | 105 |
| Binary | 10101000 | 11011001 | 10000101 | 10111 | 0 | 100111 | 1111 | 1011111 | 110100 | 1000101 |
Color Harmonies of #A8D985
Complementary color
Monochromatic Colors of #A8D985
Black with #A8D985
Text Example
Text Example
White with #A8D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D985; }
p { color: rgb(168,217,133); }
H1.HeaderClassName
{
color: #A8D985;
}
.AnyTagClassName
{
color: #A8D985;
}
</style>
background-color css
<style>
a { background-color: #A8D985; }
a { background-color: rgb(168,217,133); }
div.DivClassName
{
background-color: #A8D985;
}
.BgClassName
{
background-color: #A8D985;
}
</style>
border-color css
<style>
span { border-color: #A8D985; }
span { border-color: rgb(168,217,133); }
td.TdClassName
{
border-color: #A8D985;
}
.TagClassName
{
border-color: #A8D985;
}
</style>