Shades of Feijoa #A5EB7E
Tints of Feijoa #A5EB7E
RGB
CMYK
RGB Variations
Color information
#A5EB7E (or 0xA5EB7E) is known color: Feijoa. HEX triplet: A5, EB and 7E. RGB value is (165,235,126). Sum of RGB (Red+Green+Blue) = 165+235+126=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EB7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EB7E is #5A1481. Grayscale: #CACACA. Windows color (decimal): -5903490 or 8317861. OLE color: 8317861.
HSL color Cylindrical-coordinate representation of color #A5EB7E: hue angle of 98.53º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5EB7E is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 235 | 126 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.08 |
| HSL | 98.53º | 0.73% | 0.71% | - |
| HSV(B) | 98.53º | 0.46% | 0.92% | - |
| XYZ | 48.99 | 68.92 | 30.46 | - |
| YUV | 201.64 | 85.31 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 235 | 126 | 0.30 | 0 | 0.46 | 0.08 | 98.53 | 0.73 | 0.71 |
| Hex | A5 | EB | 7E | 1E | 0 | 2E | 8 | 63 | 49 | 47 |
| Octal | 245 | 353 | 176 | 36 | 0 | 56 | 10 | 143 | 111 | 107 |
| Binary | 10100101 | 11101011 | 1111110 | 11110 | 0 | 101110 | 1000 | 1100011 | 1001001 | 1000111 |
Color Harmonies of #A5EB7E
Complementary color
Monochromatic Colors of #A5EB7E
Black with #A5EB7E
Text Example
Text Example
White with #A5EB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EB7E; }
p { color: rgb(165,235,126); }
H1.HeaderClassName
{
color: #A5EB7E;
}
.AnyTagClassName
{
color: #A5EB7E;
}
</style>
background-color css
<style>
a { background-color: #A5EB7E; }
a { background-color: rgb(165,235,126); }
div.DivClassName
{
background-color: #A5EB7E;
}
.BgClassName
{
background-color: #A5EB7E;
}
</style>
border-color css
<style>
span { border-color: #A5EB7E; }
span { border-color: rgb(165,235,126); }
td.TdClassName
{
border-color: #A5EB7E;
}
.TagClassName
{
border-color: #A5EB7E;
}
</style>