Shades of Feijoa #A5DF82
Tints of Feijoa #A5DF82
RGB
CMYK
RGB Variations
Color information
#A5DF82 (or 0xA5DF82) is known color: Feijoa. HEX triplet: A5, DF and 82. RGB value is (165,223,130). Sum of RGB (Red+Green+Blue) = 165+223+130=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DF82 is #5A207D. Grayscale: #C3C3C3. Windows color (decimal): -5906558 or 8576933. OLE color: 8576933.
HSL color Cylindrical-coordinate representation of color #A5DF82: hue angle of 97.42º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5DF82 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 130 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.13 |
| HSL | 97.42º | 0.59% | 0.69% | - |
| HSV(B) | 97.42º | 0.42% | 0.87% | - |
| XYZ | 45.93 | 62.39 | 30.74 | - |
| YUV | 195.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 130 | 0.26 | 0 | 0.42 | 0.13 | 97.42 | 0.59 | 0.69 |
| Hex | A5 | DF | 82 | 1A | 0 | 2A | D | 61 | 3B | 45 |
| Octal | 245 | 337 | 202 | 32 | 0 | 52 | 15 | 141 | 73 | 105 |
| Binary | 10100101 | 11011111 | 10000010 | 11010 | 0 | 101010 | 1101 | 1100001 | 111011 | 1000101 |
Color Harmonies of #A5DF82
Complementary color
Monochromatic Colors of #A5DF82
Black with #A5DF82
Text Example
Text Example
White with #A5DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF82; }
p { color: rgb(165,223,130); }
H1.HeaderClassName
{
color: #A5DF82;
}
.AnyTagClassName
{
color: #A5DF82;
}
</style>
background-color css
<style>
a { background-color: #A5DF82; }
a { background-color: rgb(165,223,130); }
div.DivClassName
{
background-color: #A5DF82;
}
.BgClassName
{
background-color: #A5DF82;
}
</style>
border-color css
<style>
span { border-color: #A5DF82; }
span { border-color: rgb(165,223,130); }
td.TdClassName
{
border-color: #A5DF82;
}
.TagClassName
{
border-color: #A5DF82;
}
</style>