Shades of Feijoa #A3E984
Tints of Feijoa #A3E984
RGB
CMYK
RGB Variations
Color information
#A3E984 (or 0xA3E984) is known color: Feijoa. HEX triplet: A3, E9 and 84. RGB value is (163,233,132). Sum of RGB (Red+Green+Blue) = 163+233+132=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #A3E984 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3E984 is #5C167B. Grayscale: #C8C8C8. Windows color (decimal): -6035068 or 8710563. OLE color: 8710563.
HSL color Cylindrical-coordinate representation of color #A3E984: hue angle of 101.58º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3E984 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 233 | 132 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.09 |
| HSL | 101.58º | 0.7% | 0.72% | - |
| HSV(B) | 101.58º | 0.43% | 0.91% | - |
| XYZ | 48.41 | 67.73 | 32.35 | - |
| YUV | 200.56 | 89.31 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 233 | 132 | 0.30 | 0 | 0.43 | 0.09 | 101.58 | 0.7 | 0.72 |
| Hex | A3 | E9 | 84 | 1E | 0 | 2B | 9 | 66 | 46 | 48 |
| Octal | 243 | 351 | 204 | 36 | 0 | 53 | 11 | 146 | 106 | 110 |
| Binary | 10100011 | 11101001 | 10000100 | 11110 | 0 | 101011 | 1001 | 1100110 | 1000110 | 1001000 |
Color Harmonies of #A3E984
Complementary color
Monochromatic Colors of #A3E984
Black with #A3E984
Text Example
Text Example
White with #A3E984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E984; }
p { color: rgb(163,233,132); }
H1.HeaderClassName
{
color: #A3E984;
}
.AnyTagClassName
{
color: #A3E984;
}
</style>
background-color css
<style>
a { background-color: #A3E984; }
a { background-color: rgb(163,233,132); }
div.DivClassName
{
background-color: #A3E984;
}
.BgClassName
{
background-color: #A3E984;
}
</style>
border-color css
<style>
span { border-color: #A3E984; }
span { border-color: rgb(163,233,132); }
td.TdClassName
{
border-color: #A3E984;
}
.TagClassName
{
border-color: #A3E984;
}
</style>