Shades of Feijoa #A0D17A
Tints of Feijoa #A0D17A
RGB
CMYK
RGB Variations
Color information
#A0D17A (or 0xA0D17A) is known color: Feijoa. HEX triplet: A0, D1 and 7A. RGB value is (160,209,122). Sum of RGB (Red+Green+Blue) = 160+209+122=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D17A is #5F2E85. Grayscale: #B8B8B8. Windows color (decimal): -6237830 or 8049056. OLE color: 8049056.
HSL color Cylindrical-coordinate representation of color #A0D17A: hue angle of 93.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0D17A is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 122 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.18 |
| HSL | 93.79º | 0.49% | 0.65% | - |
| HSV(B) | 93.79º | 0.42% | 0.82% | - |
| XYZ | 40.81 | 54.48 | 26.78 | - |
| YUV | 184.43 | 92.77 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 122 | 0.23 | 0 | 0.42 | 0.18 | 93.79 | 0.49 | 0.65 |
| Hex | A0 | D1 | 7A | 17 | 0 | 2A | 12 | 5E | 31 | 41 |
| Octal | 240 | 321 | 172 | 27 | 0 | 52 | 22 | 136 | 61 | 101 |
| Binary | 10100000 | 11010001 | 1111010 | 10111 | 0 | 101010 | 10010 | 1011110 | 110001 | 1000001 |
Color Harmonies of #A0D17A
Complementary color
Monochromatic Colors of #A0D17A
Black with #A0D17A
Text Example
Text Example
White with #A0D17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D17A; }
p { color: rgb(160,209,122); }
H1.HeaderClassName
{
color: #A0D17A;
}
.AnyTagClassName
{
color: #A0D17A;
}
</style>
background-color css
<style>
a { background-color: #A0D17A; }
a { background-color: rgb(160,209,122); }
div.DivClassName
{
background-color: #A0D17A;
}
.BgClassName
{
background-color: #A0D17A;
}
</style>
border-color css
<style>
span { border-color: #A0D17A; }
span { border-color: rgb(160,209,122); }
td.TdClassName
{
border-color: #A0D17A;
}
.TagClassName
{
border-color: #A0D17A;
}
</style>