Shades of Feijoa #A3EB6C
Tints of Feijoa #A3EB6C
RGB
CMYK
RGB Variations
Color information
#A3EB6C (or 0xA3EB6C) is known color: Feijoa. HEX triplet: A3, EB and 6C. RGB value is (163,235,108). Sum of RGB (Red+Green+Blue) = 163+235+108=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EB6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3EB6C is #5C1493. Grayscale: #C7C7C7. Windows color (decimal): -6034580 or 7138211. OLE color: 7138211.
HSL color Cylindrical-coordinate representation of color #A3EB6C: hue angle of 94.02º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3EB6C is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 235 | 108 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.08 |
| HSL | 94.02º | 0.76% | 0.67% | - |
| HSV(B) | 94.02º | 0.54% | 0.92% | - |
| XYZ | 47.52 | 68.29 | 24.86 | - |
| YUV | 198.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 108 | 0.31 | 0 | 0.54 | 0.08 | 94.02 | 0.76 | 0.67 |
| Hex | A3 | EB | 6C | 1F | 0 | 36 | 8 | 5E | 4C | 43 |
| Octal | 243 | 353 | 154 | 37 | 0 | 66 | 10 | 136 | 114 | 103 |
| Binary | 10100011 | 11101011 | 1101100 | 11111 | 0 | 110110 | 1000 | 1011110 | 1001100 | 1000011 |
Color Harmonies of #A3EB6C
Complementary color
Monochromatic Colors of #A3EB6C
Black with #A3EB6C
Text Example
Text Example
White with #A3EB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EB6C; }
p { color: rgb(163,235,108); }
H1.HeaderClassName
{
color: #A3EB6C;
}
.AnyTagClassName
{
color: #A3EB6C;
}
</style>
background-color css
<style>
a { background-color: #A3EB6C; }
a { background-color: rgb(163,235,108); }
div.DivClassName
{
background-color: #A3EB6C;
}
.BgClassName
{
background-color: #A3EB6C;
}
</style>
border-color css
<style>
span { border-color: #A3EB6C; }
span { border-color: rgb(163,235,108); }
td.TdClassName
{
border-color: #A3EB6C;
}
.TagClassName
{
border-color: #A3EB6C;
}
</style>