Shades of Feijoa #A5D47D
Tints of Feijoa #A5D47D
RGB
CMYK
RGB Variations
Color information
#A5D47D (or 0xA5D47D) is known color: Feijoa. HEX triplet: A5, D4 and 7D. RGB value is (165,212,125). Sum of RGB (Red+Green+Blue) = 165+212+125=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D47D is #5A2B82. Grayscale: #BCBCBC. Windows color (decimal): -5909379 or 8246437. OLE color: 8246437.
HSL color Cylindrical-coordinate representation of color #A5D47D: hue angle of 92.41º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5D47D is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 212 | 125 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.17 |
| HSL | 92.41º | 0.5% | 0.66% | - |
| HSV(B) | 92.41º | 0.41% | 0.83% | - |
| XYZ | 42.76 | 56.57 | 28.07 | - |
| YUV | 188.03 | 92.43 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 212 | 125 | 0.22 | 0 | 0.41 | 0.17 | 92.41 | 0.5 | 0.66 |
| Hex | A5 | D4 | 7D | 16 | 0 | 29 | 11 | 5C | 32 | 42 |
| Octal | 245 | 324 | 175 | 26 | 0 | 51 | 21 | 134 | 62 | 102 |
| Binary | 10100101 | 11010100 | 1111101 | 10110 | 0 | 101001 | 10001 | 1011100 | 110010 | 1000010 |
Color Harmonies of #A5D47D
Complementary color
Monochromatic Colors of #A5D47D
Black with #A5D47D
Text Example
Text Example
White with #A5D47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D47D; }
p { color: rgb(165,212,125); }
H1.HeaderClassName
{
color: #A5D47D;
}
.AnyTagClassName
{
color: #A5D47D;
}
</style>
background-color css
<style>
a { background-color: #A5D47D; }
a { background-color: rgb(165,212,125); }
div.DivClassName
{
background-color: #A5D47D;
}
.BgClassName
{
background-color: #A5D47D;
}
</style>
border-color css
<style>
span { border-color: #A5D47D; }
span { border-color: rgb(165,212,125); }
td.TdClassName
{
border-color: #A5D47D;
}
.TagClassName
{
border-color: #A5D47D;
}
</style>