Shades of Feijoa #A8EE84
Tints of Feijoa #A8EE84
RGB
CMYK
RGB Variations
Color information
#A8EE84 (or 0xA8EE84) is known color: Feijoa. HEX triplet: A8, EE and 84. RGB value is (168,238,132). Sum of RGB (Red+Green+Blue) = 168+238+132=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EE84 is #57117B. Grayscale: #CDCDCD. Windows color (decimal): -5706108 or 8711848. OLE color: 8711848.
HSL color Cylindrical-coordinate representation of color #A8EE84: hue angle of 99.62º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8EE84 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 132 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.07 |
| HSL | 99.62º | 0.76% | 0.73% | - |
| HSV(B) | 99.62º | 0.45% | 0.93% | - |
| XYZ | 50.89 | 71.14 | 32.88 | - |
| YUV | 204.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 132 | 0.29 | 0 | 0.45 | 0.07 | 99.62 | 0.76 | 0.73 |
| Hex | A8 | EE | 84 | 1D | 0 | 2D | 7 | 64 | 4C | 49 |
| Octal | 250 | 356 | 204 | 35 | 0 | 55 | 7 | 144 | 114 | 111 |
| Binary | 10101000 | 11101110 | 10000100 | 11101 | 0 | 101101 | 111 | 1100100 | 1001100 | 1001001 |
Color Harmonies of #A8EE84
Complementary color
Monochromatic Colors of #A8EE84
Black with #A8EE84
Text Example
Text Example
White with #A8EE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE84; }
p { color: rgb(168,238,132); }
H1.HeaderClassName
{
color: #A8EE84;
}
.AnyTagClassName
{
color: #A8EE84;
}
</style>
background-color css
<style>
a { background-color: #A8EE84; }
a { background-color: rgb(168,238,132); }
div.DivClassName
{
background-color: #A8EE84;
}
.BgClassName
{
background-color: #A8EE84;
}
</style>
border-color css
<style>
span { border-color: #A8EE84; }
span { border-color: rgb(168,238,132); }
td.TdClassName
{
border-color: #A8EE84;
}
.TagClassName
{
border-color: #A8EE84;
}
</style>