Shades of Feijoa #A0E984
Tints of Feijoa #A0E984
RGB
CMYK
RGB Variations
Color information
#A0E984 (or 0xA0E984) is known color: Feijoa. HEX triplet: A0, E9 and 84. RGB value is (160,233,132). Sum of RGB (Red+Green+Blue) = 160+233+132=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E984 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E984 is #5F167B. Grayscale: #C7C7C7. Windows color (decimal): -6231676 or 8710560. OLE color: 8710560.
HSL color Cylindrical-coordinate representation of color #A0E984: hue angle of 103.37º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0E984 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 132 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.09 |
| HSL | 103.37º | 0.7% | 0.72% | - |
| HSV(B) | 103.37º | 0.43% | 0.91% | - |
| XYZ | 47.8 | 67.42 | 32.32 | - |
| YUV | 199.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 132 | 0.31 | 0 | 0.43 | 0.09 | 103.37 | 0.7 | 0.72 |
| Hex | A0 | E9 | 84 | 1F | 0 | 2B | 9 | 67 | 46 | 48 |
| Octal | 240 | 351 | 204 | 37 | 0 | 53 | 11 | 147 | 106 | 110 |
| Binary | 10100000 | 11101001 | 10000100 | 11111 | 0 | 101011 | 1001 | 1100111 | 1000110 | 1001000 |
Color Harmonies of #A0E984
Complementary color
Monochromatic Colors of #A0E984
Black with #A0E984
Text Example
Text Example
White with #A0E984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E984; }
p { color: rgb(160,233,132); }
H1.HeaderClassName
{
color: #A0E984;
}
.AnyTagClassName
{
color: #A0E984;
}
</style>
background-color css
<style>
a { background-color: #A0E984; }
a { background-color: rgb(160,233,132); }
div.DivClassName
{
background-color: #A0E984;
}
.BgClassName
{
background-color: #A0E984;
}
</style>
border-color css
<style>
span { border-color: #A0E984; }
span { border-color: rgb(160,233,132); }
td.TdClassName
{
border-color: #A0E984;
}
.TagClassName
{
border-color: #A0E984;
}
</style>