Shades of Feijoa #A5D48D
Tints of Feijoa #A5D48D
RGB
CMYK
RGB Variations
Color information
#A5D48D (or 0xA5D48D) is known color: Feijoa. HEX triplet: A5, D4 and 8D. RGB value is (165,212,141). Sum of RGB (Red+Green+Blue) = 165+212+141=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D48D is #5A2B72. Grayscale: #BEBEBE. Windows color (decimal): -5909363 or 9295013. OLE color: 9295013.
HSL color Cylindrical-coordinate representation of color #A5D48D: hue angle of 99.72º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5D48D is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 212 | 141 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.17 |
| HSL | 99.72º | 0.45% | 0.69% | - |
| HSV(B) | 99.72º | 0.33% | 0.83% | - |
| XYZ | 43.87 | 57.01 | 33.89 | - |
| YUV | 189.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 212 | 141 | 0.22 | 0 | 0.33 | 0.17 | 99.72 | 0.45 | 0.69 |
| Hex | A5 | D4 | 8D | 16 | 0 | 21 | 11 | 64 | 2D | 45 |
| Octal | 245 | 324 | 215 | 26 | 0 | 41 | 21 | 144 | 55 | 105 |
| Binary | 10100101 | 11010100 | 10001101 | 10110 | 0 | 100001 | 10001 | 1100100 | 101101 | 1000101 |
Color Harmonies of #A5D48D
Complementary color
Monochromatic Colors of #A5D48D
Black with #A5D48D
Text Example
Text Example
White with #A5D48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D48D; }
p { color: rgb(165,212,141); }
H1.HeaderClassName
{
color: #A5D48D;
}
.AnyTagClassName
{
color: #A5D48D;
}
</style>
background-color css
<style>
a { background-color: #A5D48D; }
a { background-color: rgb(165,212,141); }
div.DivClassName
{
background-color: #A5D48D;
}
.BgClassName
{
background-color: #A5D48D;
}
</style>
border-color css
<style>
span { border-color: #A5D48D; }
span { border-color: rgb(165,212,141); }
td.TdClassName
{
border-color: #A5D48D;
}
.TagClassName
{
border-color: #A5D48D;
}
</style>