Shades of Feijoa #A7E07A
Tints of Feijoa #A7E07A
RGB
CMYK
RGB Variations
Color information
#A7E07A (or 0xA7E07A) is known color: Feijoa. HEX triplet: A7, E0 and 7A. RGB value is (167,224,122). Sum of RGB (Red+Green+Blue) = 167+224+122=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E07A is #581F85. Grayscale: #C3C3C3. Windows color (decimal): -5775238 or 8052903. OLE color: 8052903.
HSL color Cylindrical-coordinate representation of color #A7E07A: hue angle of 93.53º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7E07A is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 224 | 122 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.12 |
| HSL | 93.53º | 0.62% | 0.68% | - |
| HSV(B) | 93.53º | 0.46% | 0.88% | - |
| XYZ | 46.1 | 62.93 | 28.13 | - |
| YUV | 195.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 122 | 0.25 | 0 | 0.46 | 0.12 | 93.53 | 0.62 | 0.68 |
| Hex | A7 | E0 | 7A | 19 | 0 | 2E | C | 5E | 3E | 44 |
| Octal | 247 | 340 | 172 | 31 | 0 | 56 | 14 | 136 | 76 | 104 |
| Binary | 10100111 | 11100000 | 1111010 | 11001 | 0 | 101110 | 1100 | 1011110 | 111110 | 1000100 |
Color Harmonies of #A7E07A
Complementary color
Monochromatic Colors of #A7E07A
Black with #A7E07A
Text Example
Text Example
White with #A7E07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E07A; }
p { color: rgb(167,224,122); }
H1.HeaderClassName
{
color: #A7E07A;
}
.AnyTagClassName
{
color: #A7E07A;
}
</style>
background-color css
<style>
a { background-color: #A7E07A; }
a { background-color: rgb(167,224,122); }
div.DivClassName
{
background-color: #A7E07A;
}
.BgClassName
{
background-color: #A7E07A;
}
</style>
border-color css
<style>
span { border-color: #A7E07A; }
span { border-color: rgb(167,224,122); }
td.TdClassName
{
border-color: #A7E07A;
}
.TagClassName
{
border-color: #A7E07A;
}
</style>