Shades of Feijoa #A7D77E
Tints of Feijoa #A7D77E
RGB
CMYK
RGB Variations
Color information
#A7D77E (or 0xA7D77E) is known color: Feijoa. HEX triplet: A7, D7 and 7E. RGB value is (167,215,126). Sum of RGB (Red+Green+Blue) = 167+215+126=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D77E is #582881. Grayscale: #BEBEBE. Windows color (decimal): -5777538 or 8312743. OLE color: 8312743.
HSL color Cylindrical-coordinate representation of color #A7D77E: hue angle of 92.36º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7D77E is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 215 | 126 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.16 |
| HSL | 92.36º | 0.53% | 0.67% | - |
| HSV(B) | 92.36º | 0.41% | 0.84% | - |
| XYZ | 44 | 58.32 | 28.68 | - |
| YUV | 190.5 | 91.6 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 215 | 126 | 0.22 | 0 | 0.41 | 0.16 | 92.36 | 0.53 | 0.67 |
| Hex | A7 | D7 | 7E | 16 | 0 | 29 | 10 | 5C | 35 | 43 |
| Octal | 247 | 327 | 176 | 26 | 0 | 51 | 20 | 134 | 65 | 103 |
| Binary | 10100111 | 11010111 | 1111110 | 10110 | 0 | 101001 | 10000 | 1011100 | 110101 | 1000011 |
Color Harmonies of #A7D77E
Complementary color
Monochromatic Colors of #A7D77E
Black with #A7D77E
Text Example
Text Example
White with #A7D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D77E; }
p { color: rgb(167,215,126); }
H1.HeaderClassName
{
color: #A7D77E;
}
.AnyTagClassName
{
color: #A7D77E;
}
</style>
background-color css
<style>
a { background-color: #A7D77E; }
a { background-color: rgb(167,215,126); }
div.DivClassName
{
background-color: #A7D77E;
}
.BgClassName
{
background-color: #A7D77E;
}
</style>
border-color css
<style>
span { border-color: #A7D77E; }
span { border-color: rgb(167,215,126); }
td.TdClassName
{
border-color: #A7D77E;
}
.TagClassName
{
border-color: #A7D77E;
}
</style>