Shades of Feijoa #A0DF78
Tints of Feijoa #A0DF78
RGB
CMYK
RGB Variations
Color information
#A0DF78 (or 0xA0DF78) is known color: Feijoa. HEX triplet: A0, DF and 78. RGB value is (160,223,120). Sum of RGB (Red+Green+Blue) = 160+223+120=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF78 is #5F2087. Grayscale: #C0C0C0. Windows color (decimal): -6234248 or 7921568. OLE color: 7921568.
HSL color Cylindrical-coordinate representation of color #A0DF78: hue angle of 96.7º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0DF78 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 120 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.13 |
| HSL | 96.7º | 0.62% | 0.67% | - |
| HSV(B) | 96.7º | 0.46% | 0.87% | - |
| XYZ | 44.28 | 61.61 | 27.33 | - |
| YUV | 192.42 | 87.13 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 120 | 0.28 | 0 | 0.46 | 0.13 | 96.7 | 0.62 | 0.67 |
| Hex | A0 | DF | 78 | 1C | 0 | 2E | D | 61 | 3E | 43 |
| Octal | 240 | 337 | 170 | 34 | 0 | 56 | 15 | 141 | 76 | 103 |
| Binary | 10100000 | 11011111 | 1111000 | 11100 | 0 | 101110 | 1101 | 1100001 | 111110 | 1000011 |
Color Harmonies of #A0DF78
Complementary color
Monochromatic Colors of #A0DF78
Black with #A0DF78
Text Example
Text Example
White with #A0DF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF78; }
p { color: rgb(160,223,120); }
H1.HeaderClassName
{
color: #A0DF78;
}
.AnyTagClassName
{
color: #A0DF78;
}
</style>
background-color css
<style>
a { background-color: #A0DF78; }
a { background-color: rgb(160,223,120); }
div.DivClassName
{
background-color: #A0DF78;
}
.BgClassName
{
background-color: #A0DF78;
}
</style>
border-color css
<style>
span { border-color: #A0DF78; }
span { border-color: rgb(160,223,120); }
td.TdClassName
{
border-color: #A0DF78;
}
.TagClassName
{
border-color: #A0DF78;
}
</style>