Shades of Feijoa #A7CF80
Tints of Feijoa #A7CF80
RGB
CMYK
RGB Variations
Color information
#A7CF80 (or 0xA7CF80) is known color: Feijoa. HEX triplet: A7, CF and 80. RGB value is (167,207,128). Sum of RGB (Red+Green+Blue) = 167+207+128=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CF80 is #58307F. Grayscale: #BABABA. Windows color (decimal): -5779584 or 8441767. OLE color: 8441767.
HSL color Cylindrical-coordinate representation of color #A7CF80: hue angle of 90.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7CF80 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 128 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.19 |
| HSL | 90.38º | 0.45% | 0.66% | - |
| HSV(B) | 90.38º | 0.38% | 0.81% | - |
| XYZ | 42.15 | 54.4 | 28.7 | - |
| YUV | 186.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 128 | 0.19 | 0 | 0.38 | 0.19 | 90.38 | 0.45 | 0.66 |
| Hex | A7 | CF | 80 | 13 | 0 | 26 | 13 | 5A | 2D | 42 |
| Octal | 247 | 317 | 200 | 23 | 0 | 46 | 23 | 132 | 55 | 102 |
| Binary | 10100111 | 11001111 | 10000000 | 10011 | 0 | 100110 | 10011 | 1011010 | 101101 | 1000010 |
Color Harmonies of #A7CF80
Complementary color
Monochromatic Colors of #A7CF80
Black with #A7CF80
Text Example
Text Example
White with #A7CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF80; }
p { color: rgb(167,207,128); }
H1.HeaderClassName
{
color: #A7CF80;
}
.AnyTagClassName
{
color: #A7CF80;
}
</style>
background-color css
<style>
a { background-color: #A7CF80; }
a { background-color: rgb(167,207,128); }
div.DivClassName
{
background-color: #A7CF80;
}
.BgClassName
{
background-color: #A7CF80;
}
</style>
border-color css
<style>
span { border-color: #A7CF80; }
span { border-color: rgb(167,207,128); }
td.TdClassName
{
border-color: #A7CF80;
}
.TagClassName
{
border-color: #A7CF80;
}
</style>