Shades of Feijoa #A5DA91
Tints of Feijoa #A5DA91
RGB
CMYK
RGB Variations
Color information
#A5DA91 (or 0xA5DA91) is known color: Feijoa. HEX triplet: A5, DA and 91. RGB value is (165,218,145). Sum of RGB (Red+Green+Blue) = 165+218+145=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DA91 is #5A256E. Grayscale: #C2C2C2. Windows color (decimal): -5907823 or 9558693. OLE color: 9558693.
HSL color Cylindrical-coordinate representation of color #A5DA91: hue angle of 103.56º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5DA91 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 145 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.15 |
| HSL | 103.56º | 0.5% | 0.71% | - |
| HSV(B) | 103.56º | 0.33% | 0.85% | - |
| XYZ | 45.7 | 60.19 | 36 | - |
| YUV | 193.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 145 | 0.24 | 0 | 0.33 | 0.15 | 103.56 | 0.5 | 0.71 |
| Hex | A5 | DA | 91 | 18 | 0 | 21 | F | 68 | 32 | 47 |
| Octal | 245 | 332 | 221 | 30 | 0 | 41 | 17 | 150 | 62 | 107 |
| Binary | 10100101 | 11011010 | 10010001 | 11000 | 0 | 100001 | 1111 | 1101000 | 110010 | 1000111 |
Color Harmonies of #A5DA91
Complementary color
Monochromatic Colors of #A5DA91
Black with #A5DA91
Text Example
Text Example
White with #A5DA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DA91; }
p { color: rgb(165,218,145); }
H1.HeaderClassName
{
color: #A5DA91;
}
.AnyTagClassName
{
color: #A5DA91;
}
</style>
background-color css
<style>
a { background-color: #A5DA91; }
a { background-color: rgb(165,218,145); }
div.DivClassName
{
background-color: #A5DA91;
}
.BgClassName
{
background-color: #A5DA91;
}
</style>
border-color css
<style>
span { border-color: #A5DA91; }
span { border-color: rgb(165,218,145); }
td.TdClassName
{
border-color: #A5DA91;
}
.TagClassName
{
border-color: #A5DA91;
}
</style>