Shades of Feijoa #A3EC7D
Tints of Feijoa #A3EC7D
RGB
CMYK
RGB Variations
Color information
#A3EC7D (or 0xA3EC7D) is known color: Feijoa. HEX triplet: A3, EC and 7D. RGB value is (163,236,125). Sum of RGB (Red+Green+Blue) = 163+236+125=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #A3EC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3EC7D is #5C1382. Grayscale: #C9C9C9. Windows color (decimal): -6034307 or 8252579. OLE color: 8252579.
HSL color Cylindrical-coordinate representation of color #A3EC7D: hue angle of 99.46º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3EC7D is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 125 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.07 |
| HSL | 99.46º | 0.74% | 0.71% | - |
| HSV(B) | 99.46º | 0.47% | 0.93% | - |
| XYZ | 48.8 | 69.26 | 30.2 | - |
| YUV | 201.52 | 84.82 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 125 | 0.31 | 0 | 0.47 | 0.07 | 99.46 | 0.74 | 0.71 |
| Hex | A3 | EC | 7D | 1F | 0 | 2F | 7 | 63 | 4A | 47 |
| Octal | 243 | 354 | 175 | 37 | 0 | 57 | 7 | 143 | 112 | 107 |
| Binary | 10100011 | 11101100 | 1111101 | 11111 | 0 | 101111 | 111 | 1100011 | 1001010 | 1000111 |
Color Harmonies of #A3EC7D
Complementary color
Monochromatic Colors of #A3EC7D
Black with #A3EC7D
Text Example
Text Example
White with #A3EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EC7D; }
p { color: rgb(163,236,125); }
H1.HeaderClassName
{
color: #A3EC7D;
}
.AnyTagClassName
{
color: #A3EC7D;
}
</style>
background-color css
<style>
a { background-color: #A3EC7D; }
a { background-color: rgb(163,236,125); }
div.DivClassName
{
background-color: #A3EC7D;
}
.BgClassName
{
background-color: #A3EC7D;
}
</style>
border-color css
<style>
span { border-color: #A3EC7D; }
span { border-color: rgb(163,236,125); }
td.TdClassName
{
border-color: #A3EC7D;
}
.TagClassName
{
border-color: #A3EC7D;
}
</style>