Shades of Feijoa #A7D594
Tints of Feijoa #A7D594
RGB
CMYK
RGB Variations
Color information
#A7D594 (or 0xA7D594) is known color: Feijoa. HEX triplet: A7, D5 and 94. RGB value is (167,213,148). Sum of RGB (Red+Green+Blue) = 167+213+148=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D594 is #582A6B. Grayscale: #C0C0C0. Windows color (decimal): -5778028 or 9754023. OLE color: 9754023.
HSL color Cylindrical-coordinate representation of color #A7D594: hue angle of 102.46º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7D594 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 148 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.16 |
| HSL | 102.46º | 0.44% | 0.71% | - |
| HSV(B) | 102.46º | 0.31% | 0.84% | - |
| XYZ | 45.08 | 57.94 | 36.83 | - |
| YUV | 191.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 148 | 0.22 | 0 | 0.31 | 0.16 | 102.46 | 0.44 | 0.71 |
| Hex | A7 | D5 | 94 | 16 | 0 | 1F | 10 | 66 | 2C | 47 |
| Octal | 247 | 325 | 224 | 26 | 0 | 37 | 20 | 146 | 54 | 107 |
| Binary | 10100111 | 11010101 | 10010100 | 10110 | 0 | 11111 | 10000 | 1100110 | 101100 | 1000111 |
Color Harmonies of #A7D594
Complementary color
Monochromatic Colors of #A7D594
Black with #A7D594
Text Example
Text Example
White with #A7D594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D594; }
p { color: rgb(167,213,148); }
H1.HeaderClassName
{
color: #A7D594;
}
.AnyTagClassName
{
color: #A7D594;
}
</style>
background-color css
<style>
a { background-color: #A7D594; }
a { background-color: rgb(167,213,148); }
div.DivClassName
{
background-color: #A7D594;
}
.BgClassName
{
background-color: #A7D594;
}
</style>
border-color css
<style>
span { border-color: #A7D594; }
span { border-color: rgb(167,213,148); }
td.TdClassName
{
border-color: #A7D594;
}
.TagClassName
{
border-color: #A7D594;
}
</style>