Shades of Feijoa #A7E18B
Tints of Feijoa #A7E18B
RGB
CMYK
RGB Variations
Color information
#A7E18B (or 0xA7E18B) is known color: Feijoa. HEX triplet: A7, E1 and 8B. RGB value is (167,225,139). Sum of RGB (Red+Green+Blue) = 167+225+139=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E18B is #581E74. Grayscale: #C6C6C6. Windows color (decimal): -5774965 or 9167271. OLE color: 9167271.
HSL color Cylindrical-coordinate representation of color #A7E18B: hue angle of 100.47º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7E18B is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 139 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.12 |
| HSL | 100.47º | 0.59% | 0.71% | - |
| HSV(B) | 100.47º | 0.38% | 0.88% | - |
| XYZ | 47.52 | 63.93 | 34.26 | - |
| YUV | 197.85 | 94.78 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 139 | 0.26 | 0 | 0.38 | 0.12 | 100.47 | 0.59 | 0.71 |
| Hex | A7 | E1 | 8B | 1A | 0 | 26 | C | 64 | 3B | 47 |
| Octal | 247 | 341 | 213 | 32 | 0 | 46 | 14 | 144 | 73 | 107 |
| Binary | 10100111 | 11100001 | 10001011 | 11010 | 0 | 100110 | 1100 | 1100100 | 111011 | 1000111 |
Color Harmonies of #A7E18B
Complementary color
Monochromatic Colors of #A7E18B
Black with #A7E18B
Text Example
Text Example
White with #A7E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E18B; }
p { color: rgb(167,225,139); }
H1.HeaderClassName
{
color: #A7E18B;
}
.AnyTagClassName
{
color: #A7E18B;
}
</style>
background-color css
<style>
a { background-color: #A7E18B; }
a { background-color: rgb(167,225,139); }
div.DivClassName
{
background-color: #A7E18B;
}
.BgClassName
{
background-color: #A7E18B;
}
</style>
border-color css
<style>
span { border-color: #A7E18B; }
span { border-color: rgb(167,225,139); }
td.TdClassName
{
border-color: #A7E18B;
}
.TagClassName
{
border-color: #A7E18B;
}
</style>