Shades of Feijoa #A4D988
Tints of Feijoa #A4D988
RGB
CMYK
RGB Variations
Color information
#A4D988 (or 0xA4D988) is known color: Feijoa. HEX triplet: A4, D9 and 88. RGB value is (164,217,136). Sum of RGB (Red+Green+Blue) = 164+217+136=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D988 is #5B2677. Grayscale: #C0C0C0. Windows color (decimal): -5973624 or 8968612. OLE color: 8968612.
HSL color Cylindrical-coordinate representation of color #A4D988: hue angle of 99.26º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4D988 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 136 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.15 |
| HSL | 99.26º | 0.52% | 0.69% | - |
| HSV(B) | 99.26º | 0.37% | 0.85% | - |
| XYZ | 44.57 | 59.3 | 32.39 | - |
| YUV | 191.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 136 | 0.24 | 0 | 0.37 | 0.15 | 99.26 | 0.52 | 0.69 |
| Hex | A4 | D9 | 88 | 18 | 0 | 25 | F | 63 | 34 | 45 |
| Octal | 244 | 331 | 210 | 30 | 0 | 45 | 17 | 143 | 64 | 105 |
| Binary | 10100100 | 11011001 | 10001000 | 11000 | 0 | 100101 | 1111 | 1100011 | 110100 | 1000101 |
Color Harmonies of #A4D988
Complementary color
Monochromatic Colors of #A4D988
Black with #A4D988
Text Example
Text Example
White with #A4D988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D988; }
p { color: rgb(164,217,136); }
H1.HeaderClassName
{
color: #A4D988;
}
.AnyTagClassName
{
color: #A4D988;
}
</style>
background-color css
<style>
a { background-color: #A4D988; }
a { background-color: rgb(164,217,136); }
div.DivClassName
{
background-color: #A4D988;
}
.BgClassName
{
background-color: #A4D988;
}
</style>
border-color css
<style>
span { border-color: #A4D988; }
span { border-color: rgb(164,217,136); }
td.TdClassName
{
border-color: #A4D988;
}
.TagClassName
{
border-color: #A4D988;
}
</style>