Shades of Feijoa #A3DD85
Tints of Feijoa #A3DD85
RGB
CMYK
RGB Variations
Color information
#A3DD85 (or 0xA3DD85) is known color: Feijoa. HEX triplet: A3, DD and 85. RGB value is (163,221,133). Sum of RGB (Red+Green+Blue) = 163+221+133=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DD85 is #5C227A. Grayscale: #C1C1C1. Windows color (decimal): -6038139 or 8773027. OLE color: 8773027.
HSL color Cylindrical-coordinate representation of color #A3DD85: hue angle of 99.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3DD85 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 133 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.13 |
| HSL | 99.55º | 0.56% | 0.69% | - |
| HSV(B) | 99.55º | 0.4% | 0.87% | - |
| XYZ | 45.19 | 61.19 | 31.62 | - |
| YUV | 193.63 | 93.78 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 133 | 0.26 | 0 | 0.40 | 0.13 | 99.55 | 0.56 | 0.69 |
| Hex | A3 | DD | 85 | 1A | 0 | 28 | D | 64 | 38 | 45 |
| Octal | 243 | 335 | 205 | 32 | 0 | 50 | 15 | 144 | 70 | 105 |
| Binary | 10100011 | 11011101 | 10000101 | 11010 | 0 | 101000 | 1101 | 1100100 | 111000 | 1000101 |
Color Harmonies of #A3DD85
Complementary color
Monochromatic Colors of #A3DD85
Black with #A3DD85
Text Example
Text Example
White with #A3DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD85; }
p { color: rgb(163,221,133); }
H1.HeaderClassName
{
color: #A3DD85;
}
.AnyTagClassName
{
color: #A3DD85;
}
</style>
background-color css
<style>
a { background-color: #A3DD85; }
a { background-color: rgb(163,221,133); }
div.DivClassName
{
background-color: #A3DD85;
}
.BgClassName
{
background-color: #A3DD85;
}
</style>
border-color css
<style>
span { border-color: #A3DD85; }
span { border-color: rgb(163,221,133); }
td.TdClassName
{
border-color: #A3DD85;
}
.TagClassName
{
border-color: #A3DD85;
}
</style>