Shades of Feijoa #A4D271
Tints of Feijoa #A4D271
RGB
CMYK
RGB Variations
Color information
#A4D271 (or 0xA4D271) is known color: Feijoa. HEX triplet: A4, D2 and 71. RGB value is (164,210,113). Sum of RGB (Red+Green+Blue) = 164+210+113=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D271 is #5B2D8E. Grayscale: #B9B9B9. Windows color (decimal): -5975439 or 7459492. OLE color: 7459492.
HSL color Cylindrical-coordinate representation of color #A4D271: hue angle of 88.45º 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 #A4D271 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 210 | 113 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.18 |
| HSL | 88.45º | 0.52% | 0.63% | - |
| HSV(B) | 88.45º | 0.46% | 0.82% | - |
| XYZ | 41.34 | 55.18 | 24.09 | - |
| YUV | 185.19 | 87.26 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 113 | 0.22 | 0 | 0.46 | 0.18 | 88.45 | 0.52 | 0.63 |
| Hex | A4 | D2 | 71 | 16 | 0 | 2E | 12 | 58 | 34 | 3F |
| Octal | 244 | 322 | 161 | 26 | 0 | 56 | 22 | 130 | 64 | 77 |
| Binary | 10100100 | 11010010 | 1110001 | 10110 | 0 | 101110 | 10010 | 1011000 | 110100 | 111111 |
Color Harmonies of #A4D271
Complementary color
Monochromatic Colors of #A4D271
Black with #A4D271
Text Example
Text Example
White with #A4D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D271; }
p { color: rgb(164,210,113); }
H1.HeaderClassName
{
color: #A4D271;
}
.AnyTagClassName
{
color: #A4D271;
}
</style>
background-color css
<style>
a { background-color: #A4D271; }
a { background-color: rgb(164,210,113); }
div.DivClassName
{
background-color: #A4D271;
}
.BgClassName
{
background-color: #A4D271;
}
</style>
border-color css
<style>
span { border-color: #A4D271; }
span { border-color: rgb(164,210,113); }
td.TdClassName
{
border-color: #A4D271;
}
.TagClassName
{
border-color: #A4D271;
}
</style>