Shades of Feijoa #A4DA71
Tints of Feijoa #A4DA71
RGB
CMYK
RGB Variations
Color information
#A4DA71 (or 0xA4DA71) is known color: Feijoa. HEX triplet: A4, DA and 71. RGB value is (164,218,113). Sum of RGB (Red+Green+Blue) = 164+218+113=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DA71 is #5B258E. Grayscale: #BEBEBE. Windows color (decimal): -5973391 or 7461540. OLE color: 7461540.
HSL color Cylindrical-coordinate representation of color #A4DA71: hue angle of 90.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4DA71 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 113 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.15 |
| HSL | 90.86º | 0.59% | 0.65% | - |
| HSV(B) | 90.86º | 0.48% | 0.85% | - |
| XYZ | 43.36 | 59.23 | 24.77 | - |
| YUV | 189.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 113 | 0.25 | 0 | 0.48 | 0.15 | 90.86 | 0.59 | 0.65 |
| Hex | A4 | DA | 71 | 19 | 0 | 30 | F | 5B | 3B | 41 |
| Octal | 244 | 332 | 161 | 31 | 0 | 60 | 17 | 133 | 73 | 101 |
| Binary | 10100100 | 11011010 | 1110001 | 11001 | 0 | 110000 | 1111 | 1011011 | 111011 | 1000001 |
Color Harmonies of #A4DA71
Complementary color
Monochromatic Colors of #A4DA71
Black with #A4DA71
Text Example
Text Example
White with #A4DA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DA71; }
p { color: rgb(164,218,113); }
H1.HeaderClassName
{
color: #A4DA71;
}
.AnyTagClassName
{
color: #A4DA71;
}
</style>
background-color css
<style>
a { background-color: #A4DA71; }
a { background-color: rgb(164,218,113); }
div.DivClassName
{
background-color: #A4DA71;
}
.BgClassName
{
background-color: #A4DA71;
}
</style>
border-color css
<style>
span { border-color: #A4DA71; }
span { border-color: rgb(164,218,113); }
td.TdClassName
{
border-color: #A4DA71;
}
.TagClassName
{
border-color: #A4DA71;
}
</style>