Shades of Feijoa #A8DE91
Tints of Feijoa #A8DE91
RGB
CMYK
RGB Variations
Color information
#A8DE91 (or 0xA8DE91) is known color: Feijoa. HEX triplet: A8, DE and 91. RGB value is (168,222,145). Sum of RGB (Red+Green+Blue) = 168+222+145=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DE91 is #57216E. Grayscale: #C5C5C5. Windows color (decimal): -5710191 or 9559720. OLE color: 9559720.
HSL color Cylindrical-coordinate representation of color #A8DE91: hue angle of 102.08º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8DE91 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 145 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.13 |
| HSL | 102.08º | 0.54% | 0.72% | - |
| HSV(B) | 102.08º | 0.35% | 0.87% | - |
| XYZ | 47.38 | 62.61 | 36.38 | - |
| YUV | 197.08 | 98.61 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 145 | 0.24 | 0 | 0.35 | 0.13 | 102.08 | 0.54 | 0.72 |
| Hex | A8 | DE | 91 | 18 | 0 | 23 | D | 66 | 36 | 48 |
| Octal | 250 | 336 | 221 | 30 | 0 | 43 | 15 | 146 | 66 | 110 |
| Binary | 10101000 | 11011110 | 10010001 | 11000 | 0 | 100011 | 1101 | 1100110 | 110110 | 1001000 |
Color Harmonies of #A8DE91
Complementary color
Monochromatic Colors of #A8DE91
Black with #A8DE91
Text Example
Text Example
White with #A8DE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE91; }
p { color: rgb(168,222,145); }
H1.HeaderClassName
{
color: #A8DE91;
}
.AnyTagClassName
{
color: #A8DE91;
}
</style>
background-color css
<style>
a { background-color: #A8DE91; }
a { background-color: rgb(168,222,145); }
div.DivClassName
{
background-color: #A8DE91;
}
.BgClassName
{
background-color: #A8DE91;
}
</style>
border-color css
<style>
span { border-color: #A8DE91; }
span { border-color: rgb(168,222,145); }
td.TdClassName
{
border-color: #A8DE91;
}
.TagClassName
{
border-color: #A8DE91;
}
</style>