Shades of Feijoa #A4D982
Tints of Feijoa #A4D982
RGB
CMYK
RGB Variations
Color information
#A4D982 (or 0xA4D982) is known color: Feijoa. HEX triplet: A4, D9 and 82. RGB value is (164,217,130). Sum of RGB (Red+Green+Blue) = 164+217+130=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D982 is #5B267D. Grayscale: #BFBFBF. Windows color (decimal): -5973630 or 8575396. OLE color: 8575396.
HSL color Cylindrical-coordinate representation of color #A4D982: hue angle of 96.55º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4D982 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 130 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.15 |
| HSL | 96.55º | 0.53% | 0.68% | - |
| HSV(B) | 96.55º | 0.4% | 0.85% | - |
| XYZ | 44.15 | 59.13 | 30.21 | - |
| YUV | 191.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 130 | 0.24 | 0 | 0.40 | 0.15 | 96.55 | 0.53 | 0.68 |
| Hex | A4 | D9 | 82 | 18 | 0 | 28 | F | 61 | 35 | 44 |
| Octal | 244 | 331 | 202 | 30 | 0 | 50 | 17 | 141 | 65 | 104 |
| Binary | 10100100 | 11011001 | 10000010 | 11000 | 0 | 101000 | 1111 | 1100001 | 110101 | 1000100 |
Color Harmonies of #A4D982
Complementary color
Monochromatic Colors of #A4D982
Black with #A4D982
Text Example
Text Example
White with #A4D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D982; }
p { color: rgb(164,217,130); }
H1.HeaderClassName
{
color: #A4D982;
}
.AnyTagClassName
{
color: #A4D982;
}
</style>
background-color css
<style>
a { background-color: #A4D982; }
a { background-color: rgb(164,217,130); }
div.DivClassName
{
background-color: #A4D982;
}
.BgClassName
{
background-color: #A4D982;
}
</style>
border-color css
<style>
span { border-color: #A4D982; }
span { border-color: rgb(164,217,130); }
td.TdClassName
{
border-color: #A4D982;
}
.TagClassName
{
border-color: #A4D982;
}
</style>