Shades of Feijoa #A3D271
Tints of Feijoa #A3D271
RGB
CMYK
RGB Variations
Color information
#A3D271 (or 0xA3D271) is known color: Feijoa. HEX triplet: A3, D2 and 71. RGB value is (163,210,113). Sum of RGB (Red+Green+Blue) = 163+210+113=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D271 is #5C2D8E. Grayscale: #B9B9B9. Windows color (decimal): -6040975 or 7459491. OLE color: 7459491.
HSL color Cylindrical-coordinate representation of color #A3D271: hue angle of 89.07º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3D271 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 210 | 113 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.18 |
| HSL | 89.07º | 0.52% | 0.63% | - |
| HSV(B) | 89.07º | 0.46% | 0.82% | - |
| XYZ | 41.13 | 55.07 | 24.08 | - |
| YUV | 184.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 210 | 113 | 0.22 | 0 | 0.46 | 0.18 | 89.07 | 0.52 | 0.63 |
| Hex | A3 | D2 | 71 | 16 | 0 | 2E | 12 | 59 | 34 | 3F |
| Octal | 243 | 322 | 161 | 26 | 0 | 56 | 22 | 131 | 64 | 77 |
| Binary | 10100011 | 11010010 | 1110001 | 10110 | 0 | 101110 | 10010 | 1011001 | 110100 | 111111 |
Color Harmonies of #A3D271
Complementary color
Monochromatic Colors of #A3D271
Black with #A3D271
Text Example
Text Example
White with #A3D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D271; }
p { color: rgb(163,210,113); }
H1.HeaderClassName
{
color: #A3D271;
}
.AnyTagClassName
{
color: #A3D271;
}
</style>
background-color css
<style>
a { background-color: #A3D271; }
a { background-color: rgb(163,210,113); }
div.DivClassName
{
background-color: #A3D271;
}
.BgClassName
{
background-color: #A3D271;
}
</style>
border-color css
<style>
span { border-color: #A3D271; }
span { border-color: rgb(163,210,113); }
td.TdClassName
{
border-color: #A3D271;
}
.TagClassName
{
border-color: #A3D271;
}
</style>