Shades of Feijoa #A2EE7F
Tints of Feijoa #A2EE7F
RGB
CMYK
RGB Variations
Color information
#A2EE7F (or 0xA2EE7F) is known color: Feijoa. HEX triplet: A2, EE and 7F. RGB value is (162,238,127). Sum of RGB (Red+Green+Blue) = 162+238+127=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EE7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EE7F is #5D1180. Grayscale: #CACACA. Windows color (decimal): -6099329 or 8384162. OLE color: 8384162.
HSL color Cylindrical-coordinate representation of color #A2EE7F: hue angle of 101.08º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2EE7F is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 127 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.07 |
| HSL | 101.08º | 0.77% | 0.72% | - |
| HSV(B) | 101.08º | 0.47% | 0.93% | - |
| XYZ | 49.31 | 70.36 | 31.06 | - |
| YUV | 202.62 | 85.32 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 127 | 0.32 | 0 | 0.47 | 0.07 | 101.08 | 0.77 | 0.72 |
| Hex | A2 | EE | 7F | 20 | 0 | 2F | 7 | 65 | 4D | 48 |
| Octal | 242 | 356 | 177 | 40 | 0 | 57 | 7 | 145 | 115 | 110 |
| Binary | 10100010 | 11101110 | 1111111 | 100000 | 0 | 101111 | 111 | 1100101 | 1001101 | 1001000 |
Color Harmonies of #A2EE7F
Complementary color
Monochromatic Colors of #A2EE7F
Black with #A2EE7F
Text Example
Text Example
White with #A2EE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EE7F; }
p { color: rgb(162,238,127); }
H1.HeaderClassName
{
color: #A2EE7F;
}
.AnyTagClassName
{
color: #A2EE7F;
}
</style>
background-color css
<style>
a { background-color: #A2EE7F; }
a { background-color: rgb(162,238,127); }
div.DivClassName
{
background-color: #A2EE7F;
}
.BgClassName
{
background-color: #A2EE7F;
}
</style>
border-color css
<style>
span { border-color: #A2EE7F; }
span { border-color: rgb(162,238,127); }
td.TdClassName
{
border-color: #A2EE7F;
}
.TagClassName
{
border-color: #A2EE7F;
}
</style>