Shades of Feijoa #A5DF7C
Tints of Feijoa #A5DF7C
RGB
CMYK
RGB Variations
Color information
#A5DF7C (or 0xA5DF7C) is known color: Feijoa. HEX triplet: A5, DF and 7C. RGB value is (165,223,124). Sum of RGB (Red+Green+Blue) = 165+223+124=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF7C is #5A2083. Grayscale: #C2C2C2. Windows color (decimal): -5906564 or 8183717. OLE color: 8183717.
HSL color Cylindrical-coordinate representation of color #A5DF7C: hue angle of 95.15º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5DF7C is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 124 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.13 |
| HSL | 95.15º | 0.61% | 0.68% | - |
| HSV(B) | 95.15º | 0.44% | 0.87% | - |
| XYZ | 45.54 | 62.23 | 28.68 | - |
| YUV | 194.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 124 | 0.26 | 0 | 0.44 | 0.13 | 95.15 | 0.61 | 0.68 |
| Hex | A5 | DF | 7C | 1A | 0 | 2C | D | 5F | 3D | 44 |
| Octal | 245 | 337 | 174 | 32 | 0 | 54 | 15 | 137 | 75 | 104 |
| Binary | 10100101 | 11011111 | 1111100 | 11010 | 0 | 101100 | 1101 | 1011111 | 111101 | 1000100 |
Color Harmonies of #A5DF7C
Complementary color
Monochromatic Colors of #A5DF7C
Black with #A5DF7C
Text Example
Text Example
White with #A5DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF7C; }
p { color: rgb(165,223,124); }
H1.HeaderClassName
{
color: #A5DF7C;
}
.AnyTagClassName
{
color: #A5DF7C;
}
</style>
background-color css
<style>
a { background-color: #A5DF7C; }
a { background-color: rgb(165,223,124); }
div.DivClassName
{
background-color: #A5DF7C;
}
.BgClassName
{
background-color: #A5DF7C;
}
</style>
border-color css
<style>
span { border-color: #A5DF7C; }
span { border-color: rgb(165,223,124); }
td.TdClassName
{
border-color: #A5DF7C;
}
.TagClassName
{
border-color: #A5DF7C;
}
</style>