Shades of Feijoa #A4DA81
Tints of Feijoa #A4DA81
RGB
CMYK
RGB Variations
Color information
#A4DA81 (or 0xA4DA81) is known color: Feijoa. HEX triplet: A4, DA and 81. RGB value is (164,218,129). Sum of RGB (Red+Green+Blue) = 164+218+129=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DA81 is #5B257E. Grayscale: #C0C0C0. Windows color (decimal): -5973375 or 8510116. OLE color: 8510116.
HSL color Cylindrical-coordinate representation of color #A4DA81: hue angle of 96.4º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4DA81 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 129 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.15 |
| HSL | 96.4º | 0.55% | 0.68% | - |
| HSV(B) | 96.4º | 0.41% | 0.85% | - |
| XYZ | 44.34 | 59.62 | 29.94 | - |
| YUV | 191.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 129 | 0.25 | 0 | 0.41 | 0.15 | 96.4 | 0.55 | 0.68 |
| Hex | A4 | DA | 81 | 19 | 0 | 29 | F | 60 | 37 | 44 |
| Octal | 244 | 332 | 201 | 31 | 0 | 51 | 17 | 140 | 67 | 104 |
| Binary | 10100100 | 11011010 | 10000001 | 11001 | 0 | 101001 | 1111 | 1100000 | 110111 | 1000100 |
Color Harmonies of #A4DA81
Complementary color
Monochromatic Colors of #A4DA81
Black with #A4DA81
Text Example
Text Example
White with #A4DA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DA81; }
p { color: rgb(164,218,129); }
H1.HeaderClassName
{
color: #A4DA81;
}
.AnyTagClassName
{
color: #A4DA81;
}
</style>
background-color css
<style>
a { background-color: #A4DA81; }
a { background-color: rgb(164,218,129); }
div.DivClassName
{
background-color: #A4DA81;
}
.BgClassName
{
background-color: #A4DA81;
}
</style>
border-color css
<style>
span { border-color: #A4DA81; }
span { border-color: rgb(164,218,129); }
td.TdClassName
{
border-color: #A4DA81;
}
.TagClassName
{
border-color: #A4DA81;
}
</style>