Shades of Feijoa #A3D17E
Tints of Feijoa #A3D17E
RGB
CMYK
RGB Variations
Color information
#A3D17E (or 0xA3D17E) is known color: Feijoa. HEX triplet: A3, D1 and 7E. RGB value is (163,209,126). Sum of RGB (Red+Green+Blue) = 163+209+126=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #A3D17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D17E is #5C2E81. Grayscale: #BABABA. Windows color (decimal): -6041218 or 8311203. OLE color: 8311203.
HSL color Cylindrical-coordinate representation of color #A3D17E: hue angle of 93.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3D17E is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 209 | 126 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.18 |
| HSL | 93.25º | 0.47% | 0.66% | - |
| HSV(B) | 93.25º | 0.4% | 0.82% | - |
| XYZ | 41.67 | 54.89 | 28.14 | - |
| YUV | 185.78 | 94.26 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 209 | 126 | 0.22 | 0 | 0.40 | 0.18 | 93.25 | 0.47 | 0.66 |
| Hex | A3 | D1 | 7E | 16 | 0 | 28 | 12 | 5D | 2F | 42 |
| Octal | 243 | 321 | 176 | 26 | 0 | 50 | 22 | 135 | 57 | 102 |
| Binary | 10100011 | 11010001 | 1111110 | 10110 | 0 | 101000 | 10010 | 1011101 | 101111 | 1000010 |
Color Harmonies of #A3D17E
Complementary color
Monochromatic Colors of #A3D17E
Black with #A3D17E
Text Example
Text Example
White with #A3D17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D17E; }
p { color: rgb(163,209,126); }
H1.HeaderClassName
{
color: #A3D17E;
}
.AnyTagClassName
{
color: #A3D17E;
}
</style>
background-color css
<style>
a { background-color: #A3D17E; }
a { background-color: rgb(163,209,126); }
div.DivClassName
{
background-color: #A3D17E;
}
.BgClassName
{
background-color: #A3D17E;
}
</style>
border-color css
<style>
span { border-color: #A3D17E; }
span { border-color: rgb(163,209,126); }
td.TdClassName
{
border-color: #A3D17E;
}
.TagClassName
{
border-color: #A3D17E;
}
</style>