Shades of Feijoa #A0D279
Tints of Feijoa #A0D279
RGB
CMYK
RGB Variations
Color information
#A0D279 (or 0xA0D279) is known color: Feijoa. HEX triplet: A0, D2 and 79. RGB value is (160,210,121). Sum of RGB (Red+Green+Blue) = 160+210+121=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D279 is #5F2D86. Grayscale: #B9B9B9. Windows color (decimal): -6237575 or 7983776. OLE color: 7983776.
HSL color Cylindrical-coordinate representation of color #A0D279: hue angle of 93.71º degrees, saturation: 0.5, 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 #A0D279 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 121 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.18 |
| HSL | 93.71º | 0.5% | 0.65% | - |
| HSV(B) | 93.71º | 0.42% | 0.82% | - |
| XYZ | 40.99 | 54.95 | 26.53 | - |
| YUV | 184.9 | 91.94 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 121 | 0.24 | 0 | 0.42 | 0.18 | 93.71 | 0.5 | 0.65 |
| Hex | A0 | D2 | 79 | 18 | 0 | 2A | 12 | 5E | 32 | 41 |
| Octal | 240 | 322 | 171 | 30 | 0 | 52 | 22 | 136 | 62 | 101 |
| Binary | 10100000 | 11010010 | 1111001 | 11000 | 0 | 101010 | 10010 | 1011110 | 110010 | 1000001 |
Color Harmonies of #A0D279
Complementary color
Monochromatic Colors of #A0D279
Black with #A0D279
Text Example
Text Example
White with #A0D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D279; }
p { color: rgb(160,210,121); }
H1.HeaderClassName
{
color: #A0D279;
}
.AnyTagClassName
{
color: #A0D279;
}
</style>
background-color css
<style>
a { background-color: #A0D279; }
a { background-color: rgb(160,210,121); }
div.DivClassName
{
background-color: #A0D279;
}
.BgClassName
{
background-color: #A0D279;
}
</style>
border-color css
<style>
span { border-color: #A0D279; }
span { border-color: rgb(160,210,121); }
td.TdClassName
{
border-color: #A0D279;
}
.TagClassName
{
border-color: #A0D279;
}
</style>