Shades of Feijoa #A4E06A
Tints of Feijoa #A4E06A
RGB
CMYK
RGB Variations
Color information
#A4E06A (or 0xA4E06A) is known color: Feijoa. HEX triplet: A4, E0 and 6A. RGB value is (164,224,106). Sum of RGB (Red+Green+Blue) = 164+224+106=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E06A is #5B1F95. Grayscale: #C1C1C1. Windows color (decimal): -5971862 or 7004324. OLE color: 7004324.
HSL color Cylindrical-coordinate representation of color #A4E06A: hue angle of 90.51º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4E06A is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 106 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.12 |
| HSL | 90.51º | 0.66% | 0.65% | - |
| HSV(B) | 90.51º | 0.53% | 0.88% | - |
| XYZ | 44.57 | 62.24 | 23.3 | - |
| YUV | 192.61 | 79.12 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 106 | 0.27 | 0 | 0.53 | 0.12 | 90.51 | 0.66 | 0.65 |
| Hex | A4 | E0 | 6A | 1B | 0 | 35 | C | 5B | 42 | 41 |
| Octal | 244 | 340 | 152 | 33 | 0 | 65 | 14 | 133 | 102 | 101 |
| Binary | 10100100 | 11100000 | 1101010 | 11011 | 0 | 110101 | 1100 | 1011011 | 1000010 | 1000001 |
Color Harmonies of #A4E06A
Complementary color
Monochromatic Colors of #A4E06A
Black with #A4E06A
Text Example
Text Example
White with #A4E06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E06A; }
p { color: rgb(164,224,106); }
H1.HeaderClassName
{
color: #A4E06A;
}
.AnyTagClassName
{
color: #A4E06A;
}
</style>
background-color css
<style>
a { background-color: #A4E06A; }
a { background-color: rgb(164,224,106); }
div.DivClassName
{
background-color: #A4E06A;
}
.BgClassName
{
background-color: #A4E06A;
}
</style>
border-color css
<style>
span { border-color: #A4E06A; }
span { border-color: rgb(164,224,106); }
td.TdClassName
{
border-color: #A4E06A;
}
.TagClassName
{
border-color: #A4E06A;
}
</style>