Shades of Feijoa #A7D080
Tints of Feijoa #A7D080
RGB
CMYK
RGB Variations
Color information
#A7D080 (or 0xA7D080) is known color: Feijoa. HEX triplet: A7, D0 and 80. RGB value is (167,208,128). Sum of RGB (Red+Green+Blue) = 167+208+128=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D080 is #582F7F. Grayscale: #BABABA. Windows color (decimal): -5779328 or 8442023. OLE color: 8442023.
HSL color Cylindrical-coordinate representation of color #A7D080: hue angle of 90.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7D080 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 208 | 128 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.18 |
| HSL | 90.75º | 0.46% | 0.66% | - |
| HSV(B) | 90.75º | 0.38% | 0.82% | - |
| XYZ | 42.39 | 54.89 | 28.78 | - |
| YUV | 186.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 128 | 0.20 | 0 | 0.38 | 0.18 | 90.75 | 0.46 | 0.66 |
| Hex | A7 | D0 | 80 | 14 | 0 | 26 | 12 | 5B | 2E | 42 |
| Octal | 247 | 320 | 200 | 24 | 0 | 46 | 22 | 133 | 56 | 102 |
| Binary | 10100111 | 11010000 | 10000000 | 10100 | 0 | 100110 | 10010 | 1011011 | 101110 | 1000010 |
Color Harmonies of #A7D080
Complementary color
Monochromatic Colors of #A7D080
Black with #A7D080
Text Example
Text Example
White with #A7D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D080; }
p { color: rgb(167,208,128); }
H1.HeaderClassName
{
color: #A7D080;
}
.AnyTagClassName
{
color: #A7D080;
}
</style>
background-color css
<style>
a { background-color: #A7D080; }
a { background-color: rgb(167,208,128); }
div.DivClassName
{
background-color: #A7D080;
}
.BgClassName
{
background-color: #A7D080;
}
</style>
border-color css
<style>
span { border-color: #A7D080; }
span { border-color: rgb(167,208,128); }
td.TdClassName
{
border-color: #A7D080;
}
.TagClassName
{
border-color: #A7D080;
}
</style>