Shades of Feijoa #A2E169
Tints of Feijoa #A2E169
RGB
CMYK
RGB Variations
Color information
#A2E169 (or 0xA2E169) is known color: Feijoa. HEX triplet: A2, E1 and 69. RGB value is (162,225,105). Sum of RGB (Red+Green+Blue) = 162+225+105=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E169 is #5D1E96. Grayscale: #C0C0C0. Windows color (decimal): -6102679 or 6939042. OLE color: 6939042.
HSL color Cylindrical-coordinate representation of color #A2E169: hue angle of 91.5º degrees, saturation: 0.67, 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 #A2E169 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 105 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.12 |
| HSL | 91.5º | 0.67% | 0.65% | - |
| HSV(B) | 91.5º | 0.53% | 0.88% | - |
| XYZ | 44.38 | 62.55 | 23.1 | - |
| YUV | 192.48 | 78.63 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 105 | 0.28 | 0 | 0.53 | 0.12 | 91.5 | 0.67 | 0.65 |
| Hex | A2 | E1 | 69 | 1C | 0 | 35 | C | 5C | 43 | 41 |
| Octal | 242 | 341 | 151 | 34 | 0 | 65 | 14 | 134 | 103 | 101 |
| Binary | 10100010 | 11100001 | 1101001 | 11100 | 0 | 110101 | 1100 | 1011100 | 1000011 | 1000001 |
Color Harmonies of #A2E169
Complementary color
Monochromatic Colors of #A2E169
Black with #A2E169
Text Example
Text Example
White with #A2E169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E169; }
p { color: rgb(162,225,105); }
H1.HeaderClassName
{
color: #A2E169;
}
.AnyTagClassName
{
color: #A2E169;
}
</style>
background-color css
<style>
a { background-color: #A2E169; }
a { background-color: rgb(162,225,105); }
div.DivClassName
{
background-color: #A2E169;
}
.BgClassName
{
background-color: #A2E169;
}
</style>
border-color css
<style>
span { border-color: #A2E169; }
span { border-color: rgb(162,225,105); }
td.TdClassName
{
border-color: #A2E169;
}
.TagClassName
{
border-color: #A2E169;
}
</style>