Shades of Feijoa #A4D775
Tints of Feijoa #A4D775
RGB
CMYK
RGB Variations
Color information
#A4D775 (or 0xA4D775) is known color: Feijoa. HEX triplet: A4, D7 and 75. RGB value is (164,215,117). Sum of RGB (Red+Green+Blue) = 164+215+117=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D775 is #5B288A. Grayscale: #BCBCBC. Windows color (decimal): -5974155 or 7722916. OLE color: 7722916.
HSL color Cylindrical-coordinate representation of color #A4D775: hue angle of 91.22º 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 #A4D775 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 117 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.16 |
| HSL | 91.22º | 0.55% | 0.65% | - |
| HSV(B) | 91.22º | 0.46% | 0.84% | - |
| XYZ | 42.82 | 57.78 | 25.72 | - |
| YUV | 188.58 | 87.6 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 117 | 0.24 | 0 | 0.46 | 0.16 | 91.22 | 0.55 | 0.65 |
| Hex | A4 | D7 | 75 | 18 | 0 | 2E | 10 | 5B | 37 | 41 |
| Octal | 244 | 327 | 165 | 30 | 0 | 56 | 20 | 133 | 67 | 101 |
| Binary | 10100100 | 11010111 | 1110101 | 11000 | 0 | 101110 | 10000 | 1011011 | 110111 | 1000001 |
Color Harmonies of #A4D775
Complementary color
Monochromatic Colors of #A4D775
Black with #A4D775
Text Example
Text Example
White with #A4D775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D775; }
p { color: rgb(164,215,117); }
H1.HeaderClassName
{
color: #A4D775;
}
.AnyTagClassName
{
color: #A4D775;
}
</style>
background-color css
<style>
a { background-color: #A4D775; }
a { background-color: rgb(164,215,117); }
div.DivClassName
{
background-color: #A4D775;
}
.BgClassName
{
background-color: #A4D775;
}
</style>
border-color css
<style>
span { border-color: #A4D775; }
span { border-color: rgb(164,215,117); }
td.TdClassName
{
border-color: #A4D775;
}
.TagClassName
{
border-color: #A4D775;
}
</style>