Shades of Feijoa #A5DF70
Tints of Feijoa #A5DF70
RGB
CMYK
RGB Variations
Color information
#A5DF70 (or 0xA5DF70) is known color: Feijoa. HEX triplet: A5, DF and 70. RGB value is (165,223,112). Sum of RGB (Red+Green+Blue) = 165+223+112=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF70 is #5A208F. Grayscale: #C1C1C1. Windows color (decimal): -5906576 or 7397285. OLE color: 7397285.
HSL color Cylindrical-coordinate representation of color #A5DF70: hue angle of 91.35º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5DF70 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 112 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.13 |
| HSL | 91.35º | 0.63% | 0.66% | - |
| HSV(B) | 91.35º | 0.5% | 0.87% | - |
| XYZ | 44.83 | 61.94 | 24.92 | - |
| YUV | 193 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 112 | 0.26 | 0 | 0.50 | 0.13 | 91.35 | 0.63 | 0.66 |
| Hex | A5 | DF | 70 | 1A | 0 | 32 | D | 5B | 3F | 42 |
| Octal | 245 | 337 | 160 | 32 | 0 | 62 | 15 | 133 | 77 | 102 |
| Binary | 10100101 | 11011111 | 1110000 | 11010 | 0 | 110010 | 1101 | 1011011 | 111111 | 1000010 |
Color Harmonies of #A5DF70
Complementary color
Monochromatic Colors of #A5DF70
Black with #A5DF70
Text Example
Text Example
White with #A5DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF70; }
p { color: rgb(165,223,112); }
H1.HeaderClassName
{
color: #A5DF70;
}
.AnyTagClassName
{
color: #A5DF70;
}
</style>
background-color css
<style>
a { background-color: #A5DF70; }
a { background-color: rgb(165,223,112); }
div.DivClassName
{
background-color: #A5DF70;
}
.BgClassName
{
background-color: #A5DF70;
}
</style>
border-color css
<style>
span { border-color: #A5DF70; }
span { border-color: rgb(165,223,112); }
td.TdClassName
{
border-color: #A5DF70;
}
.TagClassName
{
border-color: #A5DF70;
}
</style>