Shades of Feijoa #A7FA7B
Tints of Feijoa #A7FA7B
RGB
CMYK
RGB Variations
Color information
#A7FA7B (or 0xA7FA7B) is known color: Feijoa. HEX triplet: A7, FA and 7B. RGB value is (167,250,123). Sum of RGB (Red+Green+Blue) = 167+250+123=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FA7B is #580584. Grayscale: #D3D3D3. Windows color (decimal): -5768581 or 8125095. OLE color: 8125095.
HSL color Cylindrical-coordinate representation of color #A7FA7B: hue angle of 99.21º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7FA7B is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 250 | 123 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.02 |
| HSL | 99.21º | 0.93% | 0.73% | - |
| HSV(B) | 99.21º | 0.51% | 0.98% | - |
| XYZ | 53.7 | 78.02 | 30.97 | - |
| YUV | 210.71 | 78.5 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 250 | 123 | 0.33 | 0 | 0.51 | 0.02 | 99.21 | 0.93 | 0.73 |
| Hex | A7 | FA | 7B | 21 | 0 | 33 | 2 | 63 | 5D | 49 |
| Octal | 247 | 372 | 173 | 41 | 0 | 63 | 2 | 143 | 135 | 111 |
| Binary | 10100111 | 11111010 | 1111011 | 100001 | 0 | 110011 | 10 | 1100011 | 1011101 | 1001001 |
Color Harmonies of #A7FA7B
Complementary color
Monochromatic Colors of #A7FA7B
Black with #A7FA7B
Text Example
Text Example
White with #A7FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FA7B; }
p { color: rgb(167,250,123); }
H1.HeaderClassName
{
color: #A7FA7B;
}
.AnyTagClassName
{
color: #A7FA7B;
}
</style>
background-color css
<style>
a { background-color: #A7FA7B; }
a { background-color: rgb(167,250,123); }
div.DivClassName
{
background-color: #A7FA7B;
}
.BgClassName
{
background-color: #A7FA7B;
}
</style>
border-color css
<style>
span { border-color: #A7FA7B; }
span { border-color: rgb(167,250,123); }
td.TdClassName
{
border-color: #A7FA7B;
}
.TagClassName
{
border-color: #A7FA7B;
}
</style>