Shades of Feijoa #A3DF7C
Tints of Feijoa #A3DF7C
RGB
CMYK
RGB Variations
Color information
#A3DF7C (or 0xA3DF7C) is known color: Feijoa. HEX triplet: A3, DF and 7C. RGB value is (163,223,124). Sum of RGB (Red+Green+Blue) = 163+223+124=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF7C is #5C2083. Grayscale: #C2C2C2. Windows color (decimal): -6037636 or 8183715. OLE color: 8183715.
HSL color Cylindrical-coordinate representation of color #A3DF7C: hue angle of 96.36º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3DF7C is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 124 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.13 |
| HSL | 96.36º | 0.61% | 0.68% | - |
| HSV(B) | 96.36º | 0.44% | 0.87% | - |
| XYZ | 45.13 | 62.02 | 28.66 | - |
| YUV | 193.77 | 88.62 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 124 | 0.27 | 0 | 0.44 | 0.13 | 96.36 | 0.61 | 0.68 |
| Hex | A3 | DF | 7C | 1B | 0 | 2C | D | 60 | 3D | 44 |
| Octal | 243 | 337 | 174 | 33 | 0 | 54 | 15 | 140 | 75 | 104 |
| Binary | 10100011 | 11011111 | 1111100 | 11011 | 0 | 101100 | 1101 | 1100000 | 111101 | 1000100 |
Color Harmonies of #A3DF7C
Complementary color
Monochromatic Colors of #A3DF7C
Black with #A3DF7C
Text Example
Text Example
White with #A3DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF7C; }
p { color: rgb(163,223,124); }
H1.HeaderClassName
{
color: #A3DF7C;
}
.AnyTagClassName
{
color: #A3DF7C;
}
</style>
background-color css
<style>
a { background-color: #A3DF7C; }
a { background-color: rgb(163,223,124); }
div.DivClassName
{
background-color: #A3DF7C;
}
.BgClassName
{
background-color: #A3DF7C;
}
</style>
border-color css
<style>
span { border-color: #A3DF7C; }
span { border-color: rgb(163,223,124); }
td.TdClassName
{
border-color: #A3DF7C;
}
.TagClassName
{
border-color: #A3DF7C;
}
</style>