Shades of Feijoa #A4D77E
Tints of Feijoa #A4D77E
RGB
CMYK
RGB Variations
Color information
#A4D77E (or 0xA4D77E) is known color: Feijoa. HEX triplet: A4, D7 and 7E. RGB value is (164,215,126). Sum of RGB (Red+Green+Blue) = 164+215+126=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D77E is #5B2881. Grayscale: #BDBDBD. Windows color (decimal): -5974146 or 8312740. OLE color: 8312740.
HSL color Cylindrical-coordinate representation of color #A4D77E: hue angle of 94.38º 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 #A4D77E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 126 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.16 |
| HSL | 94.38º | 0.53% | 0.67% | - |
| HSV(B) | 94.38º | 0.41% | 0.84% | - |
| XYZ | 43.38 | 58 | 28.65 | - |
| YUV | 189.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 126 | 0.24 | 0 | 0.41 | 0.16 | 94.38 | 0.53 | 0.67 |
| Hex | A4 | D7 | 7E | 18 | 0 | 29 | 10 | 5E | 35 | 43 |
| Octal | 244 | 327 | 176 | 30 | 0 | 51 | 20 | 136 | 65 | 103 |
| Binary | 10100100 | 11010111 | 1111110 | 11000 | 0 | 101001 | 10000 | 1011110 | 110101 | 1000011 |
Color Harmonies of #A4D77E
Complementary color
Monochromatic Colors of #A4D77E
Black with #A4D77E
Text Example
Text Example
White with #A4D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D77E; }
p { color: rgb(164,215,126); }
H1.HeaderClassName
{
color: #A4D77E;
}
.AnyTagClassName
{
color: #A4D77E;
}
</style>
background-color css
<style>
a { background-color: #A4D77E; }
a { background-color: rgb(164,215,126); }
div.DivClassName
{
background-color: #A4D77E;
}
.BgClassName
{
background-color: #A4D77E;
}
</style>
border-color css
<style>
span { border-color: #A4D77E; }
span { border-color: rgb(164,215,126); }
td.TdClassName
{
border-color: #A4D77E;
}
.TagClassName
{
border-color: #A4D77E;
}
</style>