Shades of Feijoa #A3D67E
Tints of Feijoa #A3D67E
RGB
CMYK
RGB Variations
Color information
#A3D67E (or 0xA3D67E) is known color: Feijoa. HEX triplet: A3, D6 and 7E. RGB value is (163,214,126). Sum of RGB (Red+Green+Blue) = 163+214+126=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D67E is #5C2981. Grayscale: #BDBDBD. Windows color (decimal): -6039938 or 8312483. OLE color: 8312483.
HSL color Cylindrical-coordinate representation of color #A3D67E: hue angle of 94.77º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3D67E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 126 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.16 |
| HSL | 94.77º | 0.52% | 0.67% | - |
| HSV(B) | 94.77º | 0.41% | 0.84% | - |
| XYZ | 42.92 | 57.39 | 28.55 | - |
| YUV | 188.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 126 | 0.24 | 0 | 0.41 | 0.16 | 94.77 | 0.52 | 0.67 |
| Hex | A3 | D6 | 7E | 18 | 0 | 29 | 10 | 5F | 34 | 43 |
| Octal | 243 | 326 | 176 | 30 | 0 | 51 | 20 | 137 | 64 | 103 |
| Binary | 10100011 | 11010110 | 1111110 | 11000 | 0 | 101001 | 10000 | 1011111 | 110100 | 1000011 |
Color Harmonies of #A3D67E
Complementary color
Monochromatic Colors of #A3D67E
Black with #A3D67E
Text Example
Text Example
White with #A3D67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D67E; }
p { color: rgb(163,214,126); }
H1.HeaderClassName
{
color: #A3D67E;
}
.AnyTagClassName
{
color: #A3D67E;
}
</style>
background-color css
<style>
a { background-color: #A3D67E; }
a { background-color: rgb(163,214,126); }
div.DivClassName
{
background-color: #A3D67E;
}
.BgClassName
{
background-color: #A3D67E;
}
</style>
border-color css
<style>
span { border-color: #A3D67E; }
span { border-color: rgb(163,214,126); }
td.TdClassName
{
border-color: #A3D67E;
}
.TagClassName
{
border-color: #A3D67E;
}
</style>