Shades of Feijoa #A7D191
Tints of Feijoa #A7D191
RGB
CMYK
RGB Variations
Color information
#A7D191 (or 0xA7D191) is known color: Feijoa. HEX triplet: A7, D1 and 91. RGB value is (167,209,145). Sum of RGB (Red+Green+Blue) = 167+209+145=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #A7D191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D191 is #582E6E. Grayscale: #BDBDBD. Windows color (decimal): -5779055 or 9556391. OLE color: 9556391.
HSL color Cylindrical-coordinate representation of color #A7D191: hue angle of 99.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7D191 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 209 | 145 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.18 |
| HSL | 99.38º | 0.41% | 0.69% | - |
| HSV(B) | 99.38º | 0.31% | 0.82% | - |
| XYZ | 43.85 | 55.86 | 35.26 | - |
| YUV | 189.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 209 | 145 | 0.20 | 0 | 0.31 | 0.18 | 99.38 | 0.41 | 0.69 |
| Hex | A7 | D1 | 91 | 14 | 0 | 1F | 12 | 63 | 29 | 45 |
| Octal | 247 | 321 | 221 | 24 | 0 | 37 | 22 | 143 | 51 | 105 |
| Binary | 10100111 | 11010001 | 10010001 | 10100 | 0 | 11111 | 10010 | 1100011 | 101001 | 1000101 |
Color Harmonies of #A7D191
Complementary color
Monochromatic Colors of #A7D191
Black with #A7D191
Text Example
Text Example
White with #A7D191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D191; }
p { color: rgb(167,209,145); }
H1.HeaderClassName
{
color: #A7D191;
}
.AnyTagClassName
{
color: #A7D191;
}
</style>
background-color css
<style>
a { background-color: #A7D191; }
a { background-color: rgb(167,209,145); }
div.DivClassName
{
background-color: #A7D191;
}
.BgClassName
{
background-color: #A7D191;
}
</style>
border-color css
<style>
span { border-color: #A7D191; }
span { border-color: rgb(167,209,145); }
td.TdClassName
{
border-color: #A7D191;
}
.TagClassName
{
border-color: #A7D191;
}
</style>