Shades of Feijoa #A7E96A
Tints of Feijoa #A7E96A
RGB
CMYK
RGB Variations
Color information
#A7E96A (or 0xA7E96A) is known color: Feijoa. HEX triplet: A7, E9 and 6A. RGB value is (167,233,106). Sum of RGB (Red+Green+Blue) = 167+233+106=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #A7E96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7E96A is #581695. Grayscale: #C7C7C7. Windows color (decimal): -5772950 or 7006631. OLE color: 7006631.
HSL color Cylindrical-coordinate representation of color #A7E96A: hue angle of 91.18º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7E96A is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 233 | 106 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.09 |
| HSL | 91.18º | 0.74% | 0.66% | - |
| HSV(B) | 91.18º | 0.55% | 0.91% | - |
| XYZ | 47.68 | 67.53 | 24.16 | - |
| YUV | 198.79 | 75.63 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 233 | 106 | 0.28 | 0 | 0.55 | 0.09 | 91.18 | 0.74 | 0.66 |
| Hex | A7 | E9 | 6A | 1C | 0 | 37 | 9 | 5B | 4A | 42 |
| Octal | 247 | 351 | 152 | 34 | 0 | 67 | 11 | 133 | 112 | 102 |
| Binary | 10100111 | 11101001 | 1101010 | 11100 | 0 | 110111 | 1001 | 1011011 | 1001010 | 1000010 |
Color Harmonies of #A7E96A
Complementary color
Monochromatic Colors of #A7E96A
Black with #A7E96A
Text Example
Text Example
White with #A7E96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E96A; }
p { color: rgb(167,233,106); }
H1.HeaderClassName
{
color: #A7E96A;
}
.AnyTagClassName
{
color: #A7E96A;
}
</style>
background-color css
<style>
a { background-color: #A7E96A; }
a { background-color: rgb(167,233,106); }
div.DivClassName
{
background-color: #A7E96A;
}
.BgClassName
{
background-color: #A7E96A;
}
</style>
border-color css
<style>
span { border-color: #A7E96A; }
span { border-color: rgb(167,233,106); }
td.TdClassName
{
border-color: #A7E96A;
}
.TagClassName
{
border-color: #A7E96A;
}
</style>