Shades of Feijoa #A4E788
Tints of Feijoa #A4E788
RGB
CMYK
RGB Variations
Color information
#A4E788 (or 0xA4E788) is known color: Feijoa. HEX triplet: A4, E7 and 88. RGB value is (164,231,136). Sum of RGB (Red+Green+Blue) = 164+231+136=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E788 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4E788 is #5B1877. Grayscale: #C8C8C8. Windows color (decimal): -5970040 or 8972196. OLE color: 8972196.
HSL color Cylindrical-coordinate representation of color #A4E788: hue angle of 102.32º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4E788 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 231 | 136 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.09 |
| HSL | 102.32º | 0.66% | 0.72% | - |
| HSV(B) | 102.32º | 0.41% | 0.91% | - |
| XYZ | 48.33 | 66.82 | 33.64 | - |
| YUV | 200.14 | 91.8 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 231 | 136 | 0.29 | 0 | 0.41 | 0.09 | 102.32 | 0.66 | 0.72 |
| Hex | A4 | E7 | 88 | 1D | 0 | 29 | 9 | 66 | 42 | 48 |
| Octal | 244 | 347 | 210 | 35 | 0 | 51 | 11 | 146 | 102 | 110 |
| Binary | 10100100 | 11100111 | 10001000 | 11101 | 0 | 101001 | 1001 | 1100110 | 1000010 | 1001000 |
Color Harmonies of #A4E788
Complementary color
Monochromatic Colors of #A4E788
Black with #A4E788
Text Example
Text Example
White with #A4E788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E788; }
p { color: rgb(164,231,136); }
H1.HeaderClassName
{
color: #A4E788;
}
.AnyTagClassName
{
color: #A4E788;
}
</style>
background-color css
<style>
a { background-color: #A4E788; }
a { background-color: rgb(164,231,136); }
div.DivClassName
{
background-color: #A4E788;
}
.BgClassName
{
background-color: #A4E788;
}
</style>
border-color css
<style>
span { border-color: #A4E788; }
span { border-color: rgb(164,231,136); }
td.TdClassName
{
border-color: #A4E788;
}
.TagClassName
{
border-color: #A4E788;
}
</style>