Shades of Feijoa #A8D77C
Tints of Feijoa #A8D77C
RGB
CMYK
RGB Variations
Color information
#A8D77C (or 0xA8D77C) is known color: Feijoa. HEX triplet: A8, D7 and 7C. RGB value is (168,215,124). Sum of RGB (Red+Green+Blue) = 168+215+124=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D77C is #572883. Grayscale: #BEBEBE. Windows color (decimal): -5712004 or 8181672. OLE color: 8181672.
HSL color Cylindrical-coordinate representation of color #A8D77C: hue angle of 90.99º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8D77C is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 124 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.16 |
| HSL | 90.99º | 0.53% | 0.66% | - |
| HSV(B) | 90.99º | 0.42% | 0.84% | - |
| XYZ | 44.09 | 58.38 | 28.01 | - |
| YUV | 190.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 124 | 0.22 | 0 | 0.42 | 0.16 | 90.99 | 0.53 | 0.66 |
| Hex | A8 | D7 | 7C | 16 | 0 | 2A | 10 | 5B | 35 | 42 |
| Octal | 250 | 327 | 174 | 26 | 0 | 52 | 20 | 133 | 65 | 102 |
| Binary | 10101000 | 11010111 | 1111100 | 10110 | 0 | 101010 | 10000 | 1011011 | 110101 | 1000010 |
Color Harmonies of #A8D77C
Complementary color
Monochromatic Colors of #A8D77C
Black with #A8D77C
Text Example
Text Example
White with #A8D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D77C; }
p { color: rgb(168,215,124); }
H1.HeaderClassName
{
color: #A8D77C;
}
.AnyTagClassName
{
color: #A8D77C;
}
</style>
background-color css
<style>
a { background-color: #A8D77C; }
a { background-color: rgb(168,215,124); }
div.DivClassName
{
background-color: #A8D77C;
}
.BgClassName
{
background-color: #A8D77C;
}
</style>
border-color css
<style>
span { border-color: #A8D77C; }
span { border-color: rgb(168,215,124); }
td.TdClassName
{
border-color: #A8D77C;
}
.TagClassName
{
border-color: #A8D77C;
}
</style>