Shades of Feijoa #A5DB7D
Tints of Feijoa #A5DB7D
RGB
CMYK
RGB Variations
Color information
#A5DB7D (or 0xA5DB7D) is known color: Feijoa. HEX triplet: A5, DB and 7D. RGB value is (165,219,125). Sum of RGB (Red+Green+Blue) = 165+219+125=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB7D is #5A2482. Grayscale: #C0C0C0. Windows color (decimal): -5907587 or 8248229. OLE color: 8248229.
HSL color Cylindrical-coordinate representation of color #A5DB7D: hue angle of 94.47º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5DB7D is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 125 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.14 |
| HSL | 94.47º | 0.57% | 0.67% | - |
| HSV(B) | 94.47º | 0.43% | 0.86% | - |
| XYZ | 44.55 | 60.14 | 28.66 | - |
| YUV | 192.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 125 | 0.25 | 0 | 0.43 | 0.14 | 94.47 | 0.57 | 0.67 |
| Hex | A5 | DB | 7D | 19 | 0 | 2B | E | 5E | 39 | 43 |
| Octal | 245 | 333 | 175 | 31 | 0 | 53 | 16 | 136 | 71 | 103 |
| Binary | 10100101 | 11011011 | 1111101 | 11001 | 0 | 101011 | 1110 | 1011110 | 111001 | 1000011 |
Color Harmonies of #A5DB7D
Complementary color
Monochromatic Colors of #A5DB7D
Black with #A5DB7D
Text Example
Text Example
White with #A5DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB7D; }
p { color: rgb(165,219,125); }
H1.HeaderClassName
{
color: #A5DB7D;
}
.AnyTagClassName
{
color: #A5DB7D;
}
</style>
background-color css
<style>
a { background-color: #A5DB7D; }
a { background-color: rgb(165,219,125); }
div.DivClassName
{
background-color: #A5DB7D;
}
.BgClassName
{
background-color: #A5DB7D;
}
</style>
border-color css
<style>
span { border-color: #A5DB7D; }
span { border-color: rgb(165,219,125); }
td.TdClassName
{
border-color: #A5DB7D;
}
.TagClassName
{
border-color: #A5DB7D;
}
</style>