Shades of Feijoa #A4DA88
Tints of Feijoa #A4DA88
RGB
CMYK
RGB Variations
Color information
#A4DA88 (or 0xA4DA88) is known color: Feijoa. HEX triplet: A4, DA and 88. RGB value is (164,218,136). Sum of RGB (Red+Green+Blue) = 164+218+136=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DA88 is #5B2577. Grayscale: #C0C0C0. Windows color (decimal): -5973368 or 8968868. OLE color: 8968868.
HSL color Cylindrical-coordinate representation of color #A4DA88: hue angle of 99.51º 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 #A4DA88 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 136 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.15 |
| HSL | 99.51º | 0.53% | 0.69% | - |
| HSV(B) | 99.51º | 0.38% | 0.85% | - |
| XYZ | 44.83 | 59.81 | 32.48 | - |
| YUV | 192.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 136 | 0.25 | 0 | 0.38 | 0.15 | 99.51 | 0.53 | 0.69 |
| Hex | A4 | DA | 88 | 19 | 0 | 26 | F | 64 | 35 | 45 |
| Octal | 244 | 332 | 210 | 31 | 0 | 46 | 17 | 144 | 65 | 105 |
| Binary | 10100100 | 11011010 | 10001000 | 11001 | 0 | 100110 | 1111 | 1100100 | 110101 | 1000101 |
Color Harmonies of #A4DA88
Complementary color
Monochromatic Colors of #A4DA88
Black with #A4DA88
Text Example
Text Example
White with #A4DA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DA88; }
p { color: rgb(164,218,136); }
H1.HeaderClassName
{
color: #A4DA88;
}
.AnyTagClassName
{
color: #A4DA88;
}
</style>
background-color css
<style>
a { background-color: #A4DA88; }
a { background-color: rgb(164,218,136); }
div.DivClassName
{
background-color: #A4DA88;
}
.BgClassName
{
background-color: #A4DA88;
}
</style>
border-color css
<style>
span { border-color: #A4DA88; }
span { border-color: rgb(164,218,136); }
td.TdClassName
{
border-color: #A4DA88;
}
.TagClassName
{
border-color: #A4DA88;
}
</style>