Shades of Feijoa #A8D690
Tints of Feijoa #A8D690
RGB
CMYK
RGB Variations
Color information
#A8D690 (or 0xA8D690) is known color: Feijoa. HEX triplet: A8, D6 and 90. RGB value is (168,214,144). Sum of RGB (Red+Green+Blue) = 168+214+144=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D690 is #57296F. Grayscale: #C0C0C0. Windows color (decimal): -5712240 or 9492136. OLE color: 9492136.
HSL color Cylindrical-coordinate representation of color #A8D690: hue angle of 99.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D690 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 144 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.16 |
| HSL | 99.43º | 0.46% | 0.7% | - |
| HSV(B) | 99.43º | 0.33% | 0.84% | - |
| XYZ | 45.23 | 58.43 | 35.28 | - |
| YUV | 192.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 144 | 0.21 | 0 | 0.33 | 0.16 | 99.43 | 0.46 | 0.7 |
| Hex | A8 | D6 | 90 | 15 | 0 | 21 | 10 | 63 | 2E | 46 |
| Octal | 250 | 326 | 220 | 25 | 0 | 41 | 20 | 143 | 56 | 106 |
| Binary | 10101000 | 11010110 | 10010000 | 10101 | 0 | 100001 | 10000 | 1100011 | 101110 | 1000110 |
Color Harmonies of #A8D690
Complementary color
Monochromatic Colors of #A8D690
Black with #A8D690
Text Example
Text Example
White with #A8D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D690; }
p { color: rgb(168,214,144); }
H1.HeaderClassName
{
color: #A8D690;
}
.AnyTagClassName
{
color: #A8D690;
}
</style>
background-color css
<style>
a { background-color: #A8D690; }
a { background-color: rgb(168,214,144); }
div.DivClassName
{
background-color: #A8D690;
}
.BgClassName
{
background-color: #A8D690;
}
</style>
border-color css
<style>
span { border-color: #A8D690; }
span { border-color: rgb(168,214,144); }
td.TdClassName
{
border-color: #A8D690;
}
.TagClassName
{
border-color: #A8D690;
}
</style>