Shades of Feijoa #A2E66A
Tints of Feijoa #A2E66A
RGB
CMYK
RGB Variations
Color information
#A2E66A (or 0xA2E66A) is known color: Feijoa. HEX triplet: A2, E6 and 6A. RGB value is (162,230,106). Sum of RGB (Red+Green+Blue) = 162+230+106=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E66A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E66A is #5D1995. Grayscale: #C3C3C3. Windows color (decimal): -6101398 or 7005858. OLE color: 7005858.
HSL color Cylindrical-coordinate representation of color #A2E66A: hue angle of 92.9º 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 #A2E66A is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 106 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.10 |
| HSL | 92.9º | 0.71% | 0.66% | - |
| HSV(B) | 92.9º | 0.54% | 0.9% | - |
| XYZ | 45.8 | 65.32 | 23.83 | - |
| YUV | 195.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 106 | 0.30 | 0 | 0.54 | 0.10 | 92.9 | 0.71 | 0.66 |
| Hex | A2 | E6 | 6A | 1E | 0 | 36 | A | 5D | 47 | 42 |
| Octal | 242 | 346 | 152 | 36 | 0 | 66 | 12 | 135 | 107 | 102 |
| Binary | 10100010 | 11100110 | 1101010 | 11110 | 0 | 110110 | 1010 | 1011101 | 1000111 | 1000010 |
Color Harmonies of #A2E66A
Complementary color
Monochromatic Colors of #A2E66A
Black with #A2E66A
Text Example
Text Example
White with #A2E66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E66A; }
p { color: rgb(162,230,106); }
H1.HeaderClassName
{
color: #A2E66A;
}
.AnyTagClassName
{
color: #A2E66A;
}
</style>
background-color css
<style>
a { background-color: #A2E66A; }
a { background-color: rgb(162,230,106); }
div.DivClassName
{
background-color: #A2E66A;
}
.BgClassName
{
background-color: #A2E66A;
}
</style>
border-color css
<style>
span { border-color: #A2E66A; }
span { border-color: rgb(162,230,106); }
td.TdClassName
{
border-color: #A2E66A;
}
.TagClassName
{
border-color: #A2E66A;
}
</style>