Shades of Feijoa #A7E96C
Tints of Feijoa #A7E96C
RGB
CMYK
RGB Variations
Color information
#A7E96C (or 0xA7E96C) is known color: Feijoa. HEX triplet: A7, E9 and 6C. RGB value is (167,233,108). Sum of RGB (Red+Green+Blue) = 167+233+108=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #A7E96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7E96C is #581693. Grayscale: #C7C7C7. Windows color (decimal): -5772948 or 7137703. OLE color: 7137703.
HSL color Cylindrical-coordinate representation of color #A7E96C: hue angle of 91.68º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7E96C is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 233 | 108 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.09 |
| HSL | 91.68º | 0.74% | 0.67% | - |
| HSV(B) | 91.68º | 0.54% | 0.91% | - |
| XYZ | 47.78 | 67.58 | 24.71 | - |
| YUV | 199.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 233 | 108 | 0.28 | 0 | 0.54 | 0.09 | 91.68 | 0.74 | 0.67 |
| Hex | A7 | E9 | 6C | 1C | 0 | 36 | 9 | 5C | 4A | 43 |
| Octal | 247 | 351 | 154 | 34 | 0 | 66 | 11 | 134 | 112 | 103 |
| Binary | 10100111 | 11101001 | 1101100 | 11100 | 0 | 110110 | 1001 | 1011100 | 1001010 | 1000011 |
Color Harmonies of #A7E96C
Complementary color
Monochromatic Colors of #A7E96C
Black with #A7E96C
Text Example
Text Example
White with #A7E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E96C; }
p { color: rgb(167,233,108); }
H1.HeaderClassName
{
color: #A7E96C;
}
.AnyTagClassName
{
color: #A7E96C;
}
</style>
background-color css
<style>
a { background-color: #A7E96C; }
a { background-color: rgb(167,233,108); }
div.DivClassName
{
background-color: #A7E96C;
}
.BgClassName
{
background-color: #A7E96C;
}
</style>
border-color css
<style>
span { border-color: #A7E96C; }
span { border-color: rgb(167,233,108); }
td.TdClassName
{
border-color: #A7E96C;
}
.TagClassName
{
border-color: #A7E96C;
}
</style>