Shades of Feijoa #A3D17F
Tints of Feijoa #A3D17F
RGB
CMYK
RGB Variations
Color information
#A3D17F (or 0xA3D17F) is known color: Feijoa. HEX triplet: A3, D1 and 7F. RGB value is (163,209,127). Sum of RGB (Red+Green+Blue) = 163+209+127=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #A3D17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D17F is #5C2E80. Grayscale: #BABABA. Windows color (decimal): -6041217 or 8376739. OLE color: 8376739.
HSL color Cylindrical-coordinate representation of color #A3D17F: hue angle of 93.66º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3D17F is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 209 | 127 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.18 |
| HSL | 93.66º | 0.47% | 0.66% | - |
| HSV(B) | 93.66º | 0.39% | 0.82% | - |
| XYZ | 41.74 | 54.92 | 28.48 | - |
| YUV | 185.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 209 | 127 | 0.22 | 0 | 0.39 | 0.18 | 93.66 | 0.47 | 0.66 |
| Hex | A3 | D1 | 7F | 16 | 0 | 27 | 12 | 5E | 2F | 42 |
| Octal | 243 | 321 | 177 | 26 | 0 | 47 | 22 | 136 | 57 | 102 |
| Binary | 10100011 | 11010001 | 1111111 | 10110 | 0 | 100111 | 10010 | 1011110 | 101111 | 1000010 |
Color Harmonies of #A3D17F
Complementary color
Monochromatic Colors of #A3D17F
Black with #A3D17F
Text Example
Text Example
White with #A3D17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D17F; }
p { color: rgb(163,209,127); }
H1.HeaderClassName
{
color: #A3D17F;
}
.AnyTagClassName
{
color: #A3D17F;
}
</style>
background-color css
<style>
a { background-color: #A3D17F; }
a { background-color: rgb(163,209,127); }
div.DivClassName
{
background-color: #A3D17F;
}
.BgClassName
{
background-color: #A3D17F;
}
</style>
border-color css
<style>
span { border-color: #A3D17F; }
span { border-color: rgb(163,209,127); }
td.TdClassName
{
border-color: #A3D17F;
}
.TagClassName
{
border-color: #A3D17F;
}
</style>