Shades of Feijoa #A3DF80
Tints of Feijoa #A3DF80
RGB
CMYK
RGB Variations
Color information
#A3DF80 (or 0xA3DF80) is known color: Feijoa. HEX triplet: A3, DF and 80. RGB value is (163,223,128). Sum of RGB (Red+Green+Blue) = 163+223+128=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DF80 is #5C207F. Grayscale: #C2C2C2. Windows color (decimal): -6037632 or 8445859. OLE color: 8445859.
HSL color Cylindrical-coordinate representation of color #A3DF80: hue angle of 97.89º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3DF80 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 128 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.13 |
| HSL | 97.89º | 0.6% | 0.69% | - |
| HSV(B) | 97.89º | 0.43% | 0.87% | - |
| XYZ | 45.39 | 62.12 | 30.02 | - |
| YUV | 194.23 | 90.62 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 128 | 0.27 | 0 | 0.43 | 0.13 | 97.89 | 0.6 | 0.69 |
| Hex | A3 | DF | 80 | 1B | 0 | 2B | D | 62 | 3C | 45 |
| Octal | 243 | 337 | 200 | 33 | 0 | 53 | 15 | 142 | 74 | 105 |
| Binary | 10100011 | 11011111 | 10000000 | 11011 | 0 | 101011 | 1101 | 1100010 | 111100 | 1000101 |
Color Harmonies of #A3DF80
Complementary color
Monochromatic Colors of #A3DF80
Black with #A3DF80
Text Example
Text Example
White with #A3DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF80; }
p { color: rgb(163,223,128); }
H1.HeaderClassName
{
color: #A3DF80;
}
.AnyTagClassName
{
color: #A3DF80;
}
</style>
background-color css
<style>
a { background-color: #A3DF80; }
a { background-color: rgb(163,223,128); }
div.DivClassName
{
background-color: #A3DF80;
}
.BgClassName
{
background-color: #A3DF80;
}
</style>
border-color css
<style>
span { border-color: #A3DF80; }
span { border-color: rgb(163,223,128); }
td.TdClassName
{
border-color: #A3DF80;
}
.TagClassName
{
border-color: #A3DF80;
}
</style>