Shades of Feijoa #A5D773
Tints of Feijoa #A5D773
RGB
CMYK
RGB Variations
Color information
#A5D773 (or 0xA5D773) is known color: Feijoa. HEX triplet: A5, D7 and 73. RGB value is (165,215,115). Sum of RGB (Red+Green+Blue) = 165+215+115=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D773 is #5A288C. Grayscale: #BDBDBD. Windows color (decimal): -5908621 or 7591845. OLE color: 7591845.
HSL color Cylindrical-coordinate representation of color #A5D773: hue angle of 90º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5D773 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 115 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.16 |
| HSL | 90º | 0.56% | 0.65% | - |
| HSV(B) | 90º | 0.47% | 0.84% | - |
| XYZ | 42.91 | 57.84 | 25.12 | - |
| YUV | 188.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 115 | 0.23 | 0 | 0.47 | 0.16 | 90 | 0.56 | 0.65 |
| Hex | A5 | D7 | 73 | 17 | 0 | 2F | 10 | 5A | 38 | 41 |
| Octal | 245 | 327 | 163 | 27 | 0 | 57 | 20 | 132 | 70 | 101 |
| Binary | 10100101 | 11010111 | 1110011 | 10111 | 0 | 101111 | 10000 | 1011010 | 111000 | 1000001 |
Color Harmonies of #A5D773
Complementary color
Monochromatic Colors of #A5D773
Black with #A5D773
Text Example
Text Example
White with #A5D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D773; }
p { color: rgb(165,215,115); }
H1.HeaderClassName
{
color: #A5D773;
}
.AnyTagClassName
{
color: #A5D773;
}
</style>
background-color css
<style>
a { background-color: #A5D773; }
a { background-color: rgb(165,215,115); }
div.DivClassName
{
background-color: #A5D773;
}
.BgClassName
{
background-color: #A5D773;
}
</style>
border-color css
<style>
span { border-color: #A5D773; }
span { border-color: rgb(165,215,115); }
td.TdClassName
{
border-color: #A5D773;
}
.TagClassName
{
border-color: #A5D773;
}
</style>