Shades of Feijoa #A5DD7F
Tints of Feijoa #A5DD7F
RGB
CMYK
RGB Variations
Color information
#A5DD7F (or 0xA5DD7F) is known color: Feijoa. HEX triplet: A5, DD and 7F. RGB value is (165,221,127). Sum of RGB (Red+Green+Blue) = 165+221+127=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD7F is #5A2280. Grayscale: #C1C1C1. Windows color (decimal): -5907073 or 8379813. OLE color: 8379813.
HSL color Cylindrical-coordinate representation of color #A5DD7F: hue angle of 95.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5DD7F is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 127 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.13 |
| HSL | 95.74º | 0.58% | 0.68% | - |
| HSV(B) | 95.74º | 0.43% | 0.87% | - |
| XYZ | 45.2 | 61.24 | 29.52 | - |
| YUV | 193.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 127 | 0.25 | 0 | 0.43 | 0.13 | 95.74 | 0.58 | 0.68 |
| Hex | A5 | DD | 7F | 19 | 0 | 2B | D | 60 | 3A | 44 |
| Octal | 245 | 335 | 177 | 31 | 0 | 53 | 15 | 140 | 72 | 104 |
| Binary | 10100101 | 11011101 | 1111111 | 11001 | 0 | 101011 | 1101 | 1100000 | 111010 | 1000100 |
Color Harmonies of #A5DD7F
Complementary color
Monochromatic Colors of #A5DD7F
Black with #A5DD7F
Text Example
Text Example
White with #A5DD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DD7F; }
p { color: rgb(165,221,127); }
H1.HeaderClassName
{
color: #A5DD7F;
}
.AnyTagClassName
{
color: #A5DD7F;
}
</style>
background-color css
<style>
a { background-color: #A5DD7F; }
a { background-color: rgb(165,221,127); }
div.DivClassName
{
background-color: #A5DD7F;
}
.BgClassName
{
background-color: #A5DD7F;
}
</style>
border-color css
<style>
span { border-color: #A5DD7F; }
span { border-color: rgb(165,221,127); }
td.TdClassName
{
border-color: #A5DD7F;
}
.TagClassName
{
border-color: #A5DD7F;
}
</style>