Shades of Feijoa #A7F87D
Tints of Feijoa #A7F87D
RGB
CMYK
RGB Variations
Color information
#A7F87D (or 0xA7F87D) is known color: Feijoa. HEX triplet: A7, F8 and 7D. RGB value is (167,248,125). Sum of RGB (Red+Green+Blue) = 167+248+125=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F87D is #580782. Grayscale: #D2D2D2. Windows color (decimal): -5769091 or 8255655. OLE color: 8255655.
HSL color Cylindrical-coordinate representation of color #A7F87D: hue angle of 99.51º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7F87D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 248 | 125 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.03 |
| HSL | 99.51º | 0.9% | 0.73% | - |
| HSV(B) | 99.51º | 0.5% | 0.97% | - |
| XYZ | 53.21 | 76.83 | 31.43 | - |
| YUV | 209.76 | 80.16 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 248 | 125 | 0.33 | 0 | 0.50 | 0.03 | 99.51 | 0.9 | 0.73 |
| Hex | A7 | F8 | 7D | 21 | 0 | 32 | 3 | 64 | 5A | 49 |
| Octal | 247 | 370 | 175 | 41 | 0 | 62 | 3 | 144 | 132 | 111 |
| Binary | 10100111 | 11111000 | 1111101 | 100001 | 0 | 110010 | 11 | 1100100 | 1011010 | 1001001 |
Color Harmonies of #A7F87D
Complementary color
Monochromatic Colors of #A7F87D
Black with #A7F87D
Text Example
Text Example
White with #A7F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F87D; }
p { color: rgb(167,248,125); }
H1.HeaderClassName
{
color: #A7F87D;
}
.AnyTagClassName
{
color: #A7F87D;
}
</style>
background-color css
<style>
a { background-color: #A7F87D; }
a { background-color: rgb(167,248,125); }
div.DivClassName
{
background-color: #A7F87D;
}
.BgClassName
{
background-color: #A7F87D;
}
</style>
border-color css
<style>
span { border-color: #A7F87D; }
span { border-color: rgb(167,248,125); }
td.TdClassName
{
border-color: #A7F87D;
}
.TagClassName
{
border-color: #A7F87D;
}
</style>