Shades of Feijoa #A0D079
Tints of Feijoa #A0D079
RGB
CMYK
RGB Variations
Color information
#A0D079 (or 0xA0D079) is known color: Feijoa. HEX triplet: A0, D0 and 79. RGB value is (160,208,121). Sum of RGB (Red+Green+Blue) = 160+208+121=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D079 is #5F2F86. Grayscale: #B8B8B8. Windows color (decimal): -6238087 or 7983264. OLE color: 7983264.
HSL color Cylindrical-coordinate representation of color #A0D079: hue angle of 93.1º degrees, saturation: 0.48, 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 #A0D079 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 121 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.18 |
| HSL | 93.1º | 0.48% | 0.65% | - |
| HSV(B) | 93.1º | 0.42% | 0.82% | - |
| XYZ | 40.5 | 53.97 | 26.37 | - |
| YUV | 183.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 121 | 0.23 | 0 | 0.42 | 0.18 | 93.1 | 0.48 | 0.65 |
| Hex | A0 | D0 | 79 | 17 | 0 | 2A | 12 | 5D | 30 | 41 |
| Octal | 240 | 320 | 171 | 27 | 0 | 52 | 22 | 135 | 60 | 101 |
| Binary | 10100000 | 11010000 | 1111001 | 10111 | 0 | 101010 | 10010 | 1011101 | 110000 | 1000001 |
Color Harmonies of #A0D079
Complementary color
Monochromatic Colors of #A0D079
Black with #A0D079
Text Example
Text Example
White with #A0D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D079; }
p { color: rgb(160,208,121); }
H1.HeaderClassName
{
color: #A0D079;
}
.AnyTagClassName
{
color: #A0D079;
}
</style>
background-color css
<style>
a { background-color: #A0D079; }
a { background-color: rgb(160,208,121); }
div.DivClassName
{
background-color: #A0D079;
}
.BgClassName
{
background-color: #A0D079;
}
</style>
border-color css
<style>
span { border-color: #A0D079; }
span { border-color: rgb(160,208,121); }
td.TdClassName
{
border-color: #A0D079;
}
.TagClassName
{
border-color: #A0D079;
}
</style>