Shades of Feijoa #A8D78E
Tints of Feijoa #A8D78E
RGB
CMYK
RGB Variations
Color information
#A8D78E (or 0xA8D78E) is known color: Feijoa. HEX triplet: A8, D7 and 8E. RGB value is (168,215,142). Sum of RGB (Red+Green+Blue) = 168+215+142=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D78E is #572871. Grayscale: #C0C0C0. Windows color (decimal): -5711986 or 9361320. OLE color: 9361320.
HSL color Cylindrical-coordinate representation of color #A8D78E: hue angle of 98.63º degrees, saturation: 0.48, 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 #A8D78E is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 142 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.16 |
| HSL | 98.63º | 0.48% | 0.7% | - |
| HSV(B) | 98.63º | 0.34% | 0.84% | - |
| XYZ | 45.33 | 58.88 | 34.57 | - |
| YUV | 192.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 142 | 0.22 | 0 | 0.34 | 0.16 | 98.63 | 0.48 | 0.7 |
| Hex | A8 | D7 | 8E | 16 | 0 | 22 | 10 | 63 | 30 | 46 |
| Octal | 250 | 327 | 216 | 26 | 0 | 42 | 20 | 143 | 60 | 106 |
| Binary | 10101000 | 11010111 | 10001110 | 10110 | 0 | 100010 | 10000 | 1100011 | 110000 | 1000110 |
Color Harmonies of #A8D78E
Complementary color
Monochromatic Colors of #A8D78E
Black with #A8D78E
Text Example
Text Example
White with #A8D78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D78E; }
p { color: rgb(168,215,142); }
H1.HeaderClassName
{
color: #A8D78E;
}
.AnyTagClassName
{
color: #A8D78E;
}
</style>
background-color css
<style>
a { background-color: #A8D78E; }
a { background-color: rgb(168,215,142); }
div.DivClassName
{
background-color: #A8D78E;
}
.BgClassName
{
background-color: #A8D78E;
}
</style>
border-color css
<style>
span { border-color: #A8D78E; }
span { border-color: rgb(168,215,142); }
td.TdClassName
{
border-color: #A8D78E;
}
.TagClassName
{
border-color: #A8D78E;
}
</style>