Shades of Feijoa #A3D185
Tints of Feijoa #A3D185
RGB
CMYK
RGB Variations
Color information
#A3D185 (or 0xA3D185) is known color: Feijoa. HEX triplet: A3, D1 and 85. RGB value is (163,209,133). Sum of RGB (Red+Green+Blue) = 163+209+133=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #A3D185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D185 is #5C2E7A. Grayscale: #BABABA. Windows color (decimal): -6041211 or 8769955. OLE color: 8769955.
HSL color Cylindrical-coordinate representation of color #A3D185: hue angle of 96.32º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3D185 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 209 | 133 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.18 |
| HSL | 96.32º | 0.45% | 0.67% | - |
| HSV(B) | 96.32º | 0.36% | 0.82% | - |
| XYZ | 42.14 | 55.08 | 30.6 | - |
| YUV | 186.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 209 | 133 | 0.22 | 0 | 0.36 | 0.18 | 96.32 | 0.45 | 0.67 |
| Hex | A3 | D1 | 85 | 16 | 0 | 24 | 12 | 60 | 2D | 43 |
| Octal | 243 | 321 | 205 | 26 | 0 | 44 | 22 | 140 | 55 | 103 |
| Binary | 10100011 | 11010001 | 10000101 | 10110 | 0 | 100100 | 10010 | 1100000 | 101101 | 1000011 |
Color Harmonies of #A3D185
Complementary color
Monochromatic Colors of #A3D185
Black with #A3D185
Text Example
Text Example
White with #A3D185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D185; }
p { color: rgb(163,209,133); }
H1.HeaderClassName
{
color: #A3D185;
}
.AnyTagClassName
{
color: #A3D185;
}
</style>
background-color css
<style>
a { background-color: #A3D185; }
a { background-color: rgb(163,209,133); }
div.DivClassName
{
background-color: #A3D185;
}
.BgClassName
{
background-color: #A3D185;
}
</style>
border-color css
<style>
span { border-color: #A3D185; }
span { border-color: rgb(163,209,133); }
td.TdClassName
{
border-color: #A3D185;
}
.TagClassName
{
border-color: #A3D185;
}
</style>