Shades of Feijoa #A5D071
Tints of Feijoa #A5D071
RGB
CMYK
RGB Variations
Color information
#A5D071 (or 0xA5D071) is known color: Feijoa. HEX triplet: A5, D0 and 71. RGB value is (165,208,113). Sum of RGB (Red+Green+Blue) = 165+208+113=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D071 is #5A2F8E. Grayscale: #B8B8B8. Windows color (decimal): -5910415 or 7458981. OLE color: 7458981.
HSL color Cylindrical-coordinate representation of color #A5D071: hue angle of 87.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5D071 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 113 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.18 |
| HSL | 87.16º | 0.5% | 0.63% | - |
| HSV(B) | 87.16º | 0.46% | 0.82% | - |
| XYZ | 41.05 | 54.3 | 23.94 | - |
| YUV | 184.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 113 | 0.21 | 0 | 0.46 | 0.18 | 87.16 | 0.5 | 0.63 |
| Hex | A5 | D0 | 71 | 15 | 0 | 2E | 12 | 57 | 32 | 3F |
| Octal | 245 | 320 | 161 | 25 | 0 | 56 | 22 | 127 | 62 | 77 |
| Binary | 10100101 | 11010000 | 1110001 | 10101 | 0 | 101110 | 10010 | 1010111 | 110010 | 111111 |
Color Harmonies of #A5D071
Complementary color
Monochromatic Colors of #A5D071
Black with #A5D071
Text Example
Text Example
White with #A5D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D071; }
p { color: rgb(165,208,113); }
H1.HeaderClassName
{
color: #A5D071;
}
.AnyTagClassName
{
color: #A5D071;
}
</style>
background-color css
<style>
a { background-color: #A5D071; }
a { background-color: rgb(165,208,113); }
div.DivClassName
{
background-color: #A5D071;
}
.BgClassName
{
background-color: #A5D071;
}
</style>
border-color css
<style>
span { border-color: #A5D071; }
span { border-color: rgb(165,208,113); }
td.TdClassName
{
border-color: #A5D071;
}
.TagClassName
{
border-color: #A5D071;
}
</style>