Shades of Feijoa #A2E07F
Tints of Feijoa #A2E07F
RGB
CMYK
RGB Variations
Color information
#A2E07F (or 0xA2E07F) is known color: Feijoa. HEX triplet: A2, E0 and 7F. RGB value is (162,224,127). Sum of RGB (Red+Green+Blue) = 162+224+127=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E07F is #5D1F80. Grayscale: #C2C2C2. Windows color (decimal): -6102913 or 8380578. OLE color: 8380578.
HSL color Cylindrical-coordinate representation of color #A2E07F: hue angle of 98.35º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2E07F is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 127 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.12 |
| HSL | 98.35º | 0.61% | 0.69% | - |
| HSV(B) | 98.35º | 0.43% | 0.88% | - |
| XYZ | 45.39 | 62.53 | 29.76 | - |
| YUV | 194.4 | 89.96 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 127 | 0.28 | 0 | 0.43 | 0.12 | 98.35 | 0.61 | 0.69 |
| Hex | A2 | E0 | 7F | 1C | 0 | 2B | C | 62 | 3D | 45 |
| Octal | 242 | 340 | 177 | 34 | 0 | 53 | 14 | 142 | 75 | 105 |
| Binary | 10100010 | 11100000 | 1111111 | 11100 | 0 | 101011 | 1100 | 1100010 | 111101 | 1000101 |
Color Harmonies of #A2E07F
Complementary color
Monochromatic Colors of #A2E07F
Black with #A2E07F
Text Example
Text Example
White with #A2E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E07F; }
p { color: rgb(162,224,127); }
H1.HeaderClassName
{
color: #A2E07F;
}
.AnyTagClassName
{
color: #A2E07F;
}
</style>
background-color css
<style>
a { background-color: #A2E07F; }
a { background-color: rgb(162,224,127); }
div.DivClassName
{
background-color: #A2E07F;
}
.BgClassName
{
background-color: #A2E07F;
}
</style>
border-color css
<style>
span { border-color: #A2E07F; }
span { border-color: rgb(162,224,127); }
td.TdClassName
{
border-color: #A2E07F;
}
.TagClassName
{
border-color: #A2E07F;
}
</style>