Shades of Feijoa #A7FF7D
Tints of Feijoa #A7FF7D
RGB
CMYK
RGB Variations
Color information
#A7FF7D (or 0xA7FF7D) is known color: Feijoa. HEX triplet: A7, FF and 7D. RGB value is (167,255,125). Sum of RGB (Red+Green+Blue) = 167+255+125=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FF7D is #580082. Grayscale: #D6D6D6. Windows color (decimal): -5767299 or 8257447. OLE color: 8257447.
HSL color Cylindrical-coordinate representation of color #A7FF7D: hue angle of 100.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7FF7D is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 125 | - |
| CMYK | 0.35 | 0 | 0.51 | 0 |
| HSL | 100.62º | 1% | 0.75% | - |
| HSV(B) | 100.62º | 0.51% | 1% | - |
| XYZ | 55.4 | 81.22 | 32.16 | - |
| YUV | 213.87 | 77.85 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 125 | 0.35 | 0 | 0.51 | 0 | 100.62 | 1 | 0.75 |
| Hex | A7 | FF | 7D | 23 | 0 | 33 | 0 | 65 | 64 | 4B |
| Octal | 247 | 377 | 175 | 43 | 0 | 63 | 0 | 145 | 144 | 113 |
| Binary | 10100111 | 11111111 | 1111101 | 100011 | 0 | 110011 | 0 | 1100101 | 1100100 | 1001011 |
Color Harmonies of #A7FF7D
Complementary color
Monochromatic Colors of #A7FF7D
Black with #A7FF7D
Text Example
Text Example
White with #A7FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FF7D; }
p { color: rgb(167,255,125); }
H1.HeaderClassName
{
color: #A7FF7D;
}
.AnyTagClassName
{
color: #A7FF7D;
}
</style>
background-color css
<style>
a { background-color: #A7FF7D; }
a { background-color: rgb(167,255,125); }
div.DivClassName
{
background-color: #A7FF7D;
}
.BgClassName
{
background-color: #A7FF7D;
}
</style>
border-color css
<style>
span { border-color: #A7FF7D; }
span { border-color: rgb(167,255,125); }
td.TdClassName
{
border-color: #A7FF7D;
}
.TagClassName
{
border-color: #A7FF7D;
}
</style>