Shades of Feijoa #A8D980
Tints of Feijoa #A8D980
RGB
CMYK
RGB Variations
Color information
#A8D980 (or 0xA8D980) is known color: Feijoa. HEX triplet: A8, D9 and 80. RGB value is (168,217,128). Sum of RGB (Red+Green+Blue) = 168+217+128=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D980 is #57267F. Grayscale: #C0C0C0. Windows color (decimal): -5711488 or 8444328. OLE color: 8444328.
HSL color Cylindrical-coordinate representation of color #A8D980: hue angle of 93.03º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8D980 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 128 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.15 |
| HSL | 93.03º | 0.54% | 0.68% | - |
| HSV(B) | 93.03º | 0.41% | 0.85% | - |
| XYZ | 44.86 | 59.51 | 29.54 | - |
| YUV | 192.2 | 91.77 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 128 | 0.23 | 0 | 0.41 | 0.15 | 93.03 | 0.54 | 0.68 |
| Hex | A8 | D9 | 80 | 17 | 0 | 29 | F | 5D | 36 | 44 |
| Octal | 250 | 331 | 200 | 27 | 0 | 51 | 17 | 135 | 66 | 104 |
| Binary | 10101000 | 11011001 | 10000000 | 10111 | 0 | 101001 | 1111 | 1011101 | 110110 | 1000100 |
Color Harmonies of #A8D980
Complementary color
Monochromatic Colors of #A8D980
Black with #A8D980
Text Example
Text Example
White with #A8D980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D980; }
p { color: rgb(168,217,128); }
H1.HeaderClassName
{
color: #A8D980;
}
.AnyTagClassName
{
color: #A8D980;
}
</style>
background-color css
<style>
a { background-color: #A8D980; }
a { background-color: rgb(168,217,128); }
div.DivClassName
{
background-color: #A8D980;
}
.BgClassName
{
background-color: #A8D980;
}
</style>
border-color css
<style>
span { border-color: #A8D980; }
span { border-color: rgb(168,217,128); }
td.TdClassName
{
border-color: #A8D980;
}
.TagClassName
{
border-color: #A8D980;
}
</style>