Shades of Feijoa #A0D171
Tints of Feijoa #A0D171
RGB
CMYK
RGB Variations
Color information
#A0D171 (or 0xA0D171) is known color: Feijoa. HEX triplet: A0, D1 and 71. RGB value is (160,209,113). Sum of RGB (Red+Green+Blue) = 160+209+113=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D171 is #5F2E8E. Grayscale: #B7B7B7. Windows color (decimal): -6237839 or 7459232. OLE color: 7459232.
HSL color Cylindrical-coordinate representation of color #A0D171: hue angle of 90.62º degrees, saturation: 0.51, 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 #A0D171 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 113 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.18 |
| HSL | 90.63º | 0.51% | 0.63% | - |
| HSV(B) | 90.63º | 0.46% | 0.82% | - |
| XYZ | 40.28 | 54.27 | 23.97 | - |
| YUV | 183.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 113 | 0.23 | 0 | 0.46 | 0.18 | 90.63 | 0.51 | 0.63 |
| Hex | A0 | D1 | 71 | 17 | 0 | 2E | 12 | 5B | 33 | 3F |
| Octal | 240 | 321 | 161 | 27 | 0 | 56 | 22 | 133 | 63 | 77 |
| Binary | 10100000 | 11010001 | 1110001 | 10111 | 0 | 101110 | 10010 | 1011011 | 110011 | 111111 |
Color Harmonies of #A0D171
Complementary color
Monochromatic Colors of #A0D171
Black with #A0D171
Text Example
Text Example
White with #A0D171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D171; }
p { color: rgb(160,209,113); }
H1.HeaderClassName
{
color: #A0D171;
}
.AnyTagClassName
{
color: #A0D171;
}
</style>
background-color css
<style>
a { background-color: #A0D171; }
a { background-color: rgb(160,209,113); }
div.DivClassName
{
background-color: #A0D171;
}
.BgClassName
{
background-color: #A0D171;
}
</style>
border-color css
<style>
span { border-color: #A0D171; }
span { border-color: rgb(160,209,113); }
td.TdClassName
{
border-color: #A0D171;
}
.TagClassName
{
border-color: #A0D171;
}
</style>