Shades of Feijoa #A5E86D
Tints of Feijoa #A5E86D
RGB
CMYK
RGB Variations
Color information
#A5E86D (or 0xA5E86D) is known color: Feijoa. HEX triplet: A5, E8 and 6D. RGB value is (165,232,109). Sum of RGB (Red+Green+Blue) = 165+232+109=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E86D is #5A1792. Grayscale: #C6C6C6. Windows color (decimal): -5904275 or 7202981. OLE color: 7202981.
HSL color Cylindrical-coordinate representation of color #A5E86D: hue angle of 92.68º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5E86D is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 109 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.09 |
| HSL | 92.68º | 0.73% | 0.67% | - |
| HSV(B) | 92.68º | 0.53% | 0.91% | - |
| XYZ | 47.13 | 66.82 | 24.88 | - |
| YUV | 197.95 | 77.8 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 109 | 0.29 | 0 | 0.53 | 0.09 | 92.68 | 0.73 | 0.67 |
| Hex | A5 | E8 | 6D | 1D | 0 | 35 | 9 | 5D | 49 | 43 |
| Octal | 245 | 350 | 155 | 35 | 0 | 65 | 11 | 135 | 111 | 103 |
| Binary | 10100101 | 11101000 | 1101101 | 11101 | 0 | 110101 | 1001 | 1011101 | 1001001 | 1000011 |
Color Harmonies of #A5E86D
Complementary color
Monochromatic Colors of #A5E86D
Black with #A5E86D
Text Example
Text Example
White with #A5E86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E86D; }
p { color: rgb(165,232,109); }
H1.HeaderClassName
{
color: #A5E86D;
}
.AnyTagClassName
{
color: #A5E86D;
}
</style>
background-color css
<style>
a { background-color: #A5E86D; }
a { background-color: rgb(165,232,109); }
div.DivClassName
{
background-color: #A5E86D;
}
.BgClassName
{
background-color: #A5E86D;
}
</style>
border-color css
<style>
span { border-color: #A5E86D; }
span { border-color: rgb(165,232,109); }
td.TdClassName
{
border-color: #A5E86D;
}
.TagClassName
{
border-color: #A5E86D;
}
</style>