Shades of Feijoa #A5E788
Tints of Feijoa #A5E788
RGB
CMYK
RGB Variations
Color information
#A5E788 (or 0xA5E788) is known color: Feijoa. HEX triplet: A5, E7 and 88. RGB value is (165,231,136). Sum of RGB (Red+Green+Blue) = 165+231+136=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E788 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E788 is #5A1877. Grayscale: #C8C8C8. Windows color (decimal): -5904504 or 8972197. OLE color: 8972197.
HSL color Cylindrical-coordinate representation of color #A5E788: hue angle of 101.68º 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 #A5E788 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 136 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.09 |
| HSL | 101.68º | 0.66% | 0.72% | - |
| HSV(B) | 101.68º | 0.41% | 0.91% | - |
| XYZ | 48.54 | 66.93 | 33.65 | - |
| YUV | 200.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 136 | 0.29 | 0 | 0.41 | 0.09 | 101.68 | 0.66 | 0.72 |
| Hex | A5 | E7 | 88 | 1D | 0 | 29 | 9 | 66 | 42 | 48 |
| Octal | 245 | 347 | 210 | 35 | 0 | 51 | 11 | 146 | 102 | 110 |
| Binary | 10100101 | 11100111 | 10001000 | 11101 | 0 | 101001 | 1001 | 1100110 | 1000010 | 1001000 |
Color Harmonies of #A5E788
Complementary color
Monochromatic Colors of #A5E788
Black with #A5E788
Text Example
Text Example
White with #A5E788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E788; }
p { color: rgb(165,231,136); }
H1.HeaderClassName
{
color: #A5E788;
}
.AnyTagClassName
{
color: #A5E788;
}
</style>
background-color css
<style>
a { background-color: #A5E788; }
a { background-color: rgb(165,231,136); }
div.DivClassName
{
background-color: #A5E788;
}
.BgClassName
{
background-color: #A5E788;
}
</style>
border-color css
<style>
span { border-color: #A5E788; }
span { border-color: rgb(165,231,136); }
td.TdClassName
{
border-color: #A5E788;
}
.TagClassName
{
border-color: #A5E788;
}
</style>