Shades of Feijoa #A0D175
Tints of Feijoa #A0D175
RGB
CMYK
RGB Variations
Color information
#A0D175 (or 0xA0D175) is known color: Feijoa. HEX triplet: A0, D1 and 75. RGB value is (160,209,117). Sum of RGB (Red+Green+Blue) = 160+209+117=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D175 is #5F2E8A. Grayscale: #B8B8B8. Windows color (decimal): -6237835 or 7721376. OLE color: 7721376.
HSL color Cylindrical-coordinate representation of color #A0D175: hue angle of 91.96º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0D175 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 117 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.18 |
| HSL | 91.96º | 0.5% | 0.64% | - |
| HSV(B) | 91.96º | 0.44% | 0.82% | - |
| XYZ | 40.51 | 54.36 | 25.19 | - |
| YUV | 183.86 | 90.27 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 117 | 0.23 | 0 | 0.44 | 0.18 | 91.96 | 0.5 | 0.64 |
| Hex | A0 | D1 | 75 | 17 | 0 | 2C | 12 | 5C | 32 | 40 |
| Octal | 240 | 321 | 165 | 27 | 0 | 54 | 22 | 134 | 62 | 100 |
| Binary | 10100000 | 11010001 | 1110101 | 10111 | 0 | 101100 | 10010 | 1011100 | 110010 | 1000000 |
Color Harmonies of #A0D175
Complementary color
Monochromatic Colors of #A0D175
Black with #A0D175
Text Example
Text Example
White with #A0D175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D175; }
p { color: rgb(160,209,117); }
H1.HeaderClassName
{
color: #A0D175;
}
.AnyTagClassName
{
color: #A0D175;
}
</style>
background-color css
<style>
a { background-color: #A0D175; }
a { background-color: rgb(160,209,117); }
div.DivClassName
{
background-color: #A0D175;
}
.BgClassName
{
background-color: #A0D175;
}
</style>
border-color css
<style>
span { border-color: #A0D175; }
span { border-color: rgb(160,209,117); }
td.TdClassName
{
border-color: #A0D175;
}
.TagClassName
{
border-color: #A0D175;
}
</style>