Shades of Feijoa #A8D68D
Tints of Feijoa #A8D68D
RGB
CMYK
RGB Variations
Color information
#A8D68D (or 0xA8D68D) is known color: Feijoa. HEX triplet: A8, D6 and 8D. RGB value is (168,214,141). Sum of RGB (Red+Green+Blue) = 168+214+141=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D68D is #572972. Grayscale: #C0C0C0. Windows color (decimal): -5712243 or 9295528. OLE color: 9295528.
HSL color Cylindrical-coordinate representation of color #A8D68D: hue angle of 97.81º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D68D is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 141 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.16 |
| HSL | 97.81º | 0.47% | 0.7% | - |
| HSV(B) | 97.81º | 0.34% | 0.84% | - |
| XYZ | 45 | 58.34 | 34.09 | - |
| YUV | 191.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 141 | 0.21 | 0 | 0.34 | 0.16 | 97.81 | 0.47 | 0.7 |
| Hex | A8 | D6 | 8D | 15 | 0 | 22 | 10 | 62 | 2F | 46 |
| Octal | 250 | 326 | 215 | 25 | 0 | 42 | 20 | 142 | 57 | 106 |
| Binary | 10101000 | 11010110 | 10001101 | 10101 | 0 | 100010 | 10000 | 1100010 | 101111 | 1000110 |
Color Harmonies of #A8D68D
Complementary color
Monochromatic Colors of #A8D68D
Black with #A8D68D
Text Example
Text Example
White with #A8D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D68D; }
p { color: rgb(168,214,141); }
H1.HeaderClassName
{
color: #A8D68D;
}
.AnyTagClassName
{
color: #A8D68D;
}
</style>
background-color css
<style>
a { background-color: #A8D68D; }
a { background-color: rgb(168,214,141); }
div.DivClassName
{
background-color: #A8D68D;
}
.BgClassName
{
background-color: #A8D68D;
}
</style>
border-color css
<style>
span { border-color: #A8D68D; }
span { border-color: rgb(168,214,141); }
td.TdClassName
{
border-color: #A8D68D;
}
.TagClassName
{
border-color: #A8D68D;
}
</style>