Shades of Feijoa #A0D574
Tints of Feijoa #A0D574
RGB
CMYK
RGB Variations
Color information
#A0D574 (or 0xA0D574) is known color: Feijoa. HEX triplet: A0, D5 and 74. RGB value is (160,213,116). Sum of RGB (Red+Green+Blue) = 160+213+116=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D574 is #5F2A8B. Grayscale: #BABABA. Windows color (decimal): -6236812 or 7656864. OLE color: 7656864.
HSL color Cylindrical-coordinate representation of color #A0D574: hue angle of 92.78º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0D574 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 116 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.16 |
| HSL | 92.78º | 0.54% | 0.65% | - |
| HSV(B) | 92.78º | 0.46% | 0.84% | - |
| XYZ | 41.44 | 56.32 | 25.21 | - |
| YUV | 186.1 | 88.44 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 116 | 0.25 | 0 | 0.46 | 0.16 | 92.78 | 0.54 | 0.65 |
| Hex | A0 | D5 | 74 | 19 | 0 | 2E | 10 | 5D | 36 | 41 |
| Octal | 240 | 325 | 164 | 31 | 0 | 56 | 20 | 135 | 66 | 101 |
| Binary | 10100000 | 11010101 | 1110100 | 11001 | 0 | 101110 | 10000 | 1011101 | 110110 | 1000001 |
Color Harmonies of #A0D574
Complementary color
Monochromatic Colors of #A0D574
Black with #A0D574
Text Example
Text Example
White with #A0D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D574; }
p { color: rgb(160,213,116); }
H1.HeaderClassName
{
color: #A0D574;
}
.AnyTagClassName
{
color: #A0D574;
}
</style>
background-color css
<style>
a { background-color: #A0D574; }
a { background-color: rgb(160,213,116); }
div.DivClassName
{
background-color: #A0D574;
}
.BgClassName
{
background-color: #A0D574;
}
</style>
border-color css
<style>
span { border-color: #A0D574; }
span { border-color: rgb(160,213,116); }
td.TdClassName
{
border-color: #A0D574;
}
.TagClassName
{
border-color: #A0D574;
}
</style>