Shades of Feijoa #A5E26D
Tints of Feijoa #A5E26D
RGB
CMYK
RGB Variations
Color information
#A5E26D (or 0xA5E26D) is known color: Feijoa. HEX triplet: A5, E2 and 6D. RGB value is (165,226,109). Sum of RGB (Red+Green+Blue) = 165+226+109=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E26D is #5A1D92. Grayscale: #C2C2C2. Windows color (decimal): -5905811 or 7201445. OLE color: 7201445.
HSL color Cylindrical-coordinate representation of color #A5E26D: hue angle of 91.28º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5E26D is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 109 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.11 |
| HSL | 91.28º | 0.67% | 0.66% | - |
| HSV(B) | 91.28º | 0.52% | 0.89% | - |
| XYZ | 45.47 | 63.5 | 24.33 | - |
| YUV | 194.42 | 79.79 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 109 | 0.27 | 0 | 0.52 | 0.11 | 91.28 | 0.67 | 0.66 |
| Hex | A5 | E2 | 6D | 1B | 0 | 34 | B | 5B | 43 | 42 |
| Octal | 245 | 342 | 155 | 33 | 0 | 64 | 13 | 133 | 103 | 102 |
| Binary | 10100101 | 11100010 | 1101101 | 11011 | 0 | 110100 | 1011 | 1011011 | 1000011 | 1000010 |
Color Harmonies of #A5E26D
Complementary color
Monochromatic Colors of #A5E26D
Black with #A5E26D
Text Example
Text Example
White with #A5E26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E26D; }
p { color: rgb(165,226,109); }
H1.HeaderClassName
{
color: #A5E26D;
}
.AnyTagClassName
{
color: #A5E26D;
}
</style>
background-color css
<style>
a { background-color: #A5E26D; }
a { background-color: rgb(165,226,109); }
div.DivClassName
{
background-color: #A5E26D;
}
.BgClassName
{
background-color: #A5E26D;
}
</style>
border-color css
<style>
span { border-color: #A5E26D; }
span { border-color: rgb(165,226,109); }
td.TdClassName
{
border-color: #A5E26D;
}
.TagClassName
{
border-color: #A5E26D;
}
</style>