Shades of Feijoa #A8DD86
Tints of Feijoa #A8DD86
RGB
CMYK
RGB Variations
Color information
#A8DD86 (or 0xA8DD86) is known color: Feijoa. HEX triplet: A8, DD and 86. RGB value is (168,221,134). Sum of RGB (Red+Green+Blue) = 168+221+134=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD86 is #572279. Grayscale: #C3C3C3. Windows color (decimal): -5710458 or 8838568. OLE color: 8838568.
HSL color Cylindrical-coordinate representation of color #A8DD86: hue angle of 96.55º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8DD86 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 134 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.13 |
| HSL | 96.55º | 0.56% | 0.7% | - |
| HSV(B) | 96.55º | 0.39% | 0.87% | - |
| XYZ | 46.31 | 61.76 | 32.03 | - |
| YUV | 195.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 134 | 0.24 | 0 | 0.39 | 0.13 | 96.55 | 0.56 | 0.7 |
| Hex | A8 | DD | 86 | 18 | 0 | 27 | D | 61 | 38 | 46 |
| Octal | 250 | 335 | 206 | 30 | 0 | 47 | 15 | 141 | 70 | 106 |
| Binary | 10101000 | 11011101 | 10000110 | 11000 | 0 | 100111 | 1101 | 1100001 | 111000 | 1000110 |
Color Harmonies of #A8DD86
Complementary color
Monochromatic Colors of #A8DD86
Black with #A8DD86
Text Example
Text Example
White with #A8DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD86; }
p { color: rgb(168,221,134); }
H1.HeaderClassName
{
color: #A8DD86;
}
.AnyTagClassName
{
color: #A8DD86;
}
</style>
background-color css
<style>
a { background-color: #A8DD86; }
a { background-color: rgb(168,221,134); }
div.DivClassName
{
background-color: #A8DD86;
}
.BgClassName
{
background-color: #A8DD86;
}
</style>
border-color css
<style>
span { border-color: #A8DD86; }
span { border-color: rgb(168,221,134); }
td.TdClassName
{
border-color: #A8DD86;
}
.TagClassName
{
border-color: #A8DD86;
}
</style>