Shades of Feijoa #A3ED6B
Tints of Feijoa #A3ED6B
RGB
CMYK
RGB Variations
Color information
#A3ED6B (or 0xA3ED6B) is known color: Feijoa. HEX triplet: A3, ED and 6B. RGB value is (163,237,107). Sum of RGB (Red+Green+Blue) = 163+237+107=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #A3ED6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3ED6B is #5C1294. Grayscale: #C8C8C8. Windows color (decimal): -6034069 or 7073187. OLE color: 7073187.
HSL color Cylindrical-coordinate representation of color #A3ED6B: hue angle of 94.15º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3ED6B is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 107 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.07 |
| HSL | 94.15º | 0.78% | 0.67% | - |
| HSV(B) | 94.15º | 0.55% | 0.93% | - |
| XYZ | 48.04 | 69.42 | 24.78 | - |
| YUV | 200.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 107 | 0.31 | 0 | 0.55 | 0.07 | 94.15 | 0.78 | 0.67 |
| Hex | A3 | ED | 6B | 1F | 0 | 37 | 7 | 5E | 4E | 43 |
| Octal | 243 | 355 | 153 | 37 | 0 | 67 | 7 | 136 | 116 | 103 |
| Binary | 10100011 | 11101101 | 1101011 | 11111 | 0 | 110111 | 111 | 1011110 | 1001110 | 1000011 |
Color Harmonies of #A3ED6B
Complementary color
Monochromatic Colors of #A3ED6B
Black with #A3ED6B
Text Example
Text Example
White with #A3ED6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ED6B; }
p { color: rgb(163,237,107); }
H1.HeaderClassName
{
color: #A3ED6B;
}
.AnyTagClassName
{
color: #A3ED6B;
}
</style>
background-color css
<style>
a { background-color: #A3ED6B; }
a { background-color: rgb(163,237,107); }
div.DivClassName
{
background-color: #A3ED6B;
}
.BgClassName
{
background-color: #A3ED6B;
}
</style>
border-color css
<style>
span { border-color: #A3ED6B; }
span { border-color: rgb(163,237,107); }
td.TdClassName
{
border-color: #A3ED6B;
}
.TagClassName
{
border-color: #A3ED6B;
}
</style>