Shades of Feijoa #A8D96E
Tints of Feijoa #A8D96E
RGB
CMYK
RGB Variations
Color information
#A8D96E (or 0xA8D96E) is known color: Feijoa. HEX triplet: A8, D9 and 6E. RGB value is (168,217,110). Sum of RGB (Red+Green+Blue) = 168+217+110=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D96E is #572691. Grayscale: #BEBEBE. Windows color (decimal): -5711506 or 7264680. OLE color: 7264680.
HSL color Cylindrical-coordinate representation of color #A8D96E: hue angle of 87.48º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8D96E is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 110 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.15 |
| HSL | 87.48º | 0.58% | 0.64% | - |
| HSV(B) | 87.48º | 0.49% | 0.85% | - |
| XYZ | 43.78 | 59.08 | 23.85 | - |
| YUV | 190.15 | 82.77 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 110 | 0.23 | 0 | 0.49 | 0.15 | 87.48 | 0.58 | 0.64 |
| Hex | A8 | D9 | 6E | 17 | 0 | 31 | F | 57 | 3A | 40 |
| Octal | 250 | 331 | 156 | 27 | 0 | 61 | 17 | 127 | 72 | 100 |
| Binary | 10101000 | 11011001 | 1101110 | 10111 | 0 | 110001 | 1111 | 1010111 | 111010 | 1000000 |
Color Harmonies of #A8D96E
Complementary color
Monochromatic Colors of #A8D96E
Black with #A8D96E
Text Example
Text Example
White with #A8D96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D96E; }
p { color: rgb(168,217,110); }
H1.HeaderClassName
{
color: #A8D96E;
}
.AnyTagClassName
{
color: #A8D96E;
}
</style>
background-color css
<style>
a { background-color: #A8D96E; }
a { background-color: rgb(168,217,110); }
div.DivClassName
{
background-color: #A8D96E;
}
.BgClassName
{
background-color: #A8D96E;
}
</style>
border-color css
<style>
span { border-color: #A8D96E; }
span { border-color: rgb(168,217,110); }
td.TdClassName
{
border-color: #A8D96E;
}
.TagClassName
{
border-color: #A8D96E;
}
</style>