Shades of Feijoa #A3E18B
Tints of Feijoa #A3E18B
RGB
CMYK
RGB Variations
Color information
#A3E18B (or 0xA3E18B) is known color: Feijoa. HEX triplet: A3, E1 and 8B. RGB value is (163,225,139). Sum of RGB (Red+Green+Blue) = 163+225+139=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E18B is #5C1E74. Grayscale: #C4C4C4. Windows color (decimal): -6037109 or 9167267. OLE color: 9167267.
HSL color Cylindrical-coordinate representation of color #A3E18B: hue angle of 103.26º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3E18B is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 139 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.12 |
| HSL | 103.26º | 0.59% | 0.71% | - |
| HSV(B) | 103.26º | 0.38% | 0.88% | - |
| XYZ | 46.69 | 63.5 | 34.22 | - |
| YUV | 196.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 139 | 0.28 | 0 | 0.38 | 0.12 | 103.26 | 0.59 | 0.71 |
| Hex | A3 | E1 | 8B | 1C | 0 | 26 | C | 67 | 3B | 47 |
| Octal | 243 | 341 | 213 | 34 | 0 | 46 | 14 | 147 | 73 | 107 |
| Binary | 10100011 | 11100001 | 10001011 | 11100 | 0 | 100110 | 1100 | 1100111 | 111011 | 1000111 |
Color Harmonies of #A3E18B
Complementary color
Monochromatic Colors of #A3E18B
Black with #A3E18B
Text Example
Text Example
White with #A3E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E18B; }
p { color: rgb(163,225,139); }
H1.HeaderClassName
{
color: #A3E18B;
}
.AnyTagClassName
{
color: #A3E18B;
}
</style>
background-color css
<style>
a { background-color: #A3E18B; }
a { background-color: rgb(163,225,139); }
div.DivClassName
{
background-color: #A3E18B;
}
.BgClassName
{
background-color: #A3E18B;
}
</style>
border-color css
<style>
span { border-color: #A3E18B; }
span { border-color: rgb(163,225,139); }
td.TdClassName
{
border-color: #A3E18B;
}
.TagClassName
{
border-color: #A3E18B;
}
</style>