Shades of Feijoa #A3DF7E
Tints of Feijoa #A3DF7E
RGB
CMYK
RGB Variations
Color information
#A3DF7E (or 0xA3DF7E) is known color: Feijoa. HEX triplet: A3, DF and 7E. RGB value is (163,223,126). Sum of RGB (Red+Green+Blue) = 163+223+126=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF7E is #5C2081. Grayscale: #C2C2C2. Windows color (decimal): -6037634 or 8314787. OLE color: 8314787.
HSL color Cylindrical-coordinate representation of color #A3DF7E: hue angle of 97.11º degrees, saturation: 0.6, 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 #A3DF7E is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 126 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.13 |
| HSL | 97.11º | 0.6% | 0.68% | - |
| HSV(B) | 97.11º | 0.43% | 0.87% | - |
| XYZ | 45.26 | 62.07 | 29.33 | - |
| YUV | 194 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 126 | 0.27 | 0 | 0.43 | 0.13 | 97.11 | 0.6 | 0.68 |
| Hex | A3 | DF | 7E | 1B | 0 | 2B | D | 61 | 3C | 44 |
| Octal | 243 | 337 | 176 | 33 | 0 | 53 | 15 | 141 | 74 | 104 |
| Binary | 10100011 | 11011111 | 1111110 | 11011 | 0 | 101011 | 1101 | 1100001 | 111100 | 1000100 |
Color Harmonies of #A3DF7E
Complementary color
Monochromatic Colors of #A3DF7E
Black with #A3DF7E
Text Example
Text Example
White with #A3DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF7E; }
p { color: rgb(163,223,126); }
H1.HeaderClassName
{
color: #A3DF7E;
}
.AnyTagClassName
{
color: #A3DF7E;
}
</style>
background-color css
<style>
a { background-color: #A3DF7E; }
a { background-color: rgb(163,223,126); }
div.DivClassName
{
background-color: #A3DF7E;
}
.BgClassName
{
background-color: #A3DF7E;
}
</style>
border-color css
<style>
span { border-color: #A3DF7E; }
span { border-color: rgb(163,223,126); }
td.TdClassName
{
border-color: #A3DF7E;
}
.TagClassName
{
border-color: #A3DF7E;
}
</style>