Shades of Feijoa #A0D774
Tints of Feijoa #A0D774
RGB
CMYK
RGB Variations
Color information
#A0D774 (or 0xA0D774) is known color: Feijoa. HEX triplet: A0, D7 and 74. RGB value is (160,215,116). Sum of RGB (Red+Green+Blue) = 160+215+116=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D774 is #5F288B. Grayscale: #BBBBBB. Windows color (decimal): -6236300 or 7657376. OLE color: 7657376.
HSL color Cylindrical-coordinate representation of color #A0D774: hue angle of 93.33º degrees, saturation: 0.55, 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 #A0D774 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 116 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.16 |
| HSL | 93.33º | 0.55% | 0.65% | - |
| HSV(B) | 93.33º | 0.46% | 0.84% | - |
| XYZ | 41.95 | 57.34 | 25.38 | - |
| YUV | 187.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 116 | 0.26 | 0 | 0.46 | 0.16 | 93.33 | 0.55 | 0.65 |
| Hex | A0 | D7 | 74 | 1A | 0 | 2E | 10 | 5D | 37 | 41 |
| Octal | 240 | 327 | 164 | 32 | 0 | 56 | 20 | 135 | 67 | 101 |
| Binary | 10100000 | 11010111 | 1110100 | 11010 | 0 | 101110 | 10000 | 1011101 | 110111 | 1000001 |
Color Harmonies of #A0D774
Complementary color
Monochromatic Colors of #A0D774
Black with #A0D774
Text Example
Text Example
White with #A0D774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D774; }
p { color: rgb(160,215,116); }
H1.HeaderClassName
{
color: #A0D774;
}
.AnyTagClassName
{
color: #A0D774;
}
</style>
background-color css
<style>
a { background-color: #A0D774; }
a { background-color: rgb(160,215,116); }
div.DivClassName
{
background-color: #A0D774;
}
.BgClassName
{
background-color: #A0D774;
}
</style>
border-color css
<style>
span { border-color: #A0D774; }
span { border-color: rgb(160,215,116); }
td.TdClassName
{
border-color: #A0D774;
}
.TagClassName
{
border-color: #A0D774;
}
</style>