Shades of Feijoa #A5E185
Tints of Feijoa #A5E185
RGB
CMYK
RGB Variations
Color information
#A5E185 (or 0xA5E185) is known color: Feijoa. HEX triplet: A5, E1 and 85. RGB value is (165,225,133). Sum of RGB (Red+Green+Blue) = 165+225+133=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E185 is #5A1E7A. Grayscale: #C4C4C4. Windows color (decimal): -5906043 or 8774053. OLE color: 8774053.
HSL color Cylindrical-coordinate representation of color #A5E185: hue angle of 99.13º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5E185 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 133 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.12 |
| HSL | 99.13º | 0.61% | 0.7% | - |
| HSV(B) | 99.13º | 0.41% | 0.88% | - |
| XYZ | 46.68 | 63.54 | 32 | - |
| YUV | 196.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 133 | 0.27 | 0 | 0.41 | 0.12 | 99.13 | 0.61 | 0.7 |
| Hex | A5 | E1 | 85 | 1B | 0 | 29 | C | 63 | 3D | 46 |
| Octal | 245 | 341 | 205 | 33 | 0 | 51 | 14 | 143 | 75 | 106 |
| Binary | 10100101 | 11100001 | 10000101 | 11011 | 0 | 101001 | 1100 | 1100011 | 111101 | 1000110 |
Color Harmonies of #A5E185
Complementary color
Monochromatic Colors of #A5E185
Black with #A5E185
Text Example
Text Example
White with #A5E185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E185; }
p { color: rgb(165,225,133); }
H1.HeaderClassName
{
color: #A5E185;
}
.AnyTagClassName
{
color: #A5E185;
}
</style>
background-color css
<style>
a { background-color: #A5E185; }
a { background-color: rgb(165,225,133); }
div.DivClassName
{
background-color: #A5E185;
}
.BgClassName
{
background-color: #A5E185;
}
</style>
border-color css
<style>
span { border-color: #A5E185; }
span { border-color: rgb(165,225,133); }
td.TdClassName
{
border-color: #A5E185;
}
.TagClassName
{
border-color: #A5E185;
}
</style>