Shades of Feijoa #A3DE85
Tints of Feijoa #A3DE85
RGB
CMYK
RGB Variations
Color information
#A3DE85 (or 0xA3DE85) is known color: Feijoa. HEX triplet: A3, DE and 85. RGB value is (163,222,133). Sum of RGB (Red+Green+Blue) = 163+222+133=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DE85 is #5C217A. Grayscale: #C2C2C2. Windows color (decimal): -6037883 or 8773283. OLE color: 8773283.
HSL color Cylindrical-coordinate representation of color #A3DE85: hue angle of 99.78º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3DE85 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 133 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.13 |
| HSL | 99.78º | 0.57% | 0.7% | - |
| HSV(B) | 99.78º | 0.4% | 0.87% | - |
| XYZ | 45.46 | 61.72 | 31.71 | - |
| YUV | 194.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 133 | 0.27 | 0 | 0.40 | 0.13 | 99.78 | 0.57 | 0.7 |
| Hex | A3 | DE | 85 | 1B | 0 | 28 | D | 64 | 39 | 46 |
| Octal | 243 | 336 | 205 | 33 | 0 | 50 | 15 | 144 | 71 | 106 |
| Binary | 10100011 | 11011110 | 10000101 | 11011 | 0 | 101000 | 1101 | 1100100 | 111001 | 1000110 |
Color Harmonies of #A3DE85
Complementary color
Monochromatic Colors of #A3DE85
Black with #A3DE85
Text Example
Text Example
White with #A3DE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DE85; }
p { color: rgb(163,222,133); }
H1.HeaderClassName
{
color: #A3DE85;
}
.AnyTagClassName
{
color: #A3DE85;
}
</style>
background-color css
<style>
a { background-color: #A3DE85; }
a { background-color: rgb(163,222,133); }
div.DivClassName
{
background-color: #A3DE85;
}
.BgClassName
{
background-color: #A3DE85;
}
</style>
border-color css
<style>
span { border-color: #A3DE85; }
span { border-color: rgb(163,222,133); }
td.TdClassName
{
border-color: #A3DE85;
}
.TagClassName
{
border-color: #A3DE85;
}
</style>