Shades of Feijoa #A7F67A
Tints of Feijoa #A7F67A
RGB
CMYK
RGB Variations
Color information
#A7F67A (or 0xA7F67A) is known color: Feijoa. HEX triplet: A7, F6 and 7A. RGB value is (167,246,122). Sum of RGB (Red+Green+Blue) = 167+246+122=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #A7F67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F67A is #580985. Grayscale: #D0D0D0. Windows color (decimal): -5769606 or 8058535. OLE color: 8058535.
HSL color Cylindrical-coordinate representation of color #A7F67A: hue angle of 98.23º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7F67A is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 246 | 122 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.04 |
| HSL | 98.23º | 0.87% | 0.72% | - |
| HSV(B) | 98.23º | 0.5% | 0.96% | - |
| XYZ | 52.4 | 75.53 | 30.23 | - |
| YUV | 208.24 | 79.33 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 246 | 122 | 0.32 | 0 | 0.50 | 0.04 | 98.23 | 0.87 | 0.72 |
| Hex | A7 | F6 | 7A | 20 | 0 | 32 | 4 | 62 | 57 | 48 |
| Octal | 247 | 366 | 172 | 40 | 0 | 62 | 4 | 142 | 127 | 110 |
| Binary | 10100111 | 11110110 | 1111010 | 100000 | 0 | 110010 | 100 | 1100010 | 1010111 | 1001000 |
Color Harmonies of #A7F67A
Complementary color
Monochromatic Colors of #A7F67A
Black with #A7F67A
Text Example
Text Example
White with #A7F67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F67A; }
p { color: rgb(167,246,122); }
H1.HeaderClassName
{
color: #A7F67A;
}
.AnyTagClassName
{
color: #A7F67A;
}
</style>
background-color css
<style>
a { background-color: #A7F67A; }
a { background-color: rgb(167,246,122); }
div.DivClassName
{
background-color: #A7F67A;
}
.BgClassName
{
background-color: #A7F67A;
}
</style>
border-color css
<style>
span { border-color: #A7F67A; }
span { border-color: rgb(167,246,122); }
td.TdClassName
{
border-color: #A7F67A;
}
.TagClassName
{
border-color: #A7F67A;
}
</style>