Shades of Feijoa #A8D679
Tints of Feijoa #A8D679
RGB
CMYK
RGB Variations
Color information
#A8D679 (or 0xA8D679) is known color: Feijoa. HEX triplet: A8, D6 and 79. RGB value is (168,214,121). Sum of RGB (Red+Green+Blue) = 168+214+121=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D679 is #572986. Grayscale: #BDBDBD. Windows color (decimal): -5712263 or 7984808. OLE color: 7984808.
HSL color Cylindrical-coordinate representation of color #A8D679: hue angle of 89.68º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8D679 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 121 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.16 |
| HSL | 89.68º | 0.53% | 0.66% | - |
| HSV(B) | 89.68º | 0.43% | 0.84% | - |
| XYZ | 43.65 | 57.8 | 26.94 | - |
| YUV | 189.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 121 | 0.21 | 0 | 0.43 | 0.16 | 89.68 | 0.53 | 0.66 |
| Hex | A8 | D6 | 79 | 15 | 0 | 2B | 10 | 5A | 35 | 42 |
| Octal | 250 | 326 | 171 | 25 | 0 | 53 | 20 | 132 | 65 | 102 |
| Binary | 10101000 | 11010110 | 1111001 | 10101 | 0 | 101011 | 10000 | 1011010 | 110101 | 1000010 |
Color Harmonies of #A8D679
Complementary color
Monochromatic Colors of #A8D679
Black with #A8D679
Text Example
Text Example
White with #A8D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D679; }
p { color: rgb(168,214,121); }
H1.HeaderClassName
{
color: #A8D679;
}
.AnyTagClassName
{
color: #A8D679;
}
</style>
background-color css
<style>
a { background-color: #A8D679; }
a { background-color: rgb(168,214,121); }
div.DivClassName
{
background-color: #A8D679;
}
.BgClassName
{
background-color: #A8D679;
}
</style>
border-color css
<style>
span { border-color: #A8D679; }
span { border-color: rgb(168,214,121); }
td.TdClassName
{
border-color: #A8D679;
}
.TagClassName
{
border-color: #A8D679;
}
</style>