Shades of Feijoa #A3DF82
Tints of Feijoa #A3DF82
RGB
CMYK
RGB Variations
Color information
#A3DF82 (or 0xA3DF82) is known color: Feijoa. HEX triplet: A3, DF and 82. RGB value is (163,223,130). Sum of RGB (Red+Green+Blue) = 163+223+130=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DF82 is #5C207D. Grayscale: #C2C2C2. Windows color (decimal): -6037630 or 8576931. OLE color: 8576931.
HSL color Cylindrical-coordinate representation of color #A3DF82: hue angle of 98.71º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3DF82 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 130 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.13 |
| HSL | 98.71º | 0.59% | 0.69% | - |
| HSV(B) | 98.71º | 0.42% | 0.87% | - |
| XYZ | 45.52 | 62.17 | 30.72 | - |
| YUV | 194.46 | 91.62 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 130 | 0.27 | 0 | 0.42 | 0.13 | 98.71 | 0.59 | 0.69 |
| Hex | A3 | DF | 82 | 1B | 0 | 2A | D | 63 | 3B | 45 |
| Octal | 243 | 337 | 202 | 33 | 0 | 52 | 15 | 143 | 73 | 105 |
| Binary | 10100011 | 11011111 | 10000010 | 11011 | 0 | 101010 | 1101 | 1100011 | 111011 | 1000101 |
Color Harmonies of #A3DF82
Complementary color
Monochromatic Colors of #A3DF82
Black with #A3DF82
Text Example
Text Example
White with #A3DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF82; }
p { color: rgb(163,223,130); }
H1.HeaderClassName
{
color: #A3DF82;
}
.AnyTagClassName
{
color: #A3DF82;
}
</style>
background-color css
<style>
a { background-color: #A3DF82; }
a { background-color: rgb(163,223,130); }
div.DivClassName
{
background-color: #A3DF82;
}
.BgClassName
{
background-color: #A3DF82;
}
</style>
border-color css
<style>
span { border-color: #A3DF82; }
span { border-color: rgb(163,223,130); }
td.TdClassName
{
border-color: #A3DF82;
}
.TagClassName
{
border-color: #A3DF82;
}
</style>