Shades of Feijoa #A0D478
Tints of Feijoa #A0D478
RGB
CMYK
RGB Variations
Color information
#A0D478 (or 0xA0D478) is known color: Feijoa. HEX triplet: A0, D4 and 78. RGB value is (160,212,120). Sum of RGB (Red+Green+Blue) = 160+212+120=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D478 is #5F2B87. Grayscale: #BABABA. Windows color (decimal): -6237064 or 7918752. OLE color: 7918752.
HSL color Cylindrical-coordinate representation of color #A0D478: hue angle of 93.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0D478 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 120 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.17 |
| HSL | 93.91º | 0.52% | 0.65% | - |
| HSV(B) | 93.91º | 0.43% | 0.83% | - |
| XYZ | 41.43 | 55.92 | 26.38 | - |
| YUV | 185.96 | 90.77 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 120 | 0.25 | 0 | 0.43 | 0.17 | 93.91 | 0.52 | 0.65 |
| Hex | A0 | D4 | 78 | 19 | 0 | 2B | 11 | 5E | 34 | 41 |
| Octal | 240 | 324 | 170 | 31 | 0 | 53 | 21 | 136 | 64 | 101 |
| Binary | 10100000 | 11010100 | 1111000 | 11001 | 0 | 101011 | 10001 | 1011110 | 110100 | 1000001 |
Color Harmonies of #A0D478
Complementary color
Monochromatic Colors of #A0D478
Black with #A0D478
Text Example
Text Example
White with #A0D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D478; }
p { color: rgb(160,212,120); }
H1.HeaderClassName
{
color: #A0D478;
}
.AnyTagClassName
{
color: #A0D478;
}
</style>
background-color css
<style>
a { background-color: #A0D478; }
a { background-color: rgb(160,212,120); }
div.DivClassName
{
background-color: #A0D478;
}
.BgClassName
{
background-color: #A0D478;
}
</style>
border-color css
<style>
span { border-color: #A0D478; }
span { border-color: rgb(160,212,120); }
td.TdClassName
{
border-color: #A0D478;
}
.TagClassName
{
border-color: #A0D478;
}
</style>