Shades of Feijoa #A4EF84
Tints of Feijoa #A4EF84
RGB
CMYK
RGB Variations
Color information
#A4EF84 (or 0xA4EF84) is known color: Feijoa. HEX triplet: A4, EF and 84. RGB value is (164,239,132). Sum of RGB (Red+Green+Blue) = 164+239+132=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EF84 is #5B107B. Grayscale: #CCCCCC. Windows color (decimal): -5967996 or 8712100. OLE color: 8712100.
HSL color Cylindrical-coordinate representation of color #A4EF84: hue angle of 102.06º 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 #A4EF84 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 239 | 132 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.06 |
| HSL | 102.06º | 0.77% | 0.73% | - |
| HSV(B) | 102.06º | 0.45% | 0.94% | - |
| XYZ | 50.34 | 71.29 | 32.94 | - |
| YUV | 204.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 132 | 0.31 | 0 | 0.45 | 0.06 | 102.06 | 0.77 | 0.73 |
| Hex | A4 | EF | 84 | 1F | 0 | 2D | 6 | 66 | 4D | 49 |
| Octal | 244 | 357 | 204 | 37 | 0 | 55 | 6 | 146 | 115 | 111 |
| Binary | 10100100 | 11101111 | 10000100 | 11111 | 0 | 101101 | 110 | 1100110 | 1001101 | 1001001 |
Color Harmonies of #A4EF84
Complementary color
Monochromatic Colors of #A4EF84
Black with #A4EF84
Text Example
Text Example
White with #A4EF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EF84; }
p { color: rgb(164,239,132); }
H1.HeaderClassName
{
color: #A4EF84;
}
.AnyTagClassName
{
color: #A4EF84;
}
</style>
background-color css
<style>
a { background-color: #A4EF84; }
a { background-color: rgb(164,239,132); }
div.DivClassName
{
background-color: #A4EF84;
}
.BgClassName
{
background-color: #A4EF84;
}
</style>
border-color css
<style>
span { border-color: #A4EF84; }
span { border-color: rgb(164,239,132); }
td.TdClassName
{
border-color: #A4EF84;
}
.TagClassName
{
border-color: #A4EF84;
}
</style>