Shades of Feijoa #A4C982
Tints of Feijoa #A4C982
RGB
CMYK
RGB Variations
Color information
#A4C982 (or 0xA4C982) is known color: Feijoa. HEX triplet: A4, C9 and 82. RGB value is (164,201,130). Sum of RGB (Red+Green+Blue) = 164+201+130=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C982 is #5B367D. Grayscale: #B6B6B6. Windows color (decimal): -5977726 or 8571300. OLE color: 8571300.
HSL color Cylindrical-coordinate representation of color #A4C982: hue angle of 91.27º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4C982 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 130 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.21 |
| HSL | 91.27º | 0.4% | 0.65% | - |
| HSV(B) | 91.27º | 0.35% | 0.79% | - |
| XYZ | 40.23 | 51.28 | 28.9 | - |
| YUV | 181.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 130 | 0.18 | 0 | 0.35 | 0.21 | 91.27 | 0.4 | 0.65 |
| Hex | A4 | C9 | 82 | 12 | 0 | 23 | 15 | 5B | 28 | 41 |
| Octal | 244 | 311 | 202 | 22 | 0 | 43 | 25 | 133 | 50 | 101 |
| Binary | 10100100 | 11001001 | 10000010 | 10010 | 0 | 100011 | 10101 | 1011011 | 101000 | 1000001 |
Color Harmonies of #A4C982
Complementary color
Monochromatic Colors of #A4C982
Black with #A4C982
Text Example
Text Example
White with #A4C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C982; }
p { color: rgb(164,201,130); }
H1.HeaderClassName
{
color: #A4C982;
}
.AnyTagClassName
{
color: #A4C982;
}
</style>
background-color css
<style>
a { background-color: #A4C982; }
a { background-color: rgb(164,201,130); }
div.DivClassName
{
background-color: #A4C982;
}
.BgClassName
{
background-color: #A4C982;
}
</style>
border-color css
<style>
span { border-color: #A4C982; }
span { border-color: rgb(164,201,130); }
td.TdClassName
{
border-color: #A4C982;
}
.TagClassName
{
border-color: #A4C982;
}
</style>