Shades of Feijoa #A7EE7A
Tints of Feijoa #A7EE7A
RGB
CMYK
RGB Variations
Color information
#A7EE7A (or 0xA7EE7A) is known color: Feijoa. HEX triplet: A7, EE and 7A. RGB value is (167,238,122). Sum of RGB (Red+Green+Blue) = 167+238+122=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #A7EE7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EE7A is #581185. Grayscale: #CBCBCB. Windows color (decimal): -5771654 or 8056487. OLE color: 8056487.
HSL color Cylindrical-coordinate representation of color #A7EE7A: hue angle of 96.72º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7EE7A is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 238 | 122 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.07 |
| HSL | 96.72º | 0.77% | 0.71% | - |
| HSV(B) | 96.72º | 0.49% | 0.93% | - |
| XYZ | 50.02 | 70.77 | 29.44 | - |
| YUV | 203.55 | 81.98 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 238 | 122 | 0.30 | 0 | 0.49 | 0.07 | 96.72 | 0.77 | 0.71 |
| Hex | A7 | EE | 7A | 1E | 0 | 31 | 7 | 61 | 4D | 47 |
| Octal | 247 | 356 | 172 | 36 | 0 | 61 | 7 | 141 | 115 | 107 |
| Binary | 10100111 | 11101110 | 1111010 | 11110 | 0 | 110001 | 111 | 1100001 | 1001101 | 1000111 |
Color Harmonies of #A7EE7A
Complementary color
Monochromatic Colors of #A7EE7A
Black with #A7EE7A
Text Example
Text Example
White with #A7EE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EE7A; }
p { color: rgb(167,238,122); }
H1.HeaderClassName
{
color: #A7EE7A;
}
.AnyTagClassName
{
color: #A7EE7A;
}
</style>
background-color css
<style>
a { background-color: #A7EE7A; }
a { background-color: rgb(167,238,122); }
div.DivClassName
{
background-color: #A7EE7A;
}
.BgClassName
{
background-color: #A7EE7A;
}
</style>
border-color css
<style>
span { border-color: #A7EE7A; }
span { border-color: rgb(167,238,122); }
td.TdClassName
{
border-color: #A7EE7A;
}
.TagClassName
{
border-color: #A7EE7A;
}
</style>