Shades of Feijoa #A8DE89
Tints of Feijoa #A8DE89
RGB
CMYK
RGB Variations
Color information
#A8DE89 (or 0xA8DE89) is known color: Feijoa. HEX triplet: A8, DE and 89. RGB value is (168,222,137). Sum of RGB (Red+Green+Blue) = 168+222+137=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DE89 is #572176. Grayscale: #C4C4C4. Windows color (decimal): -5710199 or 9035432. OLE color: 9035432.
HSL color Cylindrical-coordinate representation of color #A8DE89: hue angle of 98.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8DE89 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 137 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.13 |
| HSL | 98.12º | 0.56% | 0.7% | - |
| HSV(B) | 98.12º | 0.38% | 0.87% | - |
| XYZ | 46.79 | 62.37 | 33.24 | - |
| YUV | 196.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 137 | 0.24 | 0 | 0.38 | 0.13 | 98.12 | 0.56 | 0.7 |
| Hex | A8 | DE | 89 | 18 | 0 | 26 | D | 62 | 38 | 46 |
| Octal | 250 | 336 | 211 | 30 | 0 | 46 | 15 | 142 | 70 | 106 |
| Binary | 10101000 | 11011110 | 10001001 | 11000 | 0 | 100110 | 1101 | 1100010 | 111000 | 1000110 |
Color Harmonies of #A8DE89
Complementary color
Monochromatic Colors of #A8DE89
Black with #A8DE89
Text Example
Text Example
White with #A8DE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE89; }
p { color: rgb(168,222,137); }
H1.HeaderClassName
{
color: #A8DE89;
}
.AnyTagClassName
{
color: #A8DE89;
}
</style>
background-color css
<style>
a { background-color: #A8DE89; }
a { background-color: rgb(168,222,137); }
div.DivClassName
{
background-color: #A8DE89;
}
.BgClassName
{
background-color: #A8DE89;
}
</style>
border-color css
<style>
span { border-color: #A8DE89; }
span { border-color: rgb(168,222,137); }
td.TdClassName
{
border-color: #A8DE89;
}
.TagClassName
{
border-color: #A8DE89;
}
</style>