Shades of Feijoa #A5D68E
Tints of Feijoa #A5D68E
RGB
CMYK
RGB Variations
Color information
#A5D68E (or 0xA5D68E) is known color: Feijoa. HEX triplet: A5, D6 and 8E. RGB value is (165,214,142). Sum of RGB (Red+Green+Blue) = 165+214+142=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D68E is #5A2971. Grayscale: #BFBFBF. Windows color (decimal): -5908850 or 9361061. OLE color: 9361061.
HSL color Cylindrical-coordinate representation of color #A5D68E: hue angle of 100.83º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5D68E is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 142 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.16 |
| HSL | 100.83º | 0.47% | 0.7% | - |
| HSV(B) | 100.83º | 0.34% | 0.84% | - |
| XYZ | 44.45 | 58.05 | 34.45 | - |
| YUV | 191.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 142 | 0.23 | 0 | 0.34 | 0.16 | 100.83 | 0.47 | 0.7 |
| Hex | A5 | D6 | 8E | 17 | 0 | 22 | 10 | 65 | 2F | 46 |
| Octal | 245 | 326 | 216 | 27 | 0 | 42 | 20 | 145 | 57 | 106 |
| Binary | 10100101 | 11010110 | 10001110 | 10111 | 0 | 100010 | 10000 | 1100101 | 101111 | 1000110 |
Color Harmonies of #A5D68E
Complementary color
Monochromatic Colors of #A5D68E
Black with #A5D68E
Text Example
Text Example
White with #A5D68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D68E; }
p { color: rgb(165,214,142); }
H1.HeaderClassName
{
color: #A5D68E;
}
.AnyTagClassName
{
color: #A5D68E;
}
</style>
background-color css
<style>
a { background-color: #A5D68E; }
a { background-color: rgb(165,214,142); }
div.DivClassName
{
background-color: #A5D68E;
}
.BgClassName
{
background-color: #A5D68E;
}
</style>
border-color css
<style>
span { border-color: #A5D68E; }
span { border-color: rgb(165,214,142); }
td.TdClassName
{
border-color: #A5D68E;
}
.TagClassName
{
border-color: #A5D68E;
}
</style>