Shades of Feijoa #A8EF83
Tints of Feijoa #A8EF83
RGB
CMYK
RGB Variations
Color information
#A8EF83 (or 0xA8EF83) is known color: Feijoa. HEX triplet: A8, EF and 83. RGB value is (168,239,131). Sum of RGB (Red+Green+Blue) = 168+239+131=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EF83 is #57107C. Grayscale: #CDCDCD. Windows color (decimal): -5705853 or 8646568. OLE color: 8646568.
HSL color Cylindrical-coordinate representation of color #A8EF83: hue angle of 99.44º 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 #A8EF83 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 131 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.06 |
| HSL | 99.44º | 0.77% | 0.73% | - |
| HSV(B) | 99.44º | 0.45% | 0.94% | - |
| XYZ | 51.11 | 71.7 | 32.62 | - |
| YUV | 205.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 131 | 0.30 | 0 | 0.45 | 0.06 | 99.44 | 0.77 | 0.73 |
| Hex | A8 | EF | 83 | 1E | 0 | 2D | 6 | 63 | 4D | 49 |
| Octal | 250 | 357 | 203 | 36 | 0 | 55 | 6 | 143 | 115 | 111 |
| Binary | 10101000 | 11101111 | 10000011 | 11110 | 0 | 101101 | 110 | 1100011 | 1001101 | 1001001 |
Color Harmonies of #A8EF83
Complementary color
Monochromatic Colors of #A8EF83
Black with #A8EF83
Text Example
Text Example
White with #A8EF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF83; }
p { color: rgb(168,239,131); }
H1.HeaderClassName
{
color: #A8EF83;
}
.AnyTagClassName
{
color: #A8EF83;
}
</style>
background-color css
<style>
a { background-color: #A8EF83; }
a { background-color: rgb(168,239,131); }
div.DivClassName
{
background-color: #A8EF83;
}
.BgClassName
{
background-color: #A8EF83;
}
</style>
border-color css
<style>
span { border-color: #A8EF83; }
span { border-color: rgb(168,239,131); }
td.TdClassName
{
border-color: #A8EF83;
}
.TagClassName
{
border-color: #A8EF83;
}
</style>