Shades of Feijoa #A2E17A
Tints of Feijoa #A2E17A
RGB
CMYK
RGB Variations
Color information
#A2E17A (or 0xA2E17A) is known color: Feijoa. HEX triplet: A2, E1 and 7A. RGB value is (162,225,122). Sum of RGB (Red+Green+Blue) = 162+225+122=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E17A is #5D1E85. Grayscale: #C2C2C2. Windows color (decimal): -6102662 or 8053154. OLE color: 8053154.
HSL color Cylindrical-coordinate representation of color #A2E17A: hue angle of 96.7º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2E17A is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 122 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.12 |
| HSL | 96.7º | 0.63% | 0.68% | - |
| HSV(B) | 96.7º | 0.46% | 0.88% | - |
| XYZ | 45.34 | 62.94 | 28.17 | - |
| YUV | 194.42 | 87.13 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 122 | 0.28 | 0 | 0.46 | 0.12 | 96.7 | 0.63 | 0.68 |
| Hex | A2 | E1 | 7A | 1C | 0 | 2E | C | 61 | 3F | 44 |
| Octal | 242 | 341 | 172 | 34 | 0 | 56 | 14 | 141 | 77 | 104 |
| Binary | 10100010 | 11100001 | 1111010 | 11100 | 0 | 101110 | 1100 | 1100001 | 111111 | 1000100 |
Color Harmonies of #A2E17A
Complementary color
Monochromatic Colors of #A2E17A
Black with #A2E17A
Text Example
Text Example
White with #A2E17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E17A; }
p { color: rgb(162,225,122); }
H1.HeaderClassName
{
color: #A2E17A;
}
.AnyTagClassName
{
color: #A2E17A;
}
</style>
background-color css
<style>
a { background-color: #A2E17A; }
a { background-color: rgb(162,225,122); }
div.DivClassName
{
background-color: #A2E17A;
}
.BgClassName
{
background-color: #A2E17A;
}
</style>
border-color css
<style>
span { border-color: #A2E17A; }
span { border-color: rgb(162,225,122); }
td.TdClassName
{
border-color: #A2E17A;
}
.TagClassName
{
border-color: #A2E17A;
}
</style>