Shades of Feijoa #A4E782
Tints of Feijoa #A4E782
RGB
CMYK
RGB Variations
Color information
#A4E782 (or 0xA4E782) is known color: Feijoa. HEX triplet: A4, E7 and 82. RGB value is (164,231,130). Sum of RGB (Red+Green+Blue) = 164+231+130=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E782 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4E782 is #5B187D. Grayscale: #C7C7C7. Windows color (decimal): -5970046 or 8578980. OLE color: 8578980.
HSL color Cylindrical-coordinate representation of color #A4E782: hue angle of 99.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4E782 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 231 | 130 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.09 |
| HSL | 99.8º | 0.68% | 0.71% | - |
| HSV(B) | 99.8º | 0.44% | 0.91% | - |
| XYZ | 47.92 | 66.66 | 31.46 | - |
| YUV | 199.45 | 88.8 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 231 | 130 | 0.29 | 0 | 0.44 | 0.09 | 99.8 | 0.68 | 0.71 |
| Hex | A4 | E7 | 82 | 1D | 0 | 2C | 9 | 64 | 44 | 47 |
| Octal | 244 | 347 | 202 | 35 | 0 | 54 | 11 | 144 | 104 | 107 |
| Binary | 10100100 | 11100111 | 10000010 | 11101 | 0 | 101100 | 1001 | 1100100 | 1000100 | 1000111 |
Color Harmonies of #A4E782
Complementary color
Monochromatic Colors of #A4E782
Black with #A4E782
Text Example
Text Example
White with #A4E782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E782; }
p { color: rgb(164,231,130); }
H1.HeaderClassName
{
color: #A4E782;
}
.AnyTagClassName
{
color: #A4E782;
}
</style>
background-color css
<style>
a { background-color: #A4E782; }
a { background-color: rgb(164,231,130); }
div.DivClassName
{
background-color: #A4E782;
}
.BgClassName
{
background-color: #A4E782;
}
</style>
border-color css
<style>
span { border-color: #A4E782; }
span { border-color: rgb(164,231,130); }
td.TdClassName
{
border-color: #A4E782;
}
.TagClassName
{
border-color: #A4E782;
}
</style>