Shades of Feijoa #A3DD71
Tints of Feijoa #A3DD71
RGB
CMYK
RGB Variations
Color information
#A3DD71 (or 0xA3DD71) is known color: Feijoa. HEX triplet: A3, DD and 71. RGB value is (163,221,113). Sum of RGB (Red+Green+Blue) = 163+221+113=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD71 is #5C228E. Grayscale: #BFBFBF. Windows color (decimal): -6038159 or 7462307. OLE color: 7462307.
HSL color Cylindrical-coordinate representation of color #A3DD71: hue angle of 92.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3DD71 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 113 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.13 |
| HSL | 92.22º | 0.61% | 0.65% | - |
| HSV(B) | 92.22º | 0.49% | 0.87% | - |
| XYZ | 43.94 | 60.69 | 25.02 | - |
| YUV | 191.35 | 83.78 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 113 | 0.26 | 0 | 0.49 | 0.13 | 92.22 | 0.61 | 0.65 |
| Hex | A3 | DD | 71 | 1A | 0 | 31 | D | 5C | 3D | 41 |
| Octal | 243 | 335 | 161 | 32 | 0 | 61 | 15 | 134 | 75 | 101 |
| Binary | 10100011 | 11011101 | 1110001 | 11010 | 0 | 110001 | 1101 | 1011100 | 111101 | 1000001 |
Color Harmonies of #A3DD71
Complementary color
Monochromatic Colors of #A3DD71
Black with #A3DD71
Text Example
Text Example
White with #A3DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD71; }
p { color: rgb(163,221,113); }
H1.HeaderClassName
{
color: #A3DD71;
}
.AnyTagClassName
{
color: #A3DD71;
}
</style>
background-color css
<style>
a { background-color: #A3DD71; }
a { background-color: rgb(163,221,113); }
div.DivClassName
{
background-color: #A3DD71;
}
.BgClassName
{
background-color: #A3DD71;
}
</style>
border-color css
<style>
span { border-color: #A3DD71; }
span { border-color: rgb(163,221,113); }
td.TdClassName
{
border-color: #A3DD71;
}
.TagClassName
{
border-color: #A3DD71;
}
</style>