Shades of Feijoa #A8DE84
Tints of Feijoa #A8DE84
RGB
CMYK
RGB Variations
Color information
#A8DE84 (or 0xA8DE84) is known color: Feijoa. HEX triplet: A8, DE and 84. RGB value is (168,222,132). Sum of RGB (Red+Green+Blue) = 168+222+132=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DE84 is #57217B. Grayscale: #C3C3C3. Windows color (decimal): -5710204 or 8707752. OLE color: 8707752.
HSL color Cylindrical-coordinate representation of color #A8DE84: hue angle of 96º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8DE84 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 132 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.13 |
| HSL | 96º | 0.58% | 0.69% | - |
| HSV(B) | 96º | 0.41% | 0.87% | - |
| XYZ | 46.43 | 62.23 | 31.39 | - |
| YUV | 195.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 132 | 0.24 | 0 | 0.41 | 0.13 | 96 | 0.58 | 0.69 |
| Hex | A8 | DE | 84 | 18 | 0 | 29 | D | 60 | 3A | 45 |
| Octal | 250 | 336 | 204 | 30 | 0 | 51 | 15 | 140 | 72 | 105 |
| Binary | 10101000 | 11011110 | 10000100 | 11000 | 0 | 101001 | 1101 | 1100000 | 111010 | 1000101 |
Color Harmonies of #A8DE84
Complementary color
Monochromatic Colors of #A8DE84
Black with #A8DE84
Text Example
Text Example
White with #A8DE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE84; }
p { color: rgb(168,222,132); }
H1.HeaderClassName
{
color: #A8DE84;
}
.AnyTagClassName
{
color: #A8DE84;
}
</style>
background-color css
<style>
a { background-color: #A8DE84; }
a { background-color: rgb(168,222,132); }
div.DivClassName
{
background-color: #A8DE84;
}
.BgClassName
{
background-color: #A8DE84;
}
</style>
border-color css
<style>
span { border-color: #A8DE84; }
span { border-color: rgb(168,222,132); }
td.TdClassName
{
border-color: #A8DE84;
}
.TagClassName
{
border-color: #A8DE84;
}
</style>