Shades of Feijoa #A3DD7D
Tints of Feijoa #A3DD7D
RGB
CMYK
RGB Variations
Color information
#A3DD7D (or 0xA3DD7D) is known color: Feijoa. HEX triplet: A3, DD and 7D. RGB value is (163,221,125). Sum of RGB (Red+Green+Blue) = 163+221+125=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD7D is #5C2282. Grayscale: #C1C1C1. Windows color (decimal): -6038147 or 8248739. OLE color: 8248739.
HSL color Cylindrical-coordinate representation of color #A3DD7D: hue angle of 96.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3DD7D is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 125 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.13 |
| HSL | 96.25º | 0.59% | 0.68% | - |
| HSV(B) | 96.25º | 0.43% | 0.87% | - |
| XYZ | 44.66 | 60.98 | 28.82 | - |
| YUV | 192.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 125 | 0.26 | 0 | 0.43 | 0.13 | 96.25 | 0.59 | 0.68 |
| Hex | A3 | DD | 7D | 1A | 0 | 2B | D | 60 | 3B | 44 |
| Octal | 243 | 335 | 175 | 32 | 0 | 53 | 15 | 140 | 73 | 104 |
| Binary | 10100011 | 11011101 | 1111101 | 11010 | 0 | 101011 | 1101 | 1100000 | 111011 | 1000100 |
Color Harmonies of #A3DD7D
Complementary color
Monochromatic Colors of #A3DD7D
Black with #A3DD7D
Text Example
Text Example
White with #A3DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD7D; }
p { color: rgb(163,221,125); }
H1.HeaderClassName
{
color: #A3DD7D;
}
.AnyTagClassName
{
color: #A3DD7D;
}
</style>
background-color css
<style>
a { background-color: #A3DD7D; }
a { background-color: rgb(163,221,125); }
div.DivClassName
{
background-color: #A3DD7D;
}
.BgClassName
{
background-color: #A3DD7D;
}
</style>
border-color css
<style>
span { border-color: #A3DD7D; }
span { border-color: rgb(163,221,125); }
td.TdClassName
{
border-color: #A3DD7D;
}
.TagClassName
{
border-color: #A3DD7D;
}
</style>