Shades of Feijoa #A5DF7D
Tints of Feijoa #A5DF7D
RGB
CMYK
RGB Variations
Color information
#A5DF7D (or 0xA5DF7D) is known color: Feijoa. HEX triplet: A5, DF and 7D. RGB value is (165,223,125). Sum of RGB (Red+Green+Blue) = 165+223+125=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF7D is #5A2082. Grayscale: #C2C2C2. Windows color (decimal): -5906563 or 8249253. OLE color: 8249253.
HSL color Cylindrical-coordinate representation of color #A5DF7D: hue angle of 95.51º degrees, saturation: 0.6, 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 #A5DF7D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 125 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.13 |
| HSL | 95.51º | 0.6% | 0.68% | - |
| HSV(B) | 95.51º | 0.44% | 0.87% | - |
| XYZ | 45.61 | 62.26 | 29.01 | - |
| YUV | 194.49 | 88.78 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 125 | 0.26 | 0 | 0.44 | 0.13 | 95.51 | 0.6 | 0.68 |
| Hex | A5 | DF | 7D | 1A | 0 | 2C | D | 60 | 3C | 44 |
| Octal | 245 | 337 | 175 | 32 | 0 | 54 | 15 | 140 | 74 | 104 |
| Binary | 10100101 | 11011111 | 1111101 | 11010 | 0 | 101100 | 1101 | 1100000 | 111100 | 1000100 |
Color Harmonies of #A5DF7D
Complementary color
Monochromatic Colors of #A5DF7D
Black with #A5DF7D
Text Example
Text Example
White with #A5DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF7D; }
p { color: rgb(165,223,125); }
H1.HeaderClassName
{
color: #A5DF7D;
}
.AnyTagClassName
{
color: #A5DF7D;
}
</style>
background-color css
<style>
a { background-color: #A5DF7D; }
a { background-color: rgb(165,223,125); }
div.DivClassName
{
background-color: #A5DF7D;
}
.BgClassName
{
background-color: #A5DF7D;
}
</style>
border-color css
<style>
span { border-color: #A5DF7D; }
span { border-color: rgb(165,223,125); }
td.TdClassName
{
border-color: #A5DF7D;
}
.TagClassName
{
border-color: #A5DF7D;
}
</style>