Shades of Feijoa #A7DA88
Tints of Feijoa #A7DA88
RGB
CMYK
RGB Variations
Color information
#A7DA88 (or 0xA7DA88) is known color: Feijoa. HEX triplet: A7, DA and 88. RGB value is (167,218,136). Sum of RGB (Red+Green+Blue) = 167+218+136=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DA88 is #582577. Grayscale: #C1C1C1. Windows color (decimal): -5776760 or 8968871. OLE color: 8968871.
HSL color Cylindrical-coordinate representation of color #A7DA88: hue angle of 97.32º 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 #A7DA88 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 136 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.15 |
| HSL | 97.32º | 0.53% | 0.69% | - |
| HSV(B) | 97.32º | 0.38% | 0.85% | - |
| XYZ | 45.45 | 60.14 | 32.5 | - |
| YUV | 193.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 136 | 0.23 | 0 | 0.38 | 0.15 | 97.32 | 0.53 | 0.69 |
| Hex | A7 | DA | 88 | 17 | 0 | 26 | F | 61 | 35 | 45 |
| Octal | 247 | 332 | 210 | 27 | 0 | 46 | 17 | 141 | 65 | 105 |
| Binary | 10100111 | 11011010 | 10001000 | 10111 | 0 | 100110 | 1111 | 1100001 | 110101 | 1000101 |
Color Harmonies of #A7DA88
Complementary color
Monochromatic Colors of #A7DA88
Black with #A7DA88
Text Example
Text Example
White with #A7DA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DA88; }
p { color: rgb(167,218,136); }
H1.HeaderClassName
{
color: #A7DA88;
}
.AnyTagClassName
{
color: #A7DA88;
}
</style>
background-color css
<style>
a { background-color: #A7DA88; }
a { background-color: rgb(167,218,136); }
div.DivClassName
{
background-color: #A7DA88;
}
.BgClassName
{
background-color: #A7DA88;
}
</style>
border-color css
<style>
span { border-color: #A7DA88; }
span { border-color: rgb(167,218,136); }
td.TdClassName
{
border-color: #A7DA88;
}
.TagClassName
{
border-color: #A7DA88;
}
</style>