Shades of Feijoa #A2E67F
Tints of Feijoa #A2E67F
RGB
CMYK
RGB Variations
Color information
#A2E67F (or 0xA2E67F) is known color: Feijoa. HEX triplet: A2, E6 and 7F. RGB value is (162,230,127). Sum of RGB (Red+Green+Blue) = 162+230+127=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E67F is #5D1980. Grayscale: #C6C6C6. Windows color (decimal): -6101377 or 8382114. OLE color: 8382114.
HSL color Cylindrical-coordinate representation of color #A2E67F: hue angle of 99.61º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2E67F is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 127 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.10 |
| HSL | 99.61º | 0.67% | 0.7% | - |
| HSV(B) | 99.61º | 0.45% | 0.9% | - |
| XYZ | 47.03 | 65.81 | 30.3 | - |
| YUV | 197.93 | 87.97 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 127 | 0.30 | 0 | 0.45 | 0.10 | 99.61 | 0.67 | 0.7 |
| Hex | A2 | E6 | 7F | 1E | 0 | 2D | A | 64 | 43 | 46 |
| Octal | 242 | 346 | 177 | 36 | 0 | 55 | 12 | 144 | 103 | 106 |
| Binary | 10100010 | 11100110 | 1111111 | 11110 | 0 | 101101 | 1010 | 1100100 | 1000011 | 1000110 |
Color Harmonies of #A2E67F
Complementary color
Monochromatic Colors of #A2E67F
Black with #A2E67F
Text Example
Text Example
White with #A2E67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E67F; }
p { color: rgb(162,230,127); }
H1.HeaderClassName
{
color: #A2E67F;
}
.AnyTagClassName
{
color: #A2E67F;
}
</style>
background-color css
<style>
a { background-color: #A2E67F; }
a { background-color: rgb(162,230,127); }
div.DivClassName
{
background-color: #A2E67F;
}
.BgClassName
{
background-color: #A2E67F;
}
</style>
border-color css
<style>
span { border-color: #A2E67F; }
span { border-color: rgb(162,230,127); }
td.TdClassName
{
border-color: #A2E67F;
}
.TagClassName
{
border-color: #A2E67F;
}
</style>