Shades of Feijoa #A5E56A
Tints of Feijoa #A5E56A
RGB
CMYK
RGB Variations
Color information
#A5E56A (or 0xA5E56A) is known color: Feijoa. HEX triplet: A5, E5 and 6A. RGB value is (165,229,106). Sum of RGB (Red+Green+Blue) = 165+229+106=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E56A is #5A1A95. Grayscale: #C4C4C4. Windows color (decimal): -5905046 or 7005605. OLE color: 7005605.
HSL color Cylindrical-coordinate representation of color #A5E56A: hue angle of 91.22º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5E56A is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 106 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.10 |
| HSL | 91.22º | 0.7% | 0.66% | - |
| HSV(B) | 91.22º | 0.54% | 0.9% | - |
| XYZ | 46.14 | 65.08 | 23.77 | - |
| YUV | 195.84 | 77.3 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 106 | 0.28 | 0 | 0.54 | 0.10 | 91.22 | 0.7 | 0.66 |
| Hex | A5 | E5 | 6A | 1C | 0 | 36 | A | 5B | 46 | 42 |
| Octal | 245 | 345 | 152 | 34 | 0 | 66 | 12 | 133 | 106 | 102 |
| Binary | 10100101 | 11100101 | 1101010 | 11100 | 0 | 110110 | 1010 | 1011011 | 1000110 | 1000010 |
Color Harmonies of #A5E56A
Complementary color
Monochromatic Colors of #A5E56A
Black with #A5E56A
Text Example
Text Example
White with #A5E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E56A; }
p { color: rgb(165,229,106); }
H1.HeaderClassName
{
color: #A5E56A;
}
.AnyTagClassName
{
color: #A5E56A;
}
</style>
background-color css
<style>
a { background-color: #A5E56A; }
a { background-color: rgb(165,229,106); }
div.DivClassName
{
background-color: #A5E56A;
}
.BgClassName
{
background-color: #A5E56A;
}
</style>
border-color css
<style>
span { border-color: #A5E56A; }
span { border-color: rgb(165,229,106); }
td.TdClassName
{
border-color: #A5E56A;
}
.TagClassName
{
border-color: #A5E56A;
}
</style>