Shades of Feijoa #A5D77C
Tints of Feijoa #A5D77C
RGB
CMYK
RGB Variations
Color information
#A5D77C (or 0xA5D77C) is known color: Feijoa. HEX triplet: A5, D7 and 7C. RGB value is (165,215,124). Sum of RGB (Red+Green+Blue) = 165+215+124=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D77C is #5A2883. Grayscale: #BDBDBD. Windows color (decimal): -5908612 or 8181669. OLE color: 8181669.
HSL color Cylindrical-coordinate representation of color #A5D77C: hue angle of 92.97º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5D77C is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 124 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.16 |
| HSL | 92.97º | 0.53% | 0.66% | - |
| HSV(B) | 92.97º | 0.42% | 0.84% | - |
| XYZ | 43.46 | 58.06 | 27.98 | - |
| YUV | 189.68 | 90.94 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 124 | 0.23 | 0 | 0.42 | 0.16 | 92.97 | 0.53 | 0.66 |
| Hex | A5 | D7 | 7C | 17 | 0 | 2A | 10 | 5D | 35 | 42 |
| Octal | 245 | 327 | 174 | 27 | 0 | 52 | 20 | 135 | 65 | 102 |
| Binary | 10100101 | 11010111 | 1111100 | 10111 | 0 | 101010 | 10000 | 1011101 | 110101 | 1000010 |
Color Harmonies of #A5D77C
Complementary color
Monochromatic Colors of #A5D77C
Black with #A5D77C
Text Example
Text Example
White with #A5D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D77C; }
p { color: rgb(165,215,124); }
H1.HeaderClassName
{
color: #A5D77C;
}
.AnyTagClassName
{
color: #A5D77C;
}
</style>
background-color css
<style>
a { background-color: #A5D77C; }
a { background-color: rgb(165,215,124); }
div.DivClassName
{
background-color: #A5D77C;
}
.BgClassName
{
background-color: #A5D77C;
}
</style>
border-color css
<style>
span { border-color: #A5D77C; }
span { border-color: rgb(165,215,124); }
td.TdClassName
{
border-color: #A5D77C;
}
.TagClassName
{
border-color: #A5D77C;
}
</style>