Shades of Feijoa #A5E56C
Tints of Feijoa #A5E56C
RGB
CMYK
RGB Variations
Color information
#A5E56C (or 0xA5E56C) is known color: Feijoa. HEX triplet: A5, E5 and 6C. RGB value is (165,229,108). Sum of RGB (Red+Green+Blue) = 165+229+108=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E56C is #5A1A93. Grayscale: #C4C4C4. Windows color (decimal): -5905044 or 7136677. OLE color: 7136677.
HSL color Cylindrical-coordinate representation of color #A5E56C: hue angle of 91.74º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5E56C is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 108 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.10 |
| HSL | 91.74º | 0.7% | 0.66% | - |
| HSV(B) | 91.74º | 0.53% | 0.9% | - |
| XYZ | 46.24 | 65.12 | 24.32 | - |
| YUV | 196.07 | 78.3 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 108 | 0.28 | 0 | 0.53 | 0.10 | 91.74 | 0.7 | 0.66 |
| Hex | A5 | E5 | 6C | 1C | 0 | 35 | A | 5C | 46 | 42 |
| Octal | 245 | 345 | 154 | 34 | 0 | 65 | 12 | 134 | 106 | 102 |
| Binary | 10100101 | 11100101 | 1101100 | 11100 | 0 | 110101 | 1010 | 1011100 | 1000110 | 1000010 |
Color Harmonies of #A5E56C
Complementary color
Monochromatic Colors of #A5E56C
Black with #A5E56C
Text Example
Text Example
White with #A5E56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E56C; }
p { color: rgb(165,229,108); }
H1.HeaderClassName
{
color: #A5E56C;
}
.AnyTagClassName
{
color: #A5E56C;
}
</style>
background-color css
<style>
a { background-color: #A5E56C; }
a { background-color: rgb(165,229,108); }
div.DivClassName
{
background-color: #A5E56C;
}
.BgClassName
{
background-color: #A5E56C;
}
</style>
border-color css
<style>
span { border-color: #A5E56C; }
span { border-color: rgb(165,229,108); }
td.TdClassName
{
border-color: #A5E56C;
}
.TagClassName
{
border-color: #A5E56C;
}
</style>