Shades of Feijoa #A5E977
Tints of Feijoa #A5E977
RGB
CMYK
RGB Variations
Color information
#A5E977 (or 0xA5E977) is known color: Feijoa. HEX triplet: A5, E9 and 77. RGB value is (165,233,119). Sum of RGB (Red+Green+Blue) = 165+233+119=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E977 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E977 is #5A1688. Grayscale: #C8C8C8. Windows color (decimal): -5904009 or 7858597. OLE color: 7858597.
HSL color Cylindrical-coordinate representation of color #A5E977: hue angle of 95.79º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5E977 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 119 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.09 |
| HSL | 95.79º | 0.72% | 0.69% | - |
| HSV(B) | 95.79º | 0.49% | 0.91% | - |
| XYZ | 47.99 | 67.61 | 27.97 | - |
| YUV | 199.67 | 82.47 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 119 | 0.29 | 0 | 0.49 | 0.09 | 95.79 | 0.72 | 0.69 |
| Hex | A5 | E9 | 77 | 1D | 0 | 31 | 9 | 60 | 48 | 45 |
| Octal | 245 | 351 | 167 | 35 | 0 | 61 | 11 | 140 | 110 | 105 |
| Binary | 10100101 | 11101001 | 1110111 | 11101 | 0 | 110001 | 1001 | 1100000 | 1001000 | 1000101 |
Color Harmonies of #A5E977
Complementary color
Monochromatic Colors of #A5E977
Black with #A5E977
Text Example
Text Example
White with #A5E977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E977; }
p { color: rgb(165,233,119); }
H1.HeaderClassName
{
color: #A5E977;
}
.AnyTagClassName
{
color: #A5E977;
}
</style>
background-color css
<style>
a { background-color: #A5E977; }
a { background-color: rgb(165,233,119); }
div.DivClassName
{
background-color: #A5E977;
}
.BgClassName
{
background-color: #A5E977;
}
</style>
border-color css
<style>
span { border-color: #A5E977; }
span { border-color: rgb(165,233,119); }
td.TdClassName
{
border-color: #A5E977;
}
.TagClassName
{
border-color: #A5E977;
}
</style>