Shades of Feijoa #A4D587
Tints of Feijoa #A4D587
RGB
CMYK
RGB Variations
Color information
#A4D587 (or 0xA4D587) is known color: Feijoa. HEX triplet: A4, D5 and 87. RGB value is (164,213,135). Sum of RGB (Red+Green+Blue) = 164+213+135=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D587 is #5B2A78. Grayscale: #BDBDBD. Windows color (decimal): -5974649 or 8902052. OLE color: 8902052.
HSL color Cylindrical-coordinate representation of color #A4D587: hue angle of 97.69º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4D587 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 135 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.16 |
| HSL | 97.69º | 0.48% | 0.68% | - |
| HSV(B) | 97.69º | 0.37% | 0.84% | - |
| XYZ | 43.48 | 57.23 | 31.68 | - |
| YUV | 189.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 135 | 0.23 | 0 | 0.37 | 0.16 | 97.69 | 0.48 | 0.68 |
| Hex | A4 | D5 | 87 | 17 | 0 | 25 | 10 | 62 | 30 | 44 |
| Octal | 244 | 325 | 207 | 27 | 0 | 45 | 20 | 142 | 60 | 104 |
| Binary | 10100100 | 11010101 | 10000111 | 10111 | 0 | 100101 | 10000 | 1100010 | 110000 | 1000100 |
Color Harmonies of #A4D587
Complementary color
Monochromatic Colors of #A4D587
Black with #A4D587
Text Example
Text Example
White with #A4D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D587; }
p { color: rgb(164,213,135); }
H1.HeaderClassName
{
color: #A4D587;
}
.AnyTagClassName
{
color: #A4D587;
}
</style>
background-color css
<style>
a { background-color: #A4D587; }
a { background-color: rgb(164,213,135); }
div.DivClassName
{
background-color: #A4D587;
}
.BgClassName
{
background-color: #A4D587;
}
</style>
border-color css
<style>
span { border-color: #A4D587; }
span { border-color: rgb(164,213,135); }
td.TdClassName
{
border-color: #A4D587;
}
.TagClassName
{
border-color: #A4D587;
}
</style>