Shades of Feijoa #A8DA88
Tints of Feijoa #A8DA88
RGB
CMYK
RGB Variations
Color information
#A8DA88 (or 0xA8DA88) is known color: Feijoa. HEX triplet: A8, DA and 88. RGB value is (168,218,136). Sum of RGB (Red+Green+Blue) = 168+218+136=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA88 is #572577. Grayscale: #C1C1C1. Windows color (decimal): -5711224 or 8968872. OLE color: 8968872.
HSL color Cylindrical-coordinate representation of color #A8DA88: hue angle of 96.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8DA88 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 136 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.15 |
| HSL | 96.59º | 0.53% | 0.69% | - |
| HSV(B) | 96.59º | 0.38% | 0.85% | - |
| XYZ | 45.66 | 60.25 | 32.51 | - |
| YUV | 193.7 | 95.44 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 136 | 0.23 | 0 | 0.38 | 0.15 | 96.59 | 0.53 | 0.69 |
| Hex | A8 | DA | 88 | 17 | 0 | 26 | F | 61 | 35 | 45 |
| Octal | 250 | 332 | 210 | 27 | 0 | 46 | 17 | 141 | 65 | 105 |
| Binary | 10101000 | 11011010 | 10001000 | 10111 | 0 | 100110 | 1111 | 1100001 | 110101 | 1000101 |
Color Harmonies of #A8DA88
Complementary color
Monochromatic Colors of #A8DA88
Black with #A8DA88
Text Example
Text Example
White with #A8DA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA88; }
p { color: rgb(168,218,136); }
H1.HeaderClassName
{
color: #A8DA88;
}
.AnyTagClassName
{
color: #A8DA88;
}
</style>
background-color css
<style>
a { background-color: #A8DA88; }
a { background-color: rgb(168,218,136); }
div.DivClassName
{
background-color: #A8DA88;
}
.BgClassName
{
background-color: #A8DA88;
}
</style>
border-color css
<style>
span { border-color: #A8DA88; }
span { border-color: rgb(168,218,136); }
td.TdClassName
{
border-color: #A8DA88;
}
.TagClassName
{
border-color: #A8DA88;
}
</style>