Shades of Feijoa #A8D390
Tints of Feijoa #A8D390
RGB
CMYK
RGB Variations
Color information
#A8D390 (or 0xA8D390) is known color: Feijoa. HEX triplet: A8, D3 and 90. RGB value is (168,211,144). Sum of RGB (Red+Green+Blue) = 168+211+144=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D390 is #572C6F. Grayscale: #BEBEBE. Windows color (decimal): -5713008 or 9491368. OLE color: 9491368.
HSL color Cylindrical-coordinate representation of color #A8D390: hue angle of 98.51º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8D390 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 144 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.17 |
| HSL | 98.51º | 0.43% | 0.7% | - |
| HSV(B) | 98.51º | 0.32% | 0.83% | - |
| XYZ | 44.48 | 56.93 | 35.03 | - |
| YUV | 190.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 144 | 0.20 | 0 | 0.32 | 0.17 | 98.51 | 0.43 | 0.7 |
| Hex | A8 | D3 | 90 | 14 | 0 | 20 | 11 | 63 | 2B | 46 |
| Octal | 250 | 323 | 220 | 24 | 0 | 40 | 21 | 143 | 53 | 106 |
| Binary | 10101000 | 11010011 | 10010000 | 10100 | 0 | 100000 | 10001 | 1100011 | 101011 | 1000110 |
Color Harmonies of #A8D390
Complementary color
Monochromatic Colors of #A8D390
Black with #A8D390
Text Example
Text Example
White with #A8D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D390; }
p { color: rgb(168,211,144); }
H1.HeaderClassName
{
color: #A8D390;
}
.AnyTagClassName
{
color: #A8D390;
}
</style>
background-color css
<style>
a { background-color: #A8D390; }
a { background-color: rgb(168,211,144); }
div.DivClassName
{
background-color: #A8D390;
}
.BgClassName
{
background-color: #A8D390;
}
</style>
border-color css
<style>
span { border-color: #A8D390; }
span { border-color: rgb(168,211,144); }
td.TdClassName
{
border-color: #A8D390;
}
.TagClassName
{
border-color: #A8D390;
}
</style>