Shades of Feijoa #A5E77F
Tints of Feijoa #A5E77F
RGB
CMYK
RGB Variations
Color information
#A5E77F (or 0xA5E77F) is known color: Feijoa. HEX triplet: A5, E7 and 7F. RGB value is (165,231,127). Sum of RGB (Red+Green+Blue) = 165+231+127=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E77F is #5A1880. Grayscale: #C7C7C7. Windows color (decimal): -5904513 or 8382373. OLE color: 8382373.
HSL color Cylindrical-coordinate representation of color #A5E77F: hue angle of 98.08º degrees, saturation: 0.68, 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 #A5E77F is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 127 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.09 |
| HSL | 98.08º | 0.68% | 0.7% | - |
| HSV(B) | 98.08º | 0.45% | 0.91% | - |
| XYZ | 47.92 | 66.68 | 30.42 | - |
| YUV | 199.41 | 87.13 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 127 | 0.29 | 0 | 0.45 | 0.09 | 98.08 | 0.68 | 0.7 |
| Hex | A5 | E7 | 7F | 1D | 0 | 2D | 9 | 62 | 44 | 46 |
| Octal | 245 | 347 | 177 | 35 | 0 | 55 | 11 | 142 | 104 | 106 |
| Binary | 10100101 | 11100111 | 1111111 | 11101 | 0 | 101101 | 1001 | 1100010 | 1000100 | 1000110 |
Color Harmonies of #A5E77F
Complementary color
Monochromatic Colors of #A5E77F
Black with #A5E77F
Text Example
Text Example
White with #A5E77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E77F; }
p { color: rgb(165,231,127); }
H1.HeaderClassName
{
color: #A5E77F;
}
.AnyTagClassName
{
color: #A5E77F;
}
</style>
background-color css
<style>
a { background-color: #A5E77F; }
a { background-color: rgb(165,231,127); }
div.DivClassName
{
background-color: #A5E77F;
}
.BgClassName
{
background-color: #A5E77F;
}
</style>
border-color css
<style>
span { border-color: #A5E77F; }
span { border-color: rgb(165,231,127); }
td.TdClassName
{
border-color: #A5E77F;
}
.TagClassName
{
border-color: #A5E77F;
}
</style>