Shades of Feijoa #A7E684
Tints of Feijoa #A7E684
RGB
CMYK
RGB Variations
Color information
#A7E684 (or 0xA7E684) is known color: Feijoa. HEX triplet: A7, E6 and 84. RGB value is (167,230,132). Sum of RGB (Red+Green+Blue) = 167+230+132=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #A7E684 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7E684 is #58197B. Grayscale: #C8C8C8. Windows color (decimal): -5773692 or 8709799. OLE color: 8709799.
HSL color Cylindrical-coordinate representation of color #A7E684: hue angle of 98.57º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7E684 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 230 | 132 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.10 |
| HSL | 98.57º | 0.66% | 0.71% | - |
| HSV(B) | 98.57º | 0.43% | 0.9% | - |
| XYZ | 48.4 | 66.48 | 32.11 | - |
| YUV | 199.99 | 89.63 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 230 | 132 | 0.27 | 0 | 0.43 | 0.10 | 98.57 | 0.66 | 0.71 |
| Hex | A7 | E6 | 84 | 1B | 0 | 2B | A | 63 | 42 | 47 |
| Octal | 247 | 346 | 204 | 33 | 0 | 53 | 12 | 143 | 102 | 107 |
| Binary | 10100111 | 11100110 | 10000100 | 11011 | 0 | 101011 | 1010 | 1100011 | 1000010 | 1000111 |
Color Harmonies of #A7E684
Complementary color
Monochromatic Colors of #A7E684
Black with #A7E684
Text Example
Text Example
White with #A7E684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E684; }
p { color: rgb(167,230,132); }
H1.HeaderClassName
{
color: #A7E684;
}
.AnyTagClassName
{
color: #A7E684;
}
</style>
background-color css
<style>
a { background-color: #A7E684; }
a { background-color: rgb(167,230,132); }
div.DivClassName
{
background-color: #A7E684;
}
.BgClassName
{
background-color: #A7E684;
}
</style>
border-color css
<style>
span { border-color: #A7E684; }
span { border-color: rgb(167,230,132); }
td.TdClassName
{
border-color: #A7E684;
}
.TagClassName
{
border-color: #A7E684;
}
</style>