Shades of Feijoa #A0D078
Tints of Feijoa #A0D078
RGB
CMYK
RGB Variations
Color information
#A0D078 (or 0xA0D078) is known color: Feijoa. HEX triplet: A0, D0 and 78. RGB value is (160,208,120). Sum of RGB (Red+Green+Blue) = 160+208+120=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D078 is #5F2F87. Grayscale: #B7B7B7. Windows color (decimal): -6238088 or 7917728. OLE color: 7917728.
HSL color Cylindrical-coordinate representation of color #A0D078: hue angle of 92.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0D078 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 120 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.18 |
| HSL | 92.73º | 0.48% | 0.64% | - |
| HSV(B) | 92.73º | 0.42% | 0.82% | - |
| XYZ | 40.44 | 53.94 | 26.05 | - |
| YUV | 183.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 120 | 0.23 | 0 | 0.42 | 0.18 | 92.73 | 0.48 | 0.64 |
| Hex | A0 | D0 | 78 | 17 | 0 | 2A | 12 | 5D | 30 | 40 |
| Octal | 240 | 320 | 170 | 27 | 0 | 52 | 22 | 135 | 60 | 100 |
| Binary | 10100000 | 11010000 | 1111000 | 10111 | 0 | 101010 | 10010 | 1011101 | 110000 | 1000000 |
Color Harmonies of #A0D078
Complementary color
Monochromatic Colors of #A0D078
Black with #A0D078
Text Example
Text Example
White with #A0D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D078; }
p { color: rgb(160,208,120); }
H1.HeaderClassName
{
color: #A0D078;
}
.AnyTagClassName
{
color: #A0D078;
}
</style>
background-color css
<style>
a { background-color: #A0D078; }
a { background-color: rgb(160,208,120); }
div.DivClassName
{
background-color: #A0D078;
}
.BgClassName
{
background-color: #A0D078;
}
</style>
border-color css
<style>
span { border-color: #A0D078; }
span { border-color: rgb(160,208,120); }
td.TdClassName
{
border-color: #A0D078;
}
.TagClassName
{
border-color: #A0D078;
}
</style>