Shades of Feijoa #A8D178
Tints of Feijoa #A8D178
RGB
CMYK
RGB Variations
Color information
#A8D178 (or 0xA8D178) is known color: Feijoa. HEX triplet: A8, D1 and 78. RGB value is (168,209,120). Sum of RGB (Red+Green+Blue) = 168+209+120=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D178 is #572E87. Grayscale: #BABABA. Windows color (decimal): -5713544 or 7917992. OLE color: 7917992.
HSL color Cylindrical-coordinate representation of color #A8D178: hue angle of 87.64º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8D178 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 120 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.18 |
| HSL | 87.64º | 0.49% | 0.65% | - |
| HSV(B) | 87.64º | 0.43% | 0.82% | - |
| XYZ | 42.34 | 55.28 | 26.21 | - |
| YUV | 186.6 | 90.42 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 120 | 0.20 | 0 | 0.43 | 0.18 | 87.64 | 0.49 | 0.65 |
| Hex | A8 | D1 | 78 | 14 | 0 | 2B | 12 | 58 | 31 | 41 |
| Octal | 250 | 321 | 170 | 24 | 0 | 53 | 22 | 130 | 61 | 101 |
| Binary | 10101000 | 11010001 | 1111000 | 10100 | 0 | 101011 | 10010 | 1011000 | 110001 | 1000001 |
Color Harmonies of #A8D178
Complementary color
Monochromatic Colors of #A8D178
Black with #A8D178
Text Example
Text Example
White with #A8D178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D178; }
p { color: rgb(168,209,120); }
H1.HeaderClassName
{
color: #A8D178;
}
.AnyTagClassName
{
color: #A8D178;
}
</style>
background-color css
<style>
a { background-color: #A8D178; }
a { background-color: rgb(168,209,120); }
div.DivClassName
{
background-color: #A8D178;
}
.BgClassName
{
background-color: #A8D178;
}
</style>
border-color css
<style>
span { border-color: #A8D178; }
span { border-color: rgb(168,209,120); }
td.TdClassName
{
border-color: #A8D178;
}
.TagClassName
{
border-color: #A8D178;
}
</style>