Shades of Feijoa #A2E670
Tints of Feijoa #A2E670
RGB
CMYK
RGB Variations
Color information
#A2E670 (or 0xA2E670) is known color: Feijoa. HEX triplet: A2, E6 and 70. RGB value is (162,230,112). Sum of RGB (Red+Green+Blue) = 162+230+112=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E670 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E670 is #5D198F. Grayscale: #C4C4C4. Windows color (decimal): -6101392 or 7399074. OLE color: 7399074.
HSL color Cylindrical-coordinate representation of color #A2E670: hue angle of 94.58º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2E670 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 112 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.10 |
| HSL | 94.58º | 0.7% | 0.67% | - |
| HSV(B) | 94.58º | 0.51% | 0.9% | - |
| XYZ | 46.12 | 65.44 | 25.53 | - |
| YUV | 196.22 | 80.47 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 112 | 0.30 | 0 | 0.51 | 0.10 | 94.58 | 0.7 | 0.67 |
| Hex | A2 | E6 | 70 | 1E | 0 | 33 | A | 5F | 46 | 43 |
| Octal | 242 | 346 | 160 | 36 | 0 | 63 | 12 | 137 | 106 | 103 |
| Binary | 10100010 | 11100110 | 1110000 | 11110 | 0 | 110011 | 1010 | 1011111 | 1000110 | 1000011 |
Color Harmonies of #A2E670
Complementary color
Monochromatic Colors of #A2E670
Black with #A2E670
Text Example
Text Example
White with #A2E670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E670; }
p { color: rgb(162,230,112); }
H1.HeaderClassName
{
color: #A2E670;
}
.AnyTagClassName
{
color: #A2E670;
}
</style>
background-color css
<style>
a { background-color: #A2E670; }
a { background-color: rgb(162,230,112); }
div.DivClassName
{
background-color: #A2E670;
}
.BgClassName
{
background-color: #A2E670;
}
</style>
border-color css
<style>
span { border-color: #A2E670; }
span { border-color: rgb(162,230,112); }
td.TdClassName
{
border-color: #A2E670;
}
.TagClassName
{
border-color: #A2E670;
}
</style>