Shades of Feijoa #A5E77E
Tints of Feijoa #A5E77E
RGB
CMYK
RGB Variations
Color information
#A5E77E (or 0xA5E77E) is known color: Feijoa. HEX triplet: A5, E7 and 7E. RGB value is (165,231,126). Sum of RGB (Red+Green+Blue) = 165+231+126=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E77E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E77E is #5A1881. Grayscale: #C7C7C7. Windows color (decimal): -5904514 or 8316837. OLE color: 8316837.
HSL color Cylindrical-coordinate representation of color #A5E77E: hue angle of 97.71º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5E77E is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 126 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.09 |
| HSL | 97.71º | 0.69% | 0.7% | - |
| HSV(B) | 97.71º | 0.45% | 0.91% | - |
| XYZ | 47.86 | 66.66 | 30.08 | - |
| YUV | 199.3 | 86.63 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 126 | 0.29 | 0 | 0.45 | 0.09 | 97.71 | 0.69 | 0.7 |
| Hex | A5 | E7 | 7E | 1D | 0 | 2D | 9 | 62 | 45 | 46 |
| Octal | 245 | 347 | 176 | 35 | 0 | 55 | 11 | 142 | 105 | 106 |
| Binary | 10100101 | 11100111 | 1111110 | 11101 | 0 | 101101 | 1001 | 1100010 | 1000101 | 1000110 |
Color Harmonies of #A5E77E
Complementary color
Monochromatic Colors of #A5E77E
Black with #A5E77E
Text Example
Text Example
White with #A5E77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E77E; }
p { color: rgb(165,231,126); }
H1.HeaderClassName
{
color: #A5E77E;
}
.AnyTagClassName
{
color: #A5E77E;
}
</style>
background-color css
<style>
a { background-color: #A5E77E; }
a { background-color: rgb(165,231,126); }
div.DivClassName
{
background-color: #A5E77E;
}
.BgClassName
{
background-color: #A5E77E;
}
</style>
border-color css
<style>
span { border-color: #A5E77E; }
span { border-color: rgb(165,231,126); }
td.TdClassName
{
border-color: #A5E77E;
}
.TagClassName
{
border-color: #A5E77E;
}
</style>