Shades of Feijoa #A8D97A
Tints of Feijoa #A8D97A
RGB
CMYK
RGB Variations
Color information
#A8D97A (or 0xA8D97A) is known color: Feijoa. HEX triplet: A8, D9 and 7A. RGB value is (168,217,122). Sum of RGB (Red+Green+Blue) = 168+217+122=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D97A is #572685. Grayscale: #BFBFBF. Windows color (decimal): -5711494 or 8051112. OLE color: 8051112.
HSL color Cylindrical-coordinate representation of color #A8D97A: hue angle of 90.95º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8D97A is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 122 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.15 |
| HSL | 90.95º | 0.56% | 0.66% | - |
| HSV(B) | 90.95º | 0.44% | 0.85% | - |
| XYZ | 44.47 | 59.36 | 27.53 | - |
| YUV | 191.52 | 88.77 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 122 | 0.23 | 0 | 0.44 | 0.15 | 90.95 | 0.56 | 0.66 |
| Hex | A8 | D9 | 7A | 17 | 0 | 2C | F | 5B | 38 | 42 |
| Octal | 250 | 331 | 172 | 27 | 0 | 54 | 17 | 133 | 70 | 102 |
| Binary | 10101000 | 11011001 | 1111010 | 10111 | 0 | 101100 | 1111 | 1011011 | 111000 | 1000010 |
Color Harmonies of #A8D97A
Complementary color
Monochromatic Colors of #A8D97A
Black with #A8D97A
Text Example
Text Example
White with #A8D97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D97A; }
p { color: rgb(168,217,122); }
H1.HeaderClassName
{
color: #A8D97A;
}
.AnyTagClassName
{
color: #A8D97A;
}
</style>
background-color css
<style>
a { background-color: #A8D97A; }
a { background-color: rgb(168,217,122); }
div.DivClassName
{
background-color: #A8D97A;
}
.BgClassName
{
background-color: #A8D97A;
}
</style>
border-color css
<style>
span { border-color: #A8D97A; }
span { border-color: rgb(168,217,122); }
td.TdClassName
{
border-color: #A8D97A;
}
.TagClassName
{
border-color: #A8D97A;
}
</style>