Shades of Feijoa #A7E96D
Tints of Feijoa #A7E96D
RGB
CMYK
RGB Variations
Color information
#A7E96D (or 0xA7E96D) is known color: Feijoa. HEX triplet: A7, E9 and 6D. RGB value is (167,233,109). Sum of RGB (Red+Green+Blue) = 167+233+109=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #A7E96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7E96D is #581692. Grayscale: #C7C7C7. Windows color (decimal): -5772947 or 7203239. OLE color: 7203239.
HSL color Cylindrical-coordinate representation of color #A7E96D: hue angle of 91.94º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7E96D is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 233 | 109 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.09 |
| HSL | 91.94º | 0.74% | 0.67% | - |
| HSV(B) | 91.94º | 0.53% | 0.91% | - |
| XYZ | 47.84 | 67.6 | 24.99 | - |
| YUV | 199.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 233 | 109 | 0.28 | 0 | 0.53 | 0.09 | 91.94 | 0.74 | 0.67 |
| Hex | A7 | E9 | 6D | 1C | 0 | 35 | 9 | 5C | 4A | 43 |
| Octal | 247 | 351 | 155 | 34 | 0 | 65 | 11 | 134 | 112 | 103 |
| Binary | 10100111 | 11101001 | 1101101 | 11100 | 0 | 110101 | 1001 | 1011100 | 1001010 | 1000011 |
Color Harmonies of #A7E96D
Complementary color
Monochromatic Colors of #A7E96D
Black with #A7E96D
Text Example
Text Example
White with #A7E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E96D; }
p { color: rgb(167,233,109); }
H1.HeaderClassName
{
color: #A7E96D;
}
.AnyTagClassName
{
color: #A7E96D;
}
</style>
background-color css
<style>
a { background-color: #A7E96D; }
a { background-color: rgb(167,233,109); }
div.DivClassName
{
background-color: #A7E96D;
}
.BgClassName
{
background-color: #A7E96D;
}
</style>
border-color css
<style>
span { border-color: #A7E96D; }
span { border-color: rgb(167,233,109); }
td.TdClassName
{
border-color: #A7E96D;
}
.TagClassName
{
border-color: #A7E96D;
}
</style>