Shades of Feijoa #A7FE7B
Tints of Feijoa #A7FE7B
RGB
CMYK
RGB Variations
Color information
#A7FE7B (or 0xA7FE7B) is known color: Feijoa. HEX triplet: A7, FE and 7B. RGB value is (167,254,123). Sum of RGB (Red+Green+Blue) = 167+254+123=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FE7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FE7B is #580184. Grayscale: #D5D5D5. Windows color (decimal): -5767557 or 8126119. OLE color: 8126119.
HSL color Cylindrical-coordinate representation of color #A7FE7B: hue angle of 99.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7FE7B is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 254 | 123 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.00 |
| HSL | 99.85º | 0.98% | 0.74% | - |
| HSV(B) | 99.85º | 0.52% | 1% | - |
| XYZ | 54.95 | 80.53 | 31.39 | - |
| YUV | 213.05 | 77.18 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 254 | 123 | 0.34 | 0 | 0.52 | 0.00 | 99.85 | 0.98 | 0.74 |
| Hex | A7 | FE | 7B | 22 | 0 | 34 | 0 | 64 | 62 | 4A |
| Octal | 247 | 376 | 173 | 42 | 0 | 64 | 0 | 144 | 142 | 112 |
| Binary | 10100111 | 11111110 | 1111011 | 100010 | 0 | 110100 | 0 | 1100100 | 1100010 | 1001010 |
Color Harmonies of #A7FE7B
Complementary color
Monochromatic Colors of #A7FE7B
Black with #A7FE7B
Text Example
Text Example
White with #A7FE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FE7B; }
p { color: rgb(167,254,123); }
H1.HeaderClassName
{
color: #A7FE7B;
}
.AnyTagClassName
{
color: #A7FE7B;
}
</style>
background-color css
<style>
a { background-color: #A7FE7B; }
a { background-color: rgb(167,254,123); }
div.DivClassName
{
background-color: #A7FE7B;
}
.BgClassName
{
background-color: #A7FE7B;
}
</style>
border-color css
<style>
span { border-color: #A7FE7B; }
span { border-color: rgb(167,254,123); }
td.TdClassName
{
border-color: #A7FE7B;
}
.TagClassName
{
border-color: #A7FE7B;
}
</style>