Shades of Feijoa #A0D675
Tints of Feijoa #A0D675
RGB
CMYK
RGB Variations
Color information
#A0D675 (or 0xA0D675) is known color: Feijoa. HEX triplet: A0, D6 and 75. RGB value is (160,214,117). Sum of RGB (Red+Green+Blue) = 160+214+117=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D675 is #5F298A. Grayscale: #BBBBBB. Windows color (decimal): -6236555 or 7722656. OLE color: 7722656.
HSL color Cylindrical-coordinate representation of color #A0D675: hue angle of 93.4º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0D675 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 117 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.16 |
| HSL | 93.4º | 0.54% | 0.65% | - |
| HSV(B) | 93.4º | 0.45% | 0.84% | - |
| XYZ | 41.75 | 56.85 | 25.6 | - |
| YUV | 186.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 117 | 0.25 | 0 | 0.45 | 0.16 | 93.4 | 0.54 | 0.65 |
| Hex | A0 | D6 | 75 | 19 | 0 | 2D | 10 | 5D | 36 | 41 |
| Octal | 240 | 326 | 165 | 31 | 0 | 55 | 20 | 135 | 66 | 101 |
| Binary | 10100000 | 11010110 | 1110101 | 11001 | 0 | 101101 | 10000 | 1011101 | 110110 | 1000001 |
Color Harmonies of #A0D675
Complementary color
Monochromatic Colors of #A0D675
Black with #A0D675
Text Example
Text Example
White with #A0D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D675; }
p { color: rgb(160,214,117); }
H1.HeaderClassName
{
color: #A0D675;
}
.AnyTagClassName
{
color: #A0D675;
}
</style>
background-color css
<style>
a { background-color: #A0D675; }
a { background-color: rgb(160,214,117); }
div.DivClassName
{
background-color: #A0D675;
}
.BgClassName
{
background-color: #A0D675;
}
</style>
border-color css
<style>
span { border-color: #A0D675; }
span { border-color: rgb(160,214,117); }
td.TdClassName
{
border-color: #A0D675;
}
.TagClassName
{
border-color: #A0D675;
}
</style>