Shades of Feijoa #A2E17C
Tints of Feijoa #A2E17C
RGB
CMYK
RGB Variations
Color information
#A2E17C (or 0xA2E17C) is known color: Feijoa. HEX triplet: A2, E1 and 7C. RGB value is (162,225,124). Sum of RGB (Red+Green+Blue) = 162+225+124=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E17C is #5D1E83. Grayscale: #C2C2C2. Windows color (decimal): -6102660 or 8184226. OLE color: 8184226.
HSL color Cylindrical-coordinate representation of color #A2E17C: hue angle of 97.43º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2E17C is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 124 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.12 |
| HSL | 97.43º | 0.63% | 0.68% | - |
| HSV(B) | 97.43º | 0.45% | 0.88% | - |
| XYZ | 45.46 | 62.99 | 28.83 | - |
| YUV | 194.65 | 88.13 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 124 | 0.28 | 0 | 0.45 | 0.12 | 97.43 | 0.63 | 0.68 |
| Hex | A2 | E1 | 7C | 1C | 0 | 2D | C | 61 | 3F | 44 |
| Octal | 242 | 341 | 174 | 34 | 0 | 55 | 14 | 141 | 77 | 104 |
| Binary | 10100010 | 11100001 | 1111100 | 11100 | 0 | 101101 | 1100 | 1100001 | 111111 | 1000100 |
Color Harmonies of #A2E17C
Complementary color
Monochromatic Colors of #A2E17C
Black with #A2E17C
Text Example
Text Example
White with #A2E17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E17C; }
p { color: rgb(162,225,124); }
H1.HeaderClassName
{
color: #A2E17C;
}
.AnyTagClassName
{
color: #A2E17C;
}
</style>
background-color css
<style>
a { background-color: #A2E17C; }
a { background-color: rgb(162,225,124); }
div.DivClassName
{
background-color: #A2E17C;
}
.BgClassName
{
background-color: #A2E17C;
}
</style>
border-color css
<style>
span { border-color: #A2E17C; }
span { border-color: rgb(162,225,124); }
td.TdClassName
{
border-color: #A2E17C;
}
.TagClassName
{
border-color: #A2E17C;
}
</style>