Shades of Feijoa #A5E56B
Tints of Feijoa #A5E56B
RGB
CMYK
RGB Variations
Color information
#A5E56B (or 0xA5E56B) is known color: Feijoa. HEX triplet: A5, E5 and 6B. RGB value is (165,229,107). Sum of RGB (Red+Green+Blue) = 165+229+107=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E56B is #5A1A94. Grayscale: #C4C4C4. Windows color (decimal): -5905045 or 7071141. OLE color: 7071141.
HSL color Cylindrical-coordinate representation of color #A5E56B: hue angle of 91.48º 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 #A5E56B is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 107 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.10 |
| HSL | 91.48º | 0.7% | 0.66% | - |
| HSV(B) | 91.48º | 0.53% | 0.9% | - |
| XYZ | 46.19 | 65.1 | 24.04 | - |
| YUV | 195.96 | 77.8 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 107 | 0.28 | 0 | 0.53 | 0.10 | 91.48 | 0.7 | 0.66 |
| Hex | A5 | E5 | 6B | 1C | 0 | 35 | A | 5B | 46 | 42 |
| Octal | 245 | 345 | 153 | 34 | 0 | 65 | 12 | 133 | 106 | 102 |
| Binary | 10100101 | 11100101 | 1101011 | 11100 | 0 | 110101 | 1010 | 1011011 | 1000110 | 1000010 |
Color Harmonies of #A5E56B
Complementary color
Monochromatic Colors of #A5E56B
Black with #A5E56B
Text Example
Text Example
White with #A5E56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E56B; }
p { color: rgb(165,229,107); }
H1.HeaderClassName
{
color: #A5E56B;
}
.AnyTagClassName
{
color: #A5E56B;
}
</style>
background-color css
<style>
a { background-color: #A5E56B; }
a { background-color: rgb(165,229,107); }
div.DivClassName
{
background-color: #A5E56B;
}
.BgClassName
{
background-color: #A5E56B;
}
</style>
border-color css
<style>
span { border-color: #A5E56B; }
span { border-color: rgb(165,229,107); }
td.TdClassName
{
border-color: #A5E56B;
}
.TagClassName
{
border-color: #A5E56B;
}
</style>