Shades of Feijoa #A8D68A
Tints of Feijoa #A8D68A
RGB
CMYK
RGB Variations
Color information
#A8D68A (or 0xA8D68A) is known color: Feijoa. HEX triplet: A8, D6 and 8A. RGB value is (168,214,138). Sum of RGB (Red+Green+Blue) = 168+214+138=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D68A is #572975. Grayscale: #BFBFBF. Windows color (decimal): -5712246 or 9098920. OLE color: 9098920.
HSL color Cylindrical-coordinate representation of color #A8D68A: hue angle of 96.32º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8D68A is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 138 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.16 |
| HSL | 96.32º | 0.48% | 0.69% | - |
| HSV(B) | 96.32º | 0.36% | 0.84% | - |
| XYZ | 44.78 | 58.25 | 32.93 | - |
| YUV | 191.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 138 | 0.21 | 0 | 0.36 | 0.16 | 96.32 | 0.48 | 0.69 |
| Hex | A8 | D6 | 8A | 15 | 0 | 24 | 10 | 60 | 30 | 45 |
| Octal | 250 | 326 | 212 | 25 | 0 | 44 | 20 | 140 | 60 | 105 |
| Binary | 10101000 | 11010110 | 10001010 | 10101 | 0 | 100100 | 10000 | 1100000 | 110000 | 1000101 |
Color Harmonies of #A8D68A
Complementary color
Monochromatic Colors of #A8D68A
Black with #A8D68A
Text Example
Text Example
White with #A8D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D68A; }
p { color: rgb(168,214,138); }
H1.HeaderClassName
{
color: #A8D68A;
}
.AnyTagClassName
{
color: #A8D68A;
}
</style>
background-color css
<style>
a { background-color: #A8D68A; }
a { background-color: rgb(168,214,138); }
div.DivClassName
{
background-color: #A8D68A;
}
.BgClassName
{
background-color: #A8D68A;
}
</style>
border-color css
<style>
span { border-color: #A8D68A; }
span { border-color: rgb(168,214,138); }
td.TdClassName
{
border-color: #A8D68A;
}
.TagClassName
{
border-color: #A8D68A;
}
</style>