Shades of Feijoa #A9EA82
Tints of Feijoa #A9EA82
RGB
CMYK
RGB Variations
Color information
#A9EA82 (or 0xA9EA82) is known color: Feijoa. HEX triplet: A9, EA and 82. RGB value is (169,234,130). Sum of RGB (Red+Green+Blue) = 169+234+130=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EA82 is #56157D. Grayscale: #CBCBCB. Windows color (decimal): -5641598 or 8579753. OLE color: 8579753.
HSL color Cylindrical-coordinate representation of color #A9EA82: hue angle of 97.5º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9EA82 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 234 | 130 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.08 |
| HSL | 97.5º | 0.71% | 0.71% | - |
| HSV(B) | 97.5º | 0.44% | 0.92% | - |
| XYZ | 49.81 | 68.89 | 31.79 | - |
| YUV | 202.71 | 86.97 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 234 | 130 | 0.28 | 0 | 0.44 | 0.08 | 97.5 | 0.71 | 0.71 |
| Hex | A9 | EA | 82 | 1C | 0 | 2C | 8 | 62 | 47 | 47 |
| Octal | 251 | 352 | 202 | 34 | 0 | 54 | 10 | 142 | 107 | 107 |
| Binary | 10101001 | 11101010 | 10000010 | 11100 | 0 | 101100 | 1000 | 1100010 | 1000111 | 1000111 |
Color Harmonies of #A9EA82
Complementary color
Monochromatic Colors of #A9EA82
Black with #A9EA82
Text Example
Text Example
White with #A9EA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EA82; }
p { color: rgb(169,234,130); }
H1.HeaderClassName
{
color: #A9EA82;
}
.AnyTagClassName
{
color: #A9EA82;
}
</style>
background-color css
<style>
a { background-color: #A9EA82; }
a { background-color: rgb(169,234,130); }
div.DivClassName
{
background-color: #A9EA82;
}
.BgClassName
{
background-color: #A9EA82;
}
</style>
border-color css
<style>
span { border-color: #A9EA82; }
span { border-color: rgb(169,234,130); }
td.TdClassName
{
border-color: #A9EA82;
}
.TagClassName
{
border-color: #A9EA82;
}
</style>