Shades of Feijoa #A7FB7D
Tints of Feijoa #A7FB7D
RGB
CMYK
RGB Variations
Color information
#A7FB7D (or 0xA7FB7D) is known color: Feijoa. HEX triplet: A7, FB and 7D. RGB value is (167,251,125). Sum of RGB (Red+Green+Blue) = 167+251+125=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FB7D is #580482. Grayscale: #D3D3D3. Windows color (decimal): -5768323 or 8256423. OLE color: 8256423.
HSL color Cylindrical-coordinate representation of color #A7FB7D: hue angle of 100º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7FB7D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 251 | 125 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.02 |
| HSL | 100º | 0.94% | 0.74% | - |
| HSV(B) | 100º | 0.5% | 0.98% | - |
| XYZ | 54.14 | 78.69 | 31.74 | - |
| YUV | 211.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 251 | 125 | 0.33 | 0 | 0.50 | 0.02 | 100 | 0.94 | 0.74 |
| Hex | A7 | FB | 7D | 21 | 0 | 32 | 2 | 64 | 5E | 4A |
| Octal | 247 | 373 | 175 | 41 | 0 | 62 | 2 | 144 | 136 | 112 |
| Binary | 10100111 | 11111011 | 1111101 | 100001 | 0 | 110010 | 10 | 1100100 | 1011110 | 1001010 |
Color Harmonies of #A7FB7D
Complementary color
Monochromatic Colors of #A7FB7D
Black with #A7FB7D
Text Example
Text Example
White with #A7FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FB7D; }
p { color: rgb(167,251,125); }
H1.HeaderClassName
{
color: #A7FB7D;
}
.AnyTagClassName
{
color: #A7FB7D;
}
</style>
background-color css
<style>
a { background-color: #A7FB7D; }
a { background-color: rgb(167,251,125); }
div.DivClassName
{
background-color: #A7FB7D;
}
.BgClassName
{
background-color: #A7FB7D;
}
</style>
border-color css
<style>
span { border-color: #A7FB7D; }
span { border-color: rgb(167,251,125); }
td.TdClassName
{
border-color: #A7FB7D;
}
.TagClassName
{
border-color: #A7FB7D;
}
</style>