Shades of Feijoa #A5DC7C
Tints of Feijoa #A5DC7C
RGB
CMYK
RGB Variations
Color information
#A5DC7C (or 0xA5DC7C) is known color: Feijoa. HEX triplet: A5, DC and 7C. RGB value is (165,220,124). Sum of RGB (Red+Green+Blue) = 165+220+124=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC7C is #5A2383. Grayscale: #C0C0C0. Windows color (decimal): -5907332 or 8182949. OLE color: 8182949.
HSL color Cylindrical-coordinate representation of color #A5DC7C: hue angle of 94.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5DC7C is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 124 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.14 |
| HSL | 94.38º | 0.58% | 0.67% | - |
| HSV(B) | 94.38º | 0.44% | 0.86% | - |
| XYZ | 44.75 | 60.64 | 28.42 | - |
| YUV | 192.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 124 | 0.25 | 0 | 0.44 | 0.14 | 94.38 | 0.58 | 0.67 |
| Hex | A5 | DC | 7C | 19 | 0 | 2C | E | 5E | 3A | 43 |
| Octal | 245 | 334 | 174 | 31 | 0 | 54 | 16 | 136 | 72 | 103 |
| Binary | 10100101 | 11011100 | 1111100 | 11001 | 0 | 101100 | 1110 | 1011110 | 111010 | 1000011 |
Color Harmonies of #A5DC7C
Complementary color
Monochromatic Colors of #A5DC7C
Black with #A5DC7C
Text Example
Text Example
White with #A5DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DC7C; }
p { color: rgb(165,220,124); }
H1.HeaderClassName
{
color: #A5DC7C;
}
.AnyTagClassName
{
color: #A5DC7C;
}
</style>
background-color css
<style>
a { background-color: #A5DC7C; }
a { background-color: rgb(165,220,124); }
div.DivClassName
{
background-color: #A5DC7C;
}
.BgClassName
{
background-color: #A5DC7C;
}
</style>
border-color css
<style>
span { border-color: #A5DC7C; }
span { border-color: rgb(165,220,124); }
td.TdClassName
{
border-color: #A5DC7C;
}
.TagClassName
{
border-color: #A5DC7C;
}
</style>