Shades of Feijoa #A3E28B
Tints of Feijoa #A3E28B
RGB
CMYK
RGB Variations
Color information
#A3E28B (or 0xA3E28B) is known color: Feijoa. HEX triplet: A3, E2 and 8B. RGB value is (163,226,139). Sum of RGB (Red+Green+Blue) = 163+226+139=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E28B is #5C1D74. Grayscale: #C5C5C5. Windows color (decimal): -6036853 or 9167523. OLE color: 9167523.
HSL color Cylindrical-coordinate representation of color #A3E28B: hue angle of 103.45º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3E28B is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 226 | 139 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.11 |
| HSL | 103.45º | 0.6% | 0.72% | - |
| HSV(B) | 103.45º | 0.38% | 0.89% | - |
| XYZ | 46.96 | 64.04 | 34.31 | - |
| YUV | 197.25 | 95.13 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 226 | 139 | 0.28 | 0 | 0.38 | 0.11 | 103.45 | 0.6 | 0.72 |
| Hex | A3 | E2 | 8B | 1C | 0 | 26 | B | 67 | 3C | 48 |
| Octal | 243 | 342 | 213 | 34 | 0 | 46 | 13 | 147 | 74 | 110 |
| Binary | 10100011 | 11100010 | 10001011 | 11100 | 0 | 100110 | 1011 | 1100111 | 111100 | 1001000 |
Color Harmonies of #A3E28B
Complementary color
Monochromatic Colors of #A3E28B
Black with #A3E28B
Text Example
Text Example
White with #A3E28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E28B; }
p { color: rgb(163,226,139); }
H1.HeaderClassName
{
color: #A3E28B;
}
.AnyTagClassName
{
color: #A3E28B;
}
</style>
background-color css
<style>
a { background-color: #A3E28B; }
a { background-color: rgb(163,226,139); }
div.DivClassName
{
background-color: #A3E28B;
}
.BgClassName
{
background-color: #A3E28B;
}
</style>
border-color css
<style>
span { border-color: #A3E28B; }
span { border-color: rgb(163,226,139); }
td.TdClassName
{
border-color: #A3E28B;
}
.TagClassName
{
border-color: #A3E28B;
}
</style>