Shades of Feijoa #A5D488
Tints of Feijoa #A5D488
RGB
CMYK
RGB Variations
Color information
#A5D488 (or 0xA5D488) is known color: Feijoa. HEX triplet: A5, D4 and 88. RGB value is (165,212,136). Sum of RGB (Red+Green+Blue) = 165+212+136=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D488 is #5A2B77. Grayscale: #BDBDBD. Windows color (decimal): -5909368 or 8967333. OLE color: 8967333.
HSL color Cylindrical-coordinate representation of color #A5D488: hue angle of 97.11º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5D488 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 212 | 136 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.17 |
| HSL | 97.11º | 0.47% | 0.68% | - |
| HSV(B) | 97.11º | 0.36% | 0.83% | - |
| XYZ | 43.5 | 56.86 | 31.98 | - |
| YUV | 189.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 212 | 136 | 0.22 | 0 | 0.36 | 0.17 | 97.11 | 0.47 | 0.68 |
| Hex | A5 | D4 | 88 | 16 | 0 | 24 | 11 | 61 | 2F | 44 |
| Octal | 245 | 324 | 210 | 26 | 0 | 44 | 21 | 141 | 57 | 104 |
| Binary | 10100101 | 11010100 | 10001000 | 10110 | 0 | 100100 | 10001 | 1100001 | 101111 | 1000100 |
Color Harmonies of #A5D488
Complementary color
Monochromatic Colors of #A5D488
Black with #A5D488
Text Example
Text Example
White with #A5D488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D488; }
p { color: rgb(165,212,136); }
H1.HeaderClassName
{
color: #A5D488;
}
.AnyTagClassName
{
color: #A5D488;
}
</style>
background-color css
<style>
a { background-color: #A5D488; }
a { background-color: rgb(165,212,136); }
div.DivClassName
{
background-color: #A5D488;
}
.BgClassName
{
background-color: #A5D488;
}
</style>
border-color css
<style>
span { border-color: #A5D488; }
span { border-color: rgb(165,212,136); }
td.TdClassName
{
border-color: #A5D488;
}
.TagClassName
{
border-color: #A5D488;
}
</style>