Shades of Feijoa #A7D77A
Tints of Feijoa #A7D77A
RGB
CMYK
RGB Variations
Color information
#A7D77A (or 0xA7D77A) is known color: Feijoa. HEX triplet: A7, D7 and 7A. RGB value is (167,215,122). Sum of RGB (Red+Green+Blue) = 167+215+122=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D77A is #582885. Grayscale: #BEBEBE. Windows color (decimal): -5777542 or 8050599. OLE color: 8050599.
HSL color Cylindrical-coordinate representation of color #A7D77A: hue angle of 90.97º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7D77A is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 215 | 122 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.16 |
| HSL | 90.97º | 0.54% | 0.66% | - |
| HSV(B) | 90.97º | 0.43% | 0.84% | - |
| XYZ | 43.75 | 58.22 | 27.34 | - |
| YUV | 190.05 | 89.6 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 215 | 122 | 0.22 | 0 | 0.43 | 0.16 | 90.97 | 0.54 | 0.66 |
| Hex | A7 | D7 | 7A | 16 | 0 | 2B | 10 | 5B | 36 | 42 |
| Octal | 247 | 327 | 172 | 26 | 0 | 53 | 20 | 133 | 66 | 102 |
| Binary | 10100111 | 11010111 | 1111010 | 10110 | 0 | 101011 | 10000 | 1011011 | 110110 | 1000010 |
Color Harmonies of #A7D77A
Complementary color
Monochromatic Colors of #A7D77A
Black with #A7D77A
Text Example
Text Example
White with #A7D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D77A; }
p { color: rgb(167,215,122); }
H1.HeaderClassName
{
color: #A7D77A;
}
.AnyTagClassName
{
color: #A7D77A;
}
</style>
background-color css
<style>
a { background-color: #A7D77A; }
a { background-color: rgb(167,215,122); }
div.DivClassName
{
background-color: #A7D77A;
}
.BgClassName
{
background-color: #A7D77A;
}
</style>
border-color css
<style>
span { border-color: #A7D77A; }
span { border-color: rgb(167,215,122); }
td.TdClassName
{
border-color: #A7D77A;
}
.TagClassName
{
border-color: #A7D77A;
}
</style>