Shades of Feijoa #A8D68B
Tints of Feijoa #A8D68B
RGB
CMYK
RGB Variations
Color information
#A8D68B (or 0xA8D68B) is known color: Feijoa. HEX triplet: A8, D6 and 8B. RGB value is (168,214,139). Sum of RGB (Red+Green+Blue) = 168+214+139=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D68B is #572974. Grayscale: #BFBFBF. Windows color (decimal): -5712245 or 9164456. OLE color: 9164456.
HSL color Cylindrical-coordinate representation of color #A8D68B: hue angle of 96.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8D68B is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 139 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.16 |
| HSL | 96.8º | 0.48% | 0.69% | - |
| HSV(B) | 96.8º | 0.35% | 0.84% | - |
| XYZ | 44.86 | 58.28 | 33.31 | - |
| YUV | 191.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 139 | 0.21 | 0 | 0.35 | 0.16 | 96.8 | 0.48 | 0.69 |
| Hex | A8 | D6 | 8B | 15 | 0 | 23 | 10 | 61 | 30 | 45 |
| Octal | 250 | 326 | 213 | 25 | 0 | 43 | 20 | 141 | 60 | 105 |
| Binary | 10101000 | 11010110 | 10001011 | 10101 | 0 | 100011 | 10000 | 1100001 | 110000 | 1000101 |
Color Harmonies of #A8D68B
Complementary color
Monochromatic Colors of #A8D68B
Black with #A8D68B
Text Example
Text Example
White with #A8D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D68B; }
p { color: rgb(168,214,139); }
H1.HeaderClassName
{
color: #A8D68B;
}
.AnyTagClassName
{
color: #A8D68B;
}
</style>
background-color css
<style>
a { background-color: #A8D68B; }
a { background-color: rgb(168,214,139); }
div.DivClassName
{
background-color: #A8D68B;
}
.BgClassName
{
background-color: #A8D68B;
}
</style>
border-color css
<style>
span { border-color: #A8D68B; }
span { border-color: rgb(168,214,139); }
td.TdClassName
{
border-color: #A8D68B;
}
.TagClassName
{
border-color: #A8D68B;
}
</style>