Shades of Feijoa #A5D77B
Tints of Feijoa #A5D77B
RGB
CMYK
RGB Variations
Color information
#A5D77B (or 0xA5D77B) is known color: Feijoa. HEX triplet: A5, D7 and 7B. RGB value is (165,215,123). Sum of RGB (Red+Green+Blue) = 165+215+123=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D77B is #5A2884. Grayscale: #BDBDBD. Windows color (decimal): -5908613 or 8116133. OLE color: 8116133.
HSL color Cylindrical-coordinate representation of color #A5D77B: hue angle of 92.61º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5D77B is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 123 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.16 |
| HSL | 92.61º | 0.53% | 0.66% | - |
| HSV(B) | 92.61º | 0.43% | 0.84% | - |
| XYZ | 43.39 | 58.03 | 27.65 | - |
| YUV | 189.56 | 90.44 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 123 | 0.23 | 0 | 0.43 | 0.16 | 92.61 | 0.53 | 0.66 |
| Hex | A5 | D7 | 7B | 17 | 0 | 2B | 10 | 5D | 35 | 42 |
| Octal | 245 | 327 | 173 | 27 | 0 | 53 | 20 | 135 | 65 | 102 |
| Binary | 10100101 | 11010111 | 1111011 | 10111 | 0 | 101011 | 10000 | 1011101 | 110101 | 1000010 |
Color Harmonies of #A5D77B
Complementary color
Monochromatic Colors of #A5D77B
Black with #A5D77B
Text Example
Text Example
White with #A5D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D77B; }
p { color: rgb(165,215,123); }
H1.HeaderClassName
{
color: #A5D77B;
}
.AnyTagClassName
{
color: #A5D77B;
}
</style>
background-color css
<style>
a { background-color: #A5D77B; }
a { background-color: rgb(165,215,123); }
div.DivClassName
{
background-color: #A5D77B;
}
.BgClassName
{
background-color: #A5D77B;
}
</style>
border-color css
<style>
span { border-color: #A5D77B; }
span { border-color: rgb(165,215,123); }
td.TdClassName
{
border-color: #A5D77B;
}
.TagClassName
{
border-color: #A5D77B;
}
</style>