Shades of Feijoa #A4EF83
Tints of Feijoa #A4EF83
RGB
CMYK
RGB Variations
Color information
#A4EF83 (or 0xA4EF83) is known color: Feijoa. HEX triplet: A4, EF and 83. RGB value is (164,239,131). Sum of RGB (Red+Green+Blue) = 164+239+131=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EF83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EF83 is #5B107C. Grayscale: #CCCCCC. Windows color (decimal): -5967997 or 8646564. OLE color: 8646564.
HSL color Cylindrical-coordinate representation of color #A4EF83: hue angle of 101.67º 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 #A4EF83 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 239 | 131 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.06 |
| HSL | 101.67º | 0.77% | 0.73% | - |
| HSV(B) | 101.67º | 0.45% | 0.94% | - |
| XYZ | 50.27 | 71.26 | 32.58 | - |
| YUV | 204.26 | 86.65 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 131 | 0.31 | 0 | 0.45 | 0.06 | 101.67 | 0.77 | 0.73 |
| Hex | A4 | EF | 83 | 1F | 0 | 2D | 6 | 66 | 4D | 49 |
| Octal | 244 | 357 | 203 | 37 | 0 | 55 | 6 | 146 | 115 | 111 |
| Binary | 10100100 | 11101111 | 10000011 | 11111 | 0 | 101101 | 110 | 1100110 | 1001101 | 1001001 |
Color Harmonies of #A4EF83
Complementary color
Monochromatic Colors of #A4EF83
Black with #A4EF83
Text Example
Text Example
White with #A4EF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EF83; }
p { color: rgb(164,239,131); }
H1.HeaderClassName
{
color: #A4EF83;
}
.AnyTagClassName
{
color: #A4EF83;
}
</style>
background-color css
<style>
a { background-color: #A4EF83; }
a { background-color: rgb(164,239,131); }
div.DivClassName
{
background-color: #A4EF83;
}
.BgClassName
{
background-color: #A4EF83;
}
</style>
border-color css
<style>
span { border-color: #A4EF83; }
span { border-color: rgb(164,239,131); }
td.TdClassName
{
border-color: #A4EF83;
}
.TagClassName
{
border-color: #A4EF83;
}
</style>