Shades of Feijoa #A8D678
Tints of Feijoa #A8D678
RGB
CMYK
RGB Variations
Color information
#A8D678 (or 0xA8D678) is known color: Feijoa. HEX triplet: A8, D6 and 78. RGB value is (168,214,120). Sum of RGB (Red+Green+Blue) = 168+214+120=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D678 is #572987. Grayscale: #BDBDBD. Windows color (decimal): -5712264 or 7919272. OLE color: 7919272.
HSL color Cylindrical-coordinate representation of color #A8D678: hue angle of 89.36º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8D678 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 120 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.16 |
| HSL | 89.36º | 0.53% | 0.65% | - |
| HSV(B) | 89.36º | 0.44% | 0.84% | - |
| XYZ | 43.59 | 57.77 | 26.62 | - |
| YUV | 189.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 120 | 0.21 | 0 | 0.44 | 0.16 | 89.36 | 0.53 | 0.65 |
| Hex | A8 | D6 | 78 | 15 | 0 | 2C | 10 | 59 | 35 | 41 |
| Octal | 250 | 326 | 170 | 25 | 0 | 54 | 20 | 131 | 65 | 101 |
| Binary | 10101000 | 11010110 | 1111000 | 10101 | 0 | 101100 | 10000 | 1011001 | 110101 | 1000001 |
Color Harmonies of #A8D678
Complementary color
Monochromatic Colors of #A8D678
Black with #A8D678
Text Example
Text Example
White with #A8D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D678; }
p { color: rgb(168,214,120); }
H1.HeaderClassName
{
color: #A8D678;
}
.AnyTagClassName
{
color: #A8D678;
}
</style>
background-color css
<style>
a { background-color: #A8D678; }
a { background-color: rgb(168,214,120); }
div.DivClassName
{
background-color: #A8D678;
}
.BgClassName
{
background-color: #A8D678;
}
</style>
border-color css
<style>
span { border-color: #A8D678; }
span { border-color: rgb(168,214,120); }
td.TdClassName
{
border-color: #A8D678;
}
.TagClassName
{
border-color: #A8D678;
}
</style>