Shades of Feijoa #A8E091
Tints of Feijoa #A8E091
RGB
CMYK
RGB Variations
Color information
#A8E091 (or 0xA8E091) is known color: Feijoa. HEX triplet: A8, E0 and 91. RGB value is (168,224,145). Sum of RGB (Red+Green+Blue) = 168+224+145=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E091 is #571F6E. Grayscale: #C6C6C6. Windows color (decimal): -5709679 or 9560232. OLE color: 9560232.
HSL color Cylindrical-coordinate representation of color #A8E091: hue angle of 102.53º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8E091 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 145 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.12 |
| HSL | 102.53º | 0.56% | 0.72% | - |
| HSV(B) | 102.53º | 0.35% | 0.88% | - |
| XYZ | 47.91 | 63.68 | 36.55 | - |
| YUV | 198.25 | 97.95 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 145 | 0.25 | 0 | 0.35 | 0.12 | 102.53 | 0.56 | 0.72 |
| Hex | A8 | E0 | 91 | 19 | 0 | 23 | C | 67 | 38 | 48 |
| Octal | 250 | 340 | 221 | 31 | 0 | 43 | 14 | 147 | 70 | 110 |
| Binary | 10101000 | 11100000 | 10010001 | 11001 | 0 | 100011 | 1100 | 1100111 | 111000 | 1001000 |
Color Harmonies of #A8E091
Complementary color
Monochromatic Colors of #A8E091
Black with #A8E091
Text Example
Text Example
White with #A8E091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E091; }
p { color: rgb(168,224,145); }
H1.HeaderClassName
{
color: #A8E091;
}
.AnyTagClassName
{
color: #A8E091;
}
</style>
background-color css
<style>
a { background-color: #A8E091; }
a { background-color: rgb(168,224,145); }
div.DivClassName
{
background-color: #A8E091;
}
.BgClassName
{
background-color: #A8E091;
}
</style>
border-color css
<style>
span { border-color: #A8E091; }
span { border-color: rgb(168,224,145); }
td.TdClassName
{
border-color: #A8E091;
}
.TagClassName
{
border-color: #A8E091;
}
</style>