Shades of Feijoa #A8D97F
Tints of Feijoa #A8D97F
RGB
CMYK
RGB Variations
Color information
#A8D97F (or 0xA8D97F) is known color: Feijoa. HEX triplet: A8, D9 and 7F. RGB value is (168,217,127). Sum of RGB (Red+Green+Blue) = 168+217+127=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D97F is #572680. Grayscale: #C0C0C0. Windows color (decimal): -5711489 or 8378792. OLE color: 8378792.
HSL color Cylindrical-coordinate representation of color #A8D97F: hue angle of 92.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8D97F is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 127 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.15 |
| HSL | 92.67º | 0.54% | 0.67% | - |
| HSV(B) | 92.67º | 0.41% | 0.85% | - |
| XYZ | 44.79 | 59.48 | 29.2 | - |
| YUV | 192.09 | 91.27 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 127 | 0.23 | 0 | 0.41 | 0.15 | 92.67 | 0.54 | 0.67 |
| Hex | A8 | D9 | 7F | 17 | 0 | 29 | F | 5D | 36 | 43 |
| Octal | 250 | 331 | 177 | 27 | 0 | 51 | 17 | 135 | 66 | 103 |
| Binary | 10101000 | 11011001 | 1111111 | 10111 | 0 | 101001 | 1111 | 1011101 | 110110 | 1000011 |
Color Harmonies of #A8D97F
Complementary color
Monochromatic Colors of #A8D97F
Black with #A8D97F
Text Example
Text Example
White with #A8D97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D97F; }
p { color: rgb(168,217,127); }
H1.HeaderClassName
{
color: #A8D97F;
}
.AnyTagClassName
{
color: #A8D97F;
}
</style>
background-color css
<style>
a { background-color: #A8D97F; }
a { background-color: rgb(168,217,127); }
div.DivClassName
{
background-color: #A8D97F;
}
.BgClassName
{
background-color: #A8D97F;
}
</style>
border-color css
<style>
span { border-color: #A8D97F; }
span { border-color: rgb(168,217,127); }
td.TdClassName
{
border-color: #A8D97F;
}
.TagClassName
{
border-color: #A8D97F;
}
</style>