Shades of Feijoa #A8D77A
Tints of Feijoa #A8D77A
RGB
CMYK
RGB Variations
Color information
#A8D77A (or 0xA8D77A) is known color: Feijoa. HEX triplet: A8, D7 and 7A. RGB value is (168,215,122). Sum of RGB (Red+Green+Blue) = 168+215+122=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D77A is #572885. Grayscale: #BEBEBE. Windows color (decimal): -5712006 or 8050600. OLE color: 8050600.
HSL color Cylindrical-coordinate representation of color #A8D77A: hue angle of 90.32º 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 #A8D77A is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 122 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.16 |
| HSL | 90.32º | 0.54% | 0.66% | - |
| HSV(B) | 90.32º | 0.43% | 0.84% | - |
| XYZ | 43.96 | 58.33 | 27.35 | - |
| YUV | 190.35 | 89.43 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 122 | 0.22 | 0 | 0.43 | 0.16 | 90.32 | 0.54 | 0.66 |
| Hex | A8 | D7 | 7A | 16 | 0 | 2B | 10 | 5A | 36 | 42 |
| Octal | 250 | 327 | 172 | 26 | 0 | 53 | 20 | 132 | 66 | 102 |
| Binary | 10101000 | 11010111 | 1111010 | 10110 | 0 | 101011 | 10000 | 1011010 | 110110 | 1000010 |
Color Harmonies of #A8D77A
Complementary color
Monochromatic Colors of #A8D77A
Black with #A8D77A
Text Example
Text Example
White with #A8D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D77A; }
p { color: rgb(168,215,122); }
H1.HeaderClassName
{
color: #A8D77A;
}
.AnyTagClassName
{
color: #A8D77A;
}
</style>
background-color css
<style>
a { background-color: #A8D77A; }
a { background-color: rgb(168,215,122); }
div.DivClassName
{
background-color: #A8D77A;
}
.BgClassName
{
background-color: #A8D77A;
}
</style>
border-color css
<style>
span { border-color: #A8D77A; }
span { border-color: rgb(168,215,122); }
td.TdClassName
{
border-color: #A8D77A;
}
.TagClassName
{
border-color: #A8D77A;
}
</style>