Shades of Feijoa #A8E484
Tints of Feijoa #A8E484
RGB
CMYK
RGB Variations
Color information
#A8E484 (or 0xA8E484) is known color: Feijoa. HEX triplet: A8, E4 and 84. RGB value is (168,228,132). Sum of RGB (Red+Green+Blue) = 168+228+132=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E484 is #571B7B. Grayscale: #C7C7C7. Windows color (decimal): -5708668 or 8709288. OLE color: 8709288.
HSL color Cylindrical-coordinate representation of color #A8E484: hue angle of 97.5º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8E484 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 132 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.11 |
| HSL | 97.5º | 0.64% | 0.71% | - |
| HSV(B) | 97.5º | 0.42% | 0.89% | - |
| XYZ | 48.06 | 65.48 | 31.94 | - |
| YUV | 199.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 132 | 0.26 | 0 | 0.42 | 0.11 | 97.5 | 0.64 | 0.71 |
| Hex | A8 | E4 | 84 | 1A | 0 | 2A | B | 62 | 40 | 47 |
| Octal | 250 | 344 | 204 | 32 | 0 | 52 | 13 | 142 | 100 | 107 |
| Binary | 10101000 | 11100100 | 10000100 | 11010 | 0 | 101010 | 1011 | 1100010 | 1000000 | 1000111 |
Color Harmonies of #A8E484
Complementary color
Monochromatic Colors of #A8E484
Black with #A8E484
Text Example
Text Example
White with #A8E484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E484; }
p { color: rgb(168,228,132); }
H1.HeaderClassName
{
color: #A8E484;
}
.AnyTagClassName
{
color: #A8E484;
}
</style>
background-color css
<style>
a { background-color: #A8E484; }
a { background-color: rgb(168,228,132); }
div.DivClassName
{
background-color: #A8E484;
}
.BgClassName
{
background-color: #A8E484;
}
</style>
border-color css
<style>
span { border-color: #A8E484; }
span { border-color: rgb(168,228,132); }
td.TdClassName
{
border-color: #A8E484;
}
.TagClassName
{
border-color: #A8E484;
}
</style>