Shades of Feijoa #A7EA84
Tints of Feijoa #A7EA84
RGB
CMYK
RGB Variations
Color information
#A7EA84 (or 0xA7EA84) is known color: Feijoa. HEX triplet: A7, EA and 84. RGB value is (167,234,132). Sum of RGB (Red+Green+Blue) = 167+234+132=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7EA84 is #58157B. Grayscale: #CACACA. Windows color (decimal): -5772668 or 8710823. OLE color: 8710823.
HSL color Cylindrical-coordinate representation of color #A7EA84: hue angle of 99.41º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7EA84 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 132 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.08 |
| HSL | 99.41º | 0.71% | 0.72% | - |
| HSV(B) | 99.41º | 0.44% | 0.92% | - |
| XYZ | 49.52 | 68.73 | 32.49 | - |
| YUV | 202.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 132 | 0.29 | 0 | 0.44 | 0.08 | 99.41 | 0.71 | 0.72 |
| Hex | A7 | EA | 84 | 1D | 0 | 2C | 8 | 63 | 47 | 48 |
| Octal | 247 | 352 | 204 | 35 | 0 | 54 | 10 | 143 | 107 | 110 |
| Binary | 10100111 | 11101010 | 10000100 | 11101 | 0 | 101100 | 1000 | 1100011 | 1000111 | 1001000 |
Color Harmonies of #A7EA84
Complementary color
Monochromatic Colors of #A7EA84
Black with #A7EA84
Text Example
Text Example
White with #A7EA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EA84; }
p { color: rgb(167,234,132); }
H1.HeaderClassName
{
color: #A7EA84;
}
.AnyTagClassName
{
color: #A7EA84;
}
</style>
background-color css
<style>
a { background-color: #A7EA84; }
a { background-color: rgb(167,234,132); }
div.DivClassName
{
background-color: #A7EA84;
}
.BgClassName
{
background-color: #A7EA84;
}
</style>
border-color css
<style>
span { border-color: #A7EA84; }
span { border-color: rgb(167,234,132); }
td.TdClassName
{
border-color: #A7EA84;
}
.TagClassName
{
border-color: #A7EA84;
}
</style>