Shades of Feijoa #A2EF83
Tints of Feijoa #A2EF83
RGB
CMYK
RGB Variations
Color information
#A2EF83 (or 0xA2EF83) is known color: Feijoa. HEX triplet: A2, EF and 83. RGB value is (162,239,131). Sum of RGB (Red+Green+Blue) = 162+239+131=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EF83 is #5D107C. Grayscale: #CCCCCC. Windows color (decimal): -6099069 or 8646562. OLE color: 8646562.
HSL color Cylindrical-coordinate representation of color #A2EF83: hue angle of 102.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2EF83 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 131 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.06 |
| HSL | 102.78º | 0.77% | 0.73% | - |
| HSV(B) | 102.78º | 0.45% | 0.94% | - |
| XYZ | 49.86 | 71.05 | 32.56 | - |
| YUV | 203.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 131 | 0.32 | 0 | 0.45 | 0.06 | 102.78 | 0.77 | 0.73 |
| Hex | A2 | EF | 83 | 20 | 0 | 2D | 6 | 67 | 4D | 49 |
| Octal | 242 | 357 | 203 | 40 | 0 | 55 | 6 | 147 | 115 | 111 |
| Binary | 10100010 | 11101111 | 10000011 | 100000 | 0 | 101101 | 110 | 1100111 | 1001101 | 1001001 |
Color Harmonies of #A2EF83
Complementary color
Monochromatic Colors of #A2EF83
Black with #A2EF83
Text Example
Text Example
White with #A2EF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF83; }
p { color: rgb(162,239,131); }
H1.HeaderClassName
{
color: #A2EF83;
}
.AnyTagClassName
{
color: #A2EF83;
}
</style>
background-color css
<style>
a { background-color: #A2EF83; }
a { background-color: rgb(162,239,131); }
div.DivClassName
{
background-color: #A2EF83;
}
.BgClassName
{
background-color: #A2EF83;
}
</style>
border-color css
<style>
span { border-color: #A2EF83; }
span { border-color: rgb(162,239,131); }
td.TdClassName
{
border-color: #A2EF83;
}
.TagClassName
{
border-color: #A2EF83;
}
</style>