Shades of Feijoa #A4DA7F
Tints of Feijoa #A4DA7F
RGB
CMYK
RGB Variations
Color information
#A4DA7F (or 0xA4DA7F) is known color: Feijoa. HEX triplet: A4, DA and 7F. RGB value is (164,218,127). Sum of RGB (Red+Green+Blue) = 164+218+127=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DA7F is #5B2580. Grayscale: #BFBFBF. Windows color (decimal): -5973377 or 8379044. OLE color: 8379044.
HSL color Cylindrical-coordinate representation of color #A4DA7F: hue angle of 95.6º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4DA7F is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 127 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.15 |
| HSL | 95.6º | 0.55% | 0.68% | - |
| HSV(B) | 95.6º | 0.42% | 0.85% | - |
| XYZ | 44.21 | 59.57 | 29.25 | - |
| YUV | 191.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 127 | 0.25 | 0 | 0.42 | 0.15 | 95.6 | 0.55 | 0.68 |
| Hex | A4 | DA | 7F | 19 | 0 | 2A | F | 60 | 37 | 44 |
| Octal | 244 | 332 | 177 | 31 | 0 | 52 | 17 | 140 | 67 | 104 |
| Binary | 10100100 | 11011010 | 1111111 | 11001 | 0 | 101010 | 1111 | 1100000 | 110111 | 1000100 |
Color Harmonies of #A4DA7F
Complementary color
Monochromatic Colors of #A4DA7F
Black with #A4DA7F
Text Example
Text Example
White with #A4DA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DA7F; }
p { color: rgb(164,218,127); }
H1.HeaderClassName
{
color: #A4DA7F;
}
.AnyTagClassName
{
color: #A4DA7F;
}
</style>
background-color css
<style>
a { background-color: #A4DA7F; }
a { background-color: rgb(164,218,127); }
div.DivClassName
{
background-color: #A4DA7F;
}
.BgClassName
{
background-color: #A4DA7F;
}
</style>
border-color css
<style>
span { border-color: #A4DA7F; }
span { border-color: rgb(164,218,127); }
td.TdClassName
{
border-color: #A4DA7F;
}
.TagClassName
{
border-color: #A4DA7F;
}
</style>