Shades of Feijoa #A7D290
Tints of Feijoa #A7D290
RGB
CMYK
RGB Variations
Color information
#A7D290 (or 0xA7D290) is known color: Feijoa. HEX triplet: A7, D2 and 90. RGB value is (167,210,144). Sum of RGB (Red+Green+Blue) = 167+210+144=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D290 is #582D6F. Grayscale: #BDBDBD. Windows color (decimal): -5778800 or 9491111. OLE color: 9491111.
HSL color Cylindrical-coordinate representation of color #A7D290: hue angle of 99.09º degrees, saturation: 0.42, 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 #A7D290 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 210 | 144 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.18 |
| HSL | 99.09º | 0.42% | 0.69% | - |
| HSV(B) | 99.09º | 0.31% | 0.82% | - |
| XYZ | 44.02 | 56.32 | 34.94 | - |
| YUV | 189.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 210 | 144 | 0.20 | 0 | 0.31 | 0.18 | 99.09 | 0.42 | 0.69 |
| Hex | A7 | D2 | 90 | 14 | 0 | 1F | 12 | 63 | 2A | 45 |
| Octal | 247 | 322 | 220 | 24 | 0 | 37 | 22 | 143 | 52 | 105 |
| Binary | 10100111 | 11010010 | 10010000 | 10100 | 0 | 11111 | 10010 | 1100011 | 101010 | 1000101 |
Color Harmonies of #A7D290
Complementary color
Monochromatic Colors of #A7D290
Black with #A7D290
Text Example
Text Example
White with #A7D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D290; }
p { color: rgb(167,210,144); }
H1.HeaderClassName
{
color: #A7D290;
}
.AnyTagClassName
{
color: #A7D290;
}
</style>
background-color css
<style>
a { background-color: #A7D290; }
a { background-color: rgb(167,210,144); }
div.DivClassName
{
background-color: #A7D290;
}
.BgClassName
{
background-color: #A7D290;
}
</style>
border-color css
<style>
span { border-color: #A7D290; }
span { border-color: rgb(167,210,144); }
td.TdClassName
{
border-color: #A7D290;
}
.TagClassName
{
border-color: #A7D290;
}
</style>