Shades of Feijoa #A5E18D
Tints of Feijoa #A5E18D
RGB
CMYK
RGB Variations
Color information
#A5E18D (or 0xA5E18D) is known color: Feijoa. HEX triplet: A5, E1 and 8D. RGB value is (165,225,141). Sum of RGB (Red+Green+Blue) = 165+225+141=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E18D is #5A1E72. Grayscale: #C5C5C5. Windows color (decimal): -5906035 or 9298341. OLE color: 9298341.
HSL color Cylindrical-coordinate representation of color #A5E18D: hue angle of 102.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5E18D is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 141 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.12 |
| HSL | 102.86º | 0.58% | 0.72% | - |
| HSV(B) | 102.86º | 0.37% | 0.88% | - |
| XYZ | 47.25 | 63.77 | 35.02 | - |
| YUV | 197.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 141 | 0.27 | 0 | 0.37 | 0.12 | 102.86 | 0.58 | 0.72 |
| Hex | A5 | E1 | 8D | 1B | 0 | 25 | C | 67 | 3A | 48 |
| Octal | 245 | 341 | 215 | 33 | 0 | 45 | 14 | 147 | 72 | 110 |
| Binary | 10100101 | 11100001 | 10001101 | 11011 | 0 | 100101 | 1100 | 1100111 | 111010 | 1001000 |
Color Harmonies of #A5E18D
Complementary color
Monochromatic Colors of #A5E18D
Black with #A5E18D
Text Example
Text Example
White with #A5E18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E18D; }
p { color: rgb(165,225,141); }
H1.HeaderClassName
{
color: #A5E18D;
}
.AnyTagClassName
{
color: #A5E18D;
}
</style>
background-color css
<style>
a { background-color: #A5E18D; }
a { background-color: rgb(165,225,141); }
div.DivClassName
{
background-color: #A5E18D;
}
.BgClassName
{
background-color: #A5E18D;
}
</style>
border-color css
<style>
span { border-color: #A5E18D; }
span { border-color: rgb(165,225,141); }
td.TdClassName
{
border-color: #A5E18D;
}
.TagClassName
{
border-color: #A5E18D;
}
</style>