Shades of Feijoa #A5E67D
Tints of Feijoa #A5E67D
RGB
CMYK
RGB Variations
Color information
#A5E67D (or 0xA5E67D) is known color: Feijoa. HEX triplet: A5, E6 and 7D. RGB value is (165,230,125). Sum of RGB (Red+Green+Blue) = 165+230+125=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E67D is #5A1982. Grayscale: #C6C6C6. Windows color (decimal): -5904771 or 8251045. OLE color: 8251045.
HSL color Cylindrical-coordinate representation of color #A5E67D: hue angle of 97.14º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5E67D is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 125 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.10 |
| HSL | 97.14º | 0.68% | 0.7% | - |
| HSV(B) | 97.14º | 0.46% | 0.9% | - |
| XYZ | 47.52 | 66.07 | 29.65 | - |
| YUV | 198.6 | 86.47 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 125 | 0.28 | 0 | 0.46 | 0.10 | 97.14 | 0.68 | 0.7 |
| Hex | A5 | E6 | 7D | 1C | 0 | 2E | A | 61 | 44 | 46 |
| Octal | 245 | 346 | 175 | 34 | 0 | 56 | 12 | 141 | 104 | 106 |
| Binary | 10100101 | 11100110 | 1111101 | 11100 | 0 | 101110 | 1010 | 1100001 | 1000100 | 1000110 |
Color Harmonies of #A5E67D
Complementary color
Monochromatic Colors of #A5E67D
Black with #A5E67D
Text Example
Text Example
White with #A5E67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E67D; }
p { color: rgb(165,230,125); }
H1.HeaderClassName
{
color: #A5E67D;
}
.AnyTagClassName
{
color: #A5E67D;
}
</style>
background-color css
<style>
a { background-color: #A5E67D; }
a { background-color: rgb(165,230,125); }
div.DivClassName
{
background-color: #A5E67D;
}
.BgClassName
{
background-color: #A5E67D;
}
</style>
border-color css
<style>
span { border-color: #A5E67D; }
span { border-color: rgb(165,230,125); }
td.TdClassName
{
border-color: #A5E67D;
}
.TagClassName
{
border-color: #A5E67D;
}
</style>