Shades of Feijoa #A7E38D
Tints of Feijoa #A7E38D
RGB
CMYK
RGB Variations
Color information
#A7E38D (or 0xA7E38D) is known color: Feijoa. HEX triplet: A7, E3 and 8D. RGB value is (167,227,141). Sum of RGB (Red+Green+Blue) = 167+227+141=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #A7E38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E38D is #581C72. Grayscale: #C7C7C7. Windows color (decimal): -5774451 or 9298855. OLE color: 9298855.
HSL color Cylindrical-coordinate representation of color #A7E38D: hue angle of 101.86º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7E38D is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 227 | 141 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.11 |
| HSL | 101.86º | 0.61% | 0.72% | - |
| HSV(B) | 101.86º | 0.38% | 0.89% | - |
| XYZ | 48.21 | 65.08 | 35.22 | - |
| YUV | 199.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 227 | 141 | 0.26 | 0 | 0.38 | 0.11 | 101.86 | 0.61 | 0.72 |
| Hex | A7 | E3 | 8D | 1A | 0 | 26 | B | 66 | 3D | 48 |
| Octal | 247 | 343 | 215 | 32 | 0 | 46 | 13 | 146 | 75 | 110 |
| Binary | 10100111 | 11100011 | 10001101 | 11010 | 0 | 100110 | 1011 | 1100110 | 111101 | 1001000 |
Color Harmonies of #A7E38D
Complementary color
Monochromatic Colors of #A7E38D
Black with #A7E38D
Text Example
Text Example
White with #A7E38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E38D; }
p { color: rgb(167,227,141); }
H1.HeaderClassName
{
color: #A7E38D;
}
.AnyTagClassName
{
color: #A7E38D;
}
</style>
background-color css
<style>
a { background-color: #A7E38D; }
a { background-color: rgb(167,227,141); }
div.DivClassName
{
background-color: #A7E38D;
}
.BgClassName
{
background-color: #A7E38D;
}
</style>
border-color css
<style>
span { border-color: #A7E38D; }
span { border-color: rgb(167,227,141); }
td.TdClassName
{
border-color: #A7E38D;
}
.TagClassName
{
border-color: #A7E38D;
}
</style>