Shades of Feijoa #A3DC82
Tints of Feijoa #A3DC82
RGB
CMYK
RGB Variations
Color information
#A3DC82 (or 0xA3DC82) is known color: Feijoa. HEX triplet: A3, DC and 82. RGB value is (163,220,130). Sum of RGB (Red+Green+Blue) = 163+220+130=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DC82 is #5C237D. Grayscale: #C1C1C1. Windows color (decimal): -6038398 or 8576163. OLE color: 8576163.
HSL color Cylindrical-coordinate representation of color #A3DC82: hue angle of 98º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3DC82 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 130 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.14 |
| HSL | 98º | 0.56% | 0.69% | - |
| HSV(B) | 98º | 0.41% | 0.86% | - |
| XYZ | 44.73 | 60.58 | 30.46 | - |
| YUV | 192.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 130 | 0.26 | 0 | 0.41 | 0.14 | 98 | 0.56 | 0.69 |
| Hex | A3 | DC | 82 | 1A | 0 | 29 | E | 62 | 38 | 45 |
| Octal | 243 | 334 | 202 | 32 | 0 | 51 | 16 | 142 | 70 | 105 |
| Binary | 10100011 | 11011100 | 10000010 | 11010 | 0 | 101001 | 1110 | 1100010 | 111000 | 1000101 |
Color Harmonies of #A3DC82
Complementary color
Monochromatic Colors of #A3DC82
Black with #A3DC82
Text Example
Text Example
White with #A3DC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DC82; }
p { color: rgb(163,220,130); }
H1.HeaderClassName
{
color: #A3DC82;
}
.AnyTagClassName
{
color: #A3DC82;
}
</style>
background-color css
<style>
a { background-color: #A3DC82; }
a { background-color: rgb(163,220,130); }
div.DivClassName
{
background-color: #A3DC82;
}
.BgClassName
{
background-color: #A3DC82;
}
</style>
border-color css
<style>
span { border-color: #A3DC82; }
span { border-color: rgb(163,220,130); }
td.TdClassName
{
border-color: #A3DC82;
}
.TagClassName
{
border-color: #A3DC82;
}
</style>