Shades of Feijoa #A0E982
Tints of Feijoa #A0E982
RGB
CMYK
RGB Variations
Color information
#A0E982 (or 0xA0E982) is known color: Feijoa. HEX triplet: A0, E9 and 82. RGB value is (160,233,130). Sum of RGB (Red+Green+Blue) = 160+233+130=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E982 is #5F167D. Grayscale: #C7C7C7. Windows color (decimal): -6231678 or 8579488. OLE color: 8579488.
HSL color Cylindrical-coordinate representation of color #A0E982: hue angle of 102.52º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0E982 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 130 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.09 |
| HSL | 102.52º | 0.7% | 0.71% | - |
| HSV(B) | 102.52º | 0.44% | 0.91% | - |
| XYZ | 47.67 | 67.36 | 31.61 | - |
| YUV | 199.43 | 88.82 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 130 | 0.31 | 0 | 0.44 | 0.09 | 102.52 | 0.7 | 0.71 |
| Hex | A0 | E9 | 82 | 1F | 0 | 2C | 9 | 67 | 46 | 47 |
| Octal | 240 | 351 | 202 | 37 | 0 | 54 | 11 | 147 | 106 | 107 |
| Binary | 10100000 | 11101001 | 10000010 | 11111 | 0 | 101100 | 1001 | 1100111 | 1000110 | 1000111 |
Color Harmonies of #A0E982
Complementary color
Monochromatic Colors of #A0E982
Black with #A0E982
Text Example
Text Example
White with #A0E982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E982; }
p { color: rgb(160,233,130); }
H1.HeaderClassName
{
color: #A0E982;
}
.AnyTagClassName
{
color: #A0E982;
}
</style>
background-color css
<style>
a { background-color: #A0E982; }
a { background-color: rgb(160,233,130); }
div.DivClassName
{
background-color: #A0E982;
}
.BgClassName
{
background-color: #A0E982;
}
</style>
border-color css
<style>
span { border-color: #A0E982; }
span { border-color: rgb(160,233,130); }
td.TdClassName
{
border-color: #A0E982;
}
.TagClassName
{
border-color: #A0E982;
}
</style>