Shades of Feijoa #A8D176
Tints of Feijoa #A8D176
RGB
CMYK
RGB Variations
Color information
#A8D176 (or 0xA8D176) is known color: Feijoa. HEX triplet: A8, D1 and 76. RGB value is (168,209,118). Sum of RGB (Red+Green+Blue) = 168+209+118=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D176 is #572E89. Grayscale: #BABABA. Windows color (decimal): -5713546 or 7786920. OLE color: 7786920.
HSL color Cylindrical-coordinate representation of color #A8D176: hue angle of 87.03º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8D176 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 118 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.18 |
| HSL | 87.03º | 0.5% | 0.64% | - |
| HSV(B) | 87.03º | 0.44% | 0.82% | - |
| XYZ | 42.22 | 55.23 | 25.58 | - |
| YUV | 186.37 | 89.42 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 118 | 0.20 | 0 | 0.44 | 0.18 | 87.03 | 0.5 | 0.64 |
| Hex | A8 | D1 | 76 | 14 | 0 | 2C | 12 | 57 | 32 | 40 |
| Octal | 250 | 321 | 166 | 24 | 0 | 54 | 22 | 127 | 62 | 100 |
| Binary | 10101000 | 11010001 | 1110110 | 10100 | 0 | 101100 | 10010 | 1010111 | 110010 | 1000000 |
Color Harmonies of #A8D176
Complementary color
Monochromatic Colors of #A8D176
Black with #A8D176
Text Example
Text Example
White with #A8D176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D176; }
p { color: rgb(168,209,118); }
H1.HeaderClassName
{
color: #A8D176;
}
.AnyTagClassName
{
color: #A8D176;
}
</style>
background-color css
<style>
a { background-color: #A8D176; }
a { background-color: rgb(168,209,118); }
div.DivClassName
{
background-color: #A8D176;
}
.BgClassName
{
background-color: #A8D176;
}
</style>
border-color css
<style>
span { border-color: #A8D176; }
span { border-color: rgb(168,209,118); }
td.TdClassName
{
border-color: #A8D176;
}
.TagClassName
{
border-color: #A8D176;
}
</style>