Shades of Feijoa #A5D87F
Tints of Feijoa #A5D87F
RGB
CMYK
RGB Variations
Color information
#A5D87F (or 0xA5D87F) is known color: Feijoa. HEX triplet: A5, D8 and 7F. RGB value is (165,216,127). Sum of RGB (Red+Green+Blue) = 165+216+127=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D87F is #5A2780. Grayscale: #BEBEBE. Windows color (decimal): -5908353 or 8378533. OLE color: 8378533.
HSL color Cylindrical-coordinate representation of color #A5D87F: hue angle of 94.38º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5D87F is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 127 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.15 |
| HSL | 94.38º | 0.53% | 0.67% | - |
| HSV(B) | 94.38º | 0.41% | 0.85% | - |
| XYZ | 43.9 | 58.64 | 29.08 | - |
| YUV | 190.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 127 | 0.24 | 0 | 0.41 | 0.15 | 94.38 | 0.53 | 0.67 |
| Hex | A5 | D8 | 7F | 18 | 0 | 29 | F | 5E | 35 | 43 |
| Octal | 245 | 330 | 177 | 30 | 0 | 51 | 17 | 136 | 65 | 103 |
| Binary | 10100101 | 11011000 | 1111111 | 11000 | 0 | 101001 | 1111 | 1011110 | 110101 | 1000011 |
Color Harmonies of #A5D87F
Complementary color
Monochromatic Colors of #A5D87F
Black with #A5D87F
Text Example
Text Example
White with #A5D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D87F; }
p { color: rgb(165,216,127); }
H1.HeaderClassName
{
color: #A5D87F;
}
.AnyTagClassName
{
color: #A5D87F;
}
</style>
background-color css
<style>
a { background-color: #A5D87F; }
a { background-color: rgb(165,216,127); }
div.DivClassName
{
background-color: #A5D87F;
}
.BgClassName
{
background-color: #A5D87F;
}
</style>
border-color css
<style>
span { border-color: #A5D87F; }
span { border-color: rgb(165,216,127); }
td.TdClassName
{
border-color: #A5D87F;
}
.TagClassName
{
border-color: #A5D87F;
}
</style>