Shades of Feijoa #A4E088
Tints of Feijoa #A4E088
RGB
CMYK
RGB Variations
Color information
#A4E088 (or 0xA4E088) is known color: Feijoa. HEX triplet: A4, E0 and 88. RGB value is (164,224,136). Sum of RGB (Red+Green+Blue) = 164+224+136=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E088 is #5B1F77. Grayscale: #C4C4C4. Windows color (decimal): -5971832 or 8970404. OLE color: 8970404.
HSL color Cylindrical-coordinate representation of color #A4E088: hue angle of 100.91º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4E088 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 136 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.12 |
| HSL | 100.91º | 0.59% | 0.71% | - |
| HSV(B) | 100.91º | 0.39% | 0.88% | - |
| XYZ | 46.41 | 62.98 | 33 | - |
| YUV | 196.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 136 | 0.27 | 0 | 0.39 | 0.12 | 100.91 | 0.59 | 0.71 |
| Hex | A4 | E0 | 88 | 1B | 0 | 27 | C | 65 | 3B | 47 |
| Octal | 244 | 340 | 210 | 33 | 0 | 47 | 14 | 145 | 73 | 107 |
| Binary | 10100100 | 11100000 | 10001000 | 11011 | 0 | 100111 | 1100 | 1100101 | 111011 | 1000111 |
Color Harmonies of #A4E088
Complementary color
Monochromatic Colors of #A4E088
Black with #A4E088
Text Example
Text Example
White with #A4E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E088; }
p { color: rgb(164,224,136); }
H1.HeaderClassName
{
color: #A4E088;
}
.AnyTagClassName
{
color: #A4E088;
}
</style>
background-color css
<style>
a { background-color: #A4E088; }
a { background-color: rgb(164,224,136); }
div.DivClassName
{
background-color: #A4E088;
}
.BgClassName
{
background-color: #A4E088;
}
</style>
border-color css
<style>
span { border-color: #A4E088; }
span { border-color: rgb(164,224,136); }
td.TdClassName
{
border-color: #A4E088;
}
.TagClassName
{
border-color: #A4E088;
}
</style>