Shades of Feijoa #A2E28A
Tints of Feijoa #A2E28A
RGB
CMYK
RGB Variations
Color information
#A2E28A (or 0xA2E28A) is known color: Feijoa. HEX triplet: A2, E2 and 8A. RGB value is (162,226,138). Sum of RGB (Red+Green+Blue) = 162+226+138=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E28A is #5D1D75. Grayscale: #C5C5C5. Windows color (decimal): -6102390 or 9101986. OLE color: 9101986.
HSL color Cylindrical-coordinate representation of color #A2E28A: hue angle of 103.64º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2E28A is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 138 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.11 |
| HSL | 103.64º | 0.6% | 0.71% | - |
| HSV(B) | 103.64º | 0.39% | 0.89% | - |
| XYZ | 46.68 | 63.91 | 33.92 | - |
| YUV | 196.83 | 94.8 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 138 | 0.28 | 0 | 0.39 | 0.11 | 103.64 | 0.6 | 0.71 |
| Hex | A2 | E2 | 8A | 1C | 0 | 27 | B | 68 | 3C | 47 |
| Octal | 242 | 342 | 212 | 34 | 0 | 47 | 13 | 150 | 74 | 107 |
| Binary | 10100010 | 11100010 | 10001010 | 11100 | 0 | 100111 | 1011 | 1101000 | 111100 | 1000111 |
Color Harmonies of #A2E28A
Complementary color
Monochromatic Colors of #A2E28A
Black with #A2E28A
Text Example
Text Example
White with #A2E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E28A; }
p { color: rgb(162,226,138); }
H1.HeaderClassName
{
color: #A2E28A;
}
.AnyTagClassName
{
color: #A2E28A;
}
</style>
background-color css
<style>
a { background-color: #A2E28A; }
a { background-color: rgb(162,226,138); }
div.DivClassName
{
background-color: #A2E28A;
}
.BgClassName
{
background-color: #A2E28A;
}
</style>
border-color css
<style>
span { border-color: #A2E28A; }
span { border-color: rgb(162,226,138); }
td.TdClassName
{
border-color: #A2E28A;
}
.TagClassName
{
border-color: #A2E28A;
}
</style>