Shades of Feijoa #A5DF6C
Tints of Feijoa #A5DF6C
RGB
CMYK
RGB Variations
Color information
#A5DF6C (or 0xA5DF6C) is known color: Feijoa. HEX triplet: A5, DF and 6C. RGB value is (165,223,108). Sum of RGB (Red+Green+Blue) = 165+223+108=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF6C is #5A2093. Grayscale: #C0C0C0. Windows color (decimal): -5906580 or 7135141. OLE color: 7135141.
HSL color Cylindrical-coordinate representation of color #A5DF6C: hue angle of 90.26º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5DF6C is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 108 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.13 |
| HSL | 90.26º | 0.64% | 0.65% | - |
| HSV(B) | 90.26º | 0.52% | 0.87% | - |
| XYZ | 44.61 | 61.86 | 23.78 | - |
| YUV | 192.55 | 80.28 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 108 | 0.26 | 0 | 0.52 | 0.13 | 90.26 | 0.64 | 0.65 |
| Hex | A5 | DF | 6C | 1A | 0 | 34 | D | 5A | 40 | 41 |
| Octal | 245 | 337 | 154 | 32 | 0 | 64 | 15 | 132 | 100 | 101 |
| Binary | 10100101 | 11011111 | 1101100 | 11010 | 0 | 110100 | 1101 | 1011010 | 1000000 | 1000001 |
Color Harmonies of #A5DF6C
Complementary color
Monochromatic Colors of #A5DF6C
Black with #A5DF6C
Text Example
Text Example
White with #A5DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF6C; }
p { color: rgb(165,223,108); }
H1.HeaderClassName
{
color: #A5DF6C;
}
.AnyTagClassName
{
color: #A5DF6C;
}
</style>
background-color css
<style>
a { background-color: #A5DF6C; }
a { background-color: rgb(165,223,108); }
div.DivClassName
{
background-color: #A5DF6C;
}
.BgClassName
{
background-color: #A5DF6C;
}
</style>
border-color css
<style>
span { border-color: #A5DF6C; }
span { border-color: rgb(165,223,108); }
td.TdClassName
{
border-color: #A5DF6C;
}
.TagClassName
{
border-color: #A5DF6C;
}
</style>