Shades of Feijoa #A7EF84
Tints of Feijoa #A7EF84
RGB
CMYK
RGB Variations
Color information
#A7EF84 (or 0xA7EF84) is known color: Feijoa. HEX triplet: A7, EF and 84. RGB value is (167,239,132). Sum of RGB (Red+Green+Blue) = 167+239+132=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7EF84 is #58107B. Grayscale: #CDCDCD. Windows color (decimal): -5771388 or 8712103. OLE color: 8712103.
HSL color Cylindrical-coordinate representation of color #A7EF84: hue angle of 100.37º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7EF84 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 239 | 132 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.06 |
| HSL | 100.37º | 0.77% | 0.73% | - |
| HSV(B) | 100.37º | 0.45% | 0.94% | - |
| XYZ | 50.97 | 71.61 | 32.97 | - |
| YUV | 205.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 239 | 132 | 0.30 | 0 | 0.45 | 0.06 | 100.37 | 0.77 | 0.73 |
| Hex | A7 | EF | 84 | 1E | 0 | 2D | 6 | 64 | 4D | 49 |
| Octal | 247 | 357 | 204 | 36 | 0 | 55 | 6 | 144 | 115 | 111 |
| Binary | 10100111 | 11101111 | 10000100 | 11110 | 0 | 101101 | 110 | 1100100 | 1001101 | 1001001 |
Color Harmonies of #A7EF84
Complementary color
Monochromatic Colors of #A7EF84
Black with #A7EF84
Text Example
Text Example
White with #A7EF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EF84; }
p { color: rgb(167,239,132); }
H1.HeaderClassName
{
color: #A7EF84;
}
.AnyTagClassName
{
color: #A7EF84;
}
</style>
background-color css
<style>
a { background-color: #A7EF84; }
a { background-color: rgb(167,239,132); }
div.DivClassName
{
background-color: #A7EF84;
}
.BgClassName
{
background-color: #A7EF84;
}
</style>
border-color css
<style>
span { border-color: #A7EF84; }
span { border-color: rgb(167,239,132); }
td.TdClassName
{
border-color: #A7EF84;
}
.TagClassName
{
border-color: #A7EF84;
}
</style>