Shades of Feijoa #A4E06D
Tints of Feijoa #A4E06D
RGB
CMYK
RGB Variations
Color information
#A4E06D (or 0xA4E06D) is known color: Feijoa. HEX triplet: A4, E0 and 6D. RGB value is (164,224,109). Sum of RGB (Red+Green+Blue) = 164+224+109=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E06D is #5B1F92. Grayscale: #C1C1C1. Windows color (decimal): -5971859 or 7200932. OLE color: 7200932.
HSL color Cylindrical-coordinate representation of color #A4E06D: hue angle of 91.3º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4E06D is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 109 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.12 |
| HSL | 91.3º | 0.65% | 0.65% | - |
| HSV(B) | 91.3º | 0.51% | 0.88% | - |
| XYZ | 44.73 | 62.31 | 24.14 | - |
| YUV | 192.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 109 | 0.27 | 0 | 0.51 | 0.12 | 91.3 | 0.65 | 0.65 |
| Hex | A4 | E0 | 6D | 1B | 0 | 33 | C | 5B | 41 | 41 |
| Octal | 244 | 340 | 155 | 33 | 0 | 63 | 14 | 133 | 101 | 101 |
| Binary | 10100100 | 11100000 | 1101101 | 11011 | 0 | 110011 | 1100 | 1011011 | 1000001 | 1000001 |
Color Harmonies of #A4E06D
Complementary color
Monochromatic Colors of #A4E06D
Black with #A4E06D
Text Example
Text Example
White with #A4E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E06D; }
p { color: rgb(164,224,109); }
H1.HeaderClassName
{
color: #A4E06D;
}
.AnyTagClassName
{
color: #A4E06D;
}
</style>
background-color css
<style>
a { background-color: #A4E06D; }
a { background-color: rgb(164,224,109); }
div.DivClassName
{
background-color: #A4E06D;
}
.BgClassName
{
background-color: #A4E06D;
}
</style>
border-color css
<style>
span { border-color: #A4E06D; }
span { border-color: rgb(164,224,109); }
td.TdClassName
{
border-color: #A4E06D;
}
.TagClassName
{
border-color: #A4E06D;
}
</style>