Shades of Feijoa #A8D772
Tints of Feijoa #A8D772
RGB
CMYK
RGB Variations
Color information
#A8D772 (or 0xA8D772) is known color: Feijoa. HEX triplet: A8, D7 and 72. RGB value is (168,215,114). Sum of RGB (Red+Green+Blue) = 168+215+114=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D772 is #57288D. Grayscale: #BDBDBD. Windows color (decimal): -5712014 or 7526312. OLE color: 7526312.
HSL color Cylindrical-coordinate representation of color #A8D772: hue angle of 87.92º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8D772 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 114 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.16 |
| HSL | 87.92º | 0.56% | 0.65% | - |
| HSV(B) | 87.92º | 0.47% | 0.84% | - |
| XYZ | 43.49 | 58.14 | 24.85 | - |
| YUV | 189.43 | 85.43 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 114 | 0.22 | 0 | 0.47 | 0.16 | 87.92 | 0.56 | 0.65 |
| Hex | A8 | D7 | 72 | 16 | 0 | 2F | 10 | 58 | 38 | 41 |
| Octal | 250 | 327 | 162 | 26 | 0 | 57 | 20 | 130 | 70 | 101 |
| Binary | 10101000 | 11010111 | 1110010 | 10110 | 0 | 101111 | 10000 | 1011000 | 111000 | 1000001 |
Color Harmonies of #A8D772
Complementary color
Monochromatic Colors of #A8D772
Black with #A8D772
Text Example
Text Example
White with #A8D772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D772; }
p { color: rgb(168,215,114); }
H1.HeaderClassName
{
color: #A8D772;
}
.AnyTagClassName
{
color: #A8D772;
}
</style>
background-color css
<style>
a { background-color: #A8D772; }
a { background-color: rgb(168,215,114); }
div.DivClassName
{
background-color: #A8D772;
}
.BgClassName
{
background-color: #A8D772;
}
</style>
border-color css
<style>
span { border-color: #A8D772; }
span { border-color: rgb(168,215,114); }
td.TdClassName
{
border-color: #A8D772;
}
.TagClassName
{
border-color: #A8D772;
}
</style>