Shades of Feijoa #A3DE7A
Tints of Feijoa #A3DE7A
RGB
CMYK
RGB Variations
Color information
#A3DE7A (or 0xA3DE7A) is known color: Feijoa. HEX triplet: A3, DE and 7A. RGB value is (163,222,122). Sum of RGB (Red+Green+Blue) = 163+222+122=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DE7A is #5C2185. Grayscale: #C1C1C1. Windows color (decimal): -6037894 or 8052387. OLE color: 8052387.
HSL color Cylindrical-coordinate representation of color #A3DE7A: hue angle of 95.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3DE7A is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 122 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.13 |
| HSL | 95.4º | 0.6% | 0.67% | - |
| HSV(B) | 95.4º | 0.45% | 0.87% | - |
| XYZ | 44.74 | 61.43 | 27.91 | - |
| YUV | 192.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 122 | 0.27 | 0 | 0.45 | 0.13 | 95.4 | 0.6 | 0.67 |
| Hex | A3 | DE | 7A | 1B | 0 | 2D | D | 5F | 3C | 43 |
| Octal | 243 | 336 | 172 | 33 | 0 | 55 | 15 | 137 | 74 | 103 |
| Binary | 10100011 | 11011110 | 1111010 | 11011 | 0 | 101101 | 1101 | 1011111 | 111100 | 1000011 |
Color Harmonies of #A3DE7A
Complementary color
Monochromatic Colors of #A3DE7A
Black with #A3DE7A
Text Example
Text Example
White with #A3DE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DE7A; }
p { color: rgb(163,222,122); }
H1.HeaderClassName
{
color: #A3DE7A;
}
.AnyTagClassName
{
color: #A3DE7A;
}
</style>
background-color css
<style>
a { background-color: #A3DE7A; }
a { background-color: rgb(163,222,122); }
div.DivClassName
{
background-color: #A3DE7A;
}
.BgClassName
{
background-color: #A3DE7A;
}
</style>
border-color css
<style>
span { border-color: #A3DE7A; }
span { border-color: rgb(163,222,122); }
td.TdClassName
{
border-color: #A3DE7A;
}
.TagClassName
{
border-color: #A3DE7A;
}
</style>