Shades of Feijoa #A3E185
Tints of Feijoa #A3E185
RGB
CMYK
RGB Variations
Color information
#A3E185 (or 0xA3E185) is known color: Feijoa. HEX triplet: A3, E1 and 85. RGB value is (163,225,133). Sum of RGB (Red+Green+Blue) = 163+225+133=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E185 is #5C1E7A. Grayscale: #C4C4C4. Windows color (decimal): -6037115 or 8774051. OLE color: 8774051.
HSL color Cylindrical-coordinate representation of color #A3E185: hue angle of 100.43º 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 #A3E185 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 133 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.12 |
| HSL | 100.43º | 0.61% | 0.7% | - |
| HSV(B) | 100.43º | 0.41% | 0.88% | - |
| XYZ | 46.26 | 63.33 | 31.98 | - |
| YUV | 195.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 133 | 0.28 | 0 | 0.41 | 0.12 | 100.43 | 0.61 | 0.7 |
| Hex | A3 | E1 | 85 | 1C | 0 | 29 | C | 64 | 3D | 46 |
| Octal | 243 | 341 | 205 | 34 | 0 | 51 | 14 | 144 | 75 | 106 |
| Binary | 10100011 | 11100001 | 10000101 | 11100 | 0 | 101001 | 1100 | 1100100 | 111101 | 1000110 |
Color Harmonies of #A3E185
Complementary color
Monochromatic Colors of #A3E185
Black with #A3E185
Text Example
Text Example
White with #A3E185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E185; }
p { color: rgb(163,225,133); }
H1.HeaderClassName
{
color: #A3E185;
}
.AnyTagClassName
{
color: #A3E185;
}
</style>
background-color css
<style>
a { background-color: #A3E185; }
a { background-color: rgb(163,225,133); }
div.DivClassName
{
background-color: #A3E185;
}
.BgClassName
{
background-color: #A3E185;
}
</style>
border-color css
<style>
span { border-color: #A3E185; }
span { border-color: rgb(163,225,133); }
td.TdClassName
{
border-color: #A3E185;
}
.TagClassName
{
border-color: #A3E185;
}
</style>