Shades of Feijoa #A5E18B
Tints of Feijoa #A5E18B
RGB
CMYK
RGB Variations
Color information
#A5E18B (or 0xA5E18B) is known color: Feijoa. HEX triplet: A5, E1 and 8B. RGB value is (165,225,139). Sum of RGB (Red+Green+Blue) = 165+225+139=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E18B is #5A1E74. Grayscale: #C5C5C5. Windows color (decimal): -5906037 or 9167269. OLE color: 9167269.
HSL color Cylindrical-coordinate representation of color #A5E18B: hue angle of 101.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5E18B is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 139 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.12 |
| HSL | 101.86º | 0.59% | 0.71% | - |
| HSV(B) | 101.86º | 0.38% | 0.88% | - |
| XYZ | 47.1 | 63.71 | 34.24 | - |
| YUV | 197.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 139 | 0.27 | 0 | 0.38 | 0.12 | 101.86 | 0.59 | 0.71 |
| Hex | A5 | E1 | 8B | 1B | 0 | 26 | C | 66 | 3B | 47 |
| Octal | 245 | 341 | 213 | 33 | 0 | 46 | 14 | 146 | 73 | 107 |
| Binary | 10100101 | 11100001 | 10001011 | 11011 | 0 | 100110 | 1100 | 1100110 | 111011 | 1000111 |
Color Harmonies of #A5E18B
Complementary color
Monochromatic Colors of #A5E18B
Black with #A5E18B
Text Example
Text Example
White with #A5E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E18B; }
p { color: rgb(165,225,139); }
H1.HeaderClassName
{
color: #A5E18B;
}
.AnyTagClassName
{
color: #A5E18B;
}
</style>
background-color css
<style>
a { background-color: #A5E18B; }
a { background-color: rgb(165,225,139); }
div.DivClassName
{
background-color: #A5E18B;
}
.BgClassName
{
background-color: #A5E18B;
}
</style>
border-color css
<style>
span { border-color: #A5E18B; }
span { border-color: rgb(165,225,139); }
td.TdClassName
{
border-color: #A5E18B;
}
.TagClassName
{
border-color: #A5E18B;
}
</style>