Shades of Feijoa #A2EE82
Tints of Feijoa #A2EE82
RGB
CMYK
RGB Variations
Color information
#A2EE82 (or 0xA2EE82) is known color: Feijoa. HEX triplet: A2, EE and 82. RGB value is (162,238,130). Sum of RGB (Red+Green+Blue) = 162+238+130=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EE82 is #5D117D. Grayscale: #CBCBCB. Windows color (decimal): -6099326 or 8580770. OLE color: 8580770.
HSL color Cylindrical-coordinate representation of color #A2EE82: hue angle of 102.22º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2EE82 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 130 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.07 |
| HSL | 102.22º | 0.76% | 0.72% | - |
| HSV(B) | 102.22º | 0.45% | 0.93% | - |
| XYZ | 49.5 | 70.44 | 32.11 | - |
| YUV | 202.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 130 | 0.32 | 0 | 0.45 | 0.07 | 102.22 | 0.76 | 0.72 |
| Hex | A2 | EE | 82 | 20 | 0 | 2D | 7 | 66 | 4C | 48 |
| Octal | 242 | 356 | 202 | 40 | 0 | 55 | 7 | 146 | 114 | 110 |
| Binary | 10100010 | 11101110 | 10000010 | 100000 | 0 | 101101 | 111 | 1100110 | 1001100 | 1001000 |
Color Harmonies of #A2EE82
Complementary color
Monochromatic Colors of #A2EE82
Black with #A2EE82
Text Example
Text Example
White with #A2EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EE82; }
p { color: rgb(162,238,130); }
H1.HeaderClassName
{
color: #A2EE82;
}
.AnyTagClassName
{
color: #A2EE82;
}
</style>
background-color css
<style>
a { background-color: #A2EE82; }
a { background-color: rgb(162,238,130); }
div.DivClassName
{
background-color: #A2EE82;
}
.BgClassName
{
background-color: #A2EE82;
}
</style>
border-color css
<style>
span { border-color: #A2EE82; }
span { border-color: rgb(162,238,130); }
td.TdClassName
{
border-color: #A2EE82;
}
.TagClassName
{
border-color: #A2EE82;
}
</style>