Shades of Feijoa #A4E66A
Tints of Feijoa #A4E66A
RGB
CMYK
RGB Variations
Color information
#A4E66A (or 0xA4E66A) is known color: Feijoa. HEX triplet: A4, E6 and 6A. RGB value is (164,230,106). Sum of RGB (Red+Green+Blue) = 164+230+106=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E66A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4E66A is #5B1995. Grayscale: #C4C4C4. Windows color (decimal): -5970326 or 7005860. OLE color: 7005860.
HSL color Cylindrical-coordinate representation of color #A4E66A: hue angle of 91.94º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4E66A is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 106 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.10 |
| HSL | 91.94º | 0.71% | 0.66% | - |
| HSV(B) | 91.94º | 0.54% | 0.9% | - |
| XYZ | 46.21 | 65.53 | 23.85 | - |
| YUV | 196.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 106 | 0.29 | 0 | 0.54 | 0.10 | 91.94 | 0.71 | 0.66 |
| Hex | A4 | E6 | 6A | 1D | 0 | 36 | A | 5C | 47 | 42 |
| Octal | 244 | 346 | 152 | 35 | 0 | 66 | 12 | 134 | 107 | 102 |
| Binary | 10100100 | 11100110 | 1101010 | 11101 | 0 | 110110 | 1010 | 1011100 | 1000111 | 1000010 |
Color Harmonies of #A4E66A
Complementary color
Monochromatic Colors of #A4E66A
Black with #A4E66A
Text Example
Text Example
White with #A4E66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E66A; }
p { color: rgb(164,230,106); }
H1.HeaderClassName
{
color: #A4E66A;
}
.AnyTagClassName
{
color: #A4E66A;
}
</style>
background-color css
<style>
a { background-color: #A4E66A; }
a { background-color: rgb(164,230,106); }
div.DivClassName
{
background-color: #A4E66A;
}
.BgClassName
{
background-color: #A4E66A;
}
</style>
border-color css
<style>
span { border-color: #A4E66A; }
span { border-color: rgb(164,230,106); }
td.TdClassName
{
border-color: #A4E66A;
}
.TagClassName
{
border-color: #A4E66A;
}
</style>