Shades of Feijoa #A7E772
Tints of Feijoa #A7E772
RGB
CMYK
RGB Variations
Color information
#A7E772 (or 0xA7E772) is known color: Feijoa. HEX triplet: A7, E7 and 72. RGB value is (167,231,114). Sum of RGB (Red+Green+Blue) = 167+231+114=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #A7E772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7E772 is #58188D. Grayscale: #C6C6C6. Windows color (decimal): -5773454 or 7530407. OLE color: 7530407.
HSL color Cylindrical-coordinate representation of color #A7E772: hue angle of 92.82º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7E772 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 231 | 114 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.09 |
| HSL | 92.82º | 0.71% | 0.68% | - |
| HSV(B) | 92.82º | 0.51% | 0.91% | - |
| XYZ | 47.55 | 66.58 | 26.27 | - |
| YUV | 198.53 | 80.3 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 231 | 114 | 0.28 | 0 | 0.51 | 0.09 | 92.82 | 0.71 | 0.68 |
| Hex | A7 | E7 | 72 | 1C | 0 | 33 | 9 | 5D | 47 | 44 |
| Octal | 247 | 347 | 162 | 34 | 0 | 63 | 11 | 135 | 107 | 104 |
| Binary | 10100111 | 11100111 | 1110010 | 11100 | 0 | 110011 | 1001 | 1011101 | 1000111 | 1000100 |
Color Harmonies of #A7E772
Complementary color
Monochromatic Colors of #A7E772
Black with #A7E772
Text Example
Text Example
White with #A7E772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E772; }
p { color: rgb(167,231,114); }
H1.HeaderClassName
{
color: #A7E772;
}
.AnyTagClassName
{
color: #A7E772;
}
</style>
background-color css
<style>
a { background-color: #A7E772; }
a { background-color: rgb(167,231,114); }
div.DivClassName
{
background-color: #A7E772;
}
.BgClassName
{
background-color: #A7E772;
}
</style>
border-color css
<style>
span { border-color: #A7E772; }
span { border-color: rgb(167,231,114); }
td.TdClassName
{
border-color: #A7E772;
}
.TagClassName
{
border-color: #A7E772;
}
</style>