Shades of Feijoa #A8D091
Tints of Feijoa #A8D091
RGB
CMYK
RGB Variations
Color information
#A8D091 (or 0xA8D091) is known color: Feijoa. HEX triplet: A8, D0 and 91. RGB value is (168,208,145). Sum of RGB (Red+Green+Blue) = 168+208+145=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D091 is #572F6E. Grayscale: #BDBDBD. Windows color (decimal): -5713775 or 9556136. OLE color: 9556136.
HSL color Cylindrical-coordinate representation of color #A8D091: hue angle of 98.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D091 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 145 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.18 |
| HSL | 98.1º | 0.4% | 0.69% | - |
| HSV(B) | 98.1º | 0.3% | 0.82% | - |
| XYZ | 43.82 | 55.48 | 35.19 | - |
| YUV | 188.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 145 | 0.19 | 0 | 0.30 | 0.18 | 98.1 | 0.4 | 0.69 |
| Hex | A8 | D0 | 91 | 13 | 0 | 1E | 12 | 62 | 28 | 45 |
| Octal | 250 | 320 | 221 | 23 | 0 | 36 | 22 | 142 | 50 | 105 |
| Binary | 10101000 | 11010000 | 10010001 | 10011 | 0 | 11110 | 10010 | 1100010 | 101000 | 1000101 |
Color Harmonies of #A8D091
Complementary color
Monochromatic Colors of #A8D091
Black with #A8D091
Text Example
Text Example
White with #A8D091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D091; }
p { color: rgb(168,208,145); }
H1.HeaderClassName
{
color: #A8D091;
}
.AnyTagClassName
{
color: #A8D091;
}
</style>
background-color css
<style>
a { background-color: #A8D091; }
a { background-color: rgb(168,208,145); }
div.DivClassName
{
background-color: #A8D091;
}
.BgClassName
{
background-color: #A8D091;
}
</style>
border-color css
<style>
span { border-color: #A8D091; }
span { border-color: rgb(168,208,145); }
td.TdClassName
{
border-color: #A8D091;
}
.TagClassName
{
border-color: #A8D091;
}
</style>