Shades of Feijoa #A8CD86
Tints of Feijoa #A8CD86
RGB
CMYK
RGB Variations
Color information
#A8CD86 (or 0xA8CD86) is known color: Feijoa. HEX triplet: A8, CD and 86. RGB value is (168,205,134). Sum of RGB (Red+Green+Blue) = 168+205+134=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD86 is #573279. Grayscale: #BABABA. Windows color (decimal): -5714554 or 8834472. OLE color: 8834472.
HSL color Cylindrical-coordinate representation of color #A8CD86: hue angle of 91.27º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8CD86 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 134 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.20 |
| HSL | 91.27º | 0.42% | 0.66% | - |
| HSV(B) | 91.27º | 0.35% | 0.8% | - |
| XYZ | 42.28 | 53.71 | 30.69 | - |
| YUV | 185.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 134 | 0.18 | 0 | 0.35 | 0.20 | 91.27 | 0.42 | 0.66 |
| Hex | A8 | CD | 86 | 12 | 0 | 23 | 14 | 5B | 2A | 42 |
| Octal | 250 | 315 | 206 | 22 | 0 | 43 | 24 | 133 | 52 | 102 |
| Binary | 10101000 | 11001101 | 10000110 | 10010 | 0 | 100011 | 10100 | 1011011 | 101010 | 1000010 |
Color Harmonies of #A8CD86
Complementary color
Monochromatic Colors of #A8CD86
Black with #A8CD86
Text Example
Text Example
White with #A8CD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD86; }
p { color: rgb(168,205,134); }
H1.HeaderClassName
{
color: #A8CD86;
}
.AnyTagClassName
{
color: #A8CD86;
}
</style>
background-color css
<style>
a { background-color: #A8CD86; }
a { background-color: rgb(168,205,134); }
div.DivClassName
{
background-color: #A8CD86;
}
.BgClassName
{
background-color: #A8CD86;
}
</style>
border-color css
<style>
span { border-color: #A8CD86; }
span { border-color: rgb(168,205,134); }
td.TdClassName
{
border-color: #A8CD86;
}
.TagClassName
{
border-color: #A8CD86;
}
</style>