Shades of Feijoa #A0E384
Tints of Feijoa #A0E384
RGB
CMYK
RGB Variations
Color information
#A0E384 (or 0xA0E384) is known color: Feijoa. HEX triplet: A0, E3 and 84. RGB value is (160,227,132). Sum of RGB (Red+Green+Blue) = 160+227+132=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E384 is #5F1C7B. Grayscale: #C4C4C4. Windows color (decimal): -6233212 or 8709024. OLE color: 8709024.
HSL color Cylindrical-coordinate representation of color #A0E384: hue angle of 102.32º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0E384 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 132 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.11 |
| HSL | 102.32º | 0.63% | 0.7% | - |
| HSV(B) | 102.32º | 0.42% | 0.89% | - |
| XYZ | 46.13 | 64.08 | 31.77 | - |
| YUV | 196.14 | 91.8 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 132 | 0.30 | 0 | 0.42 | 0.11 | 102.32 | 0.63 | 0.7 |
| Hex | A0 | E3 | 84 | 1E | 0 | 2A | B | 66 | 3F | 46 |
| Octal | 240 | 343 | 204 | 36 | 0 | 52 | 13 | 146 | 77 | 106 |
| Binary | 10100000 | 11100011 | 10000100 | 11110 | 0 | 101010 | 1011 | 1100110 | 111111 | 1000110 |
Color Harmonies of #A0E384
Complementary color
Monochromatic Colors of #A0E384
Black with #A0E384
Text Example
Text Example
White with #A0E384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E384; }
p { color: rgb(160,227,132); }
H1.HeaderClassName
{
color: #A0E384;
}
.AnyTagClassName
{
color: #A0E384;
}
</style>
background-color css
<style>
a { background-color: #A0E384; }
a { background-color: rgb(160,227,132); }
div.DivClassName
{
background-color: #A0E384;
}
.BgClassName
{
background-color: #A0E384;
}
</style>
border-color css
<style>
span { border-color: #A0E384; }
span { border-color: rgb(160,227,132); }
td.TdClassName
{
border-color: #A0E384;
}
.TagClassName
{
border-color: #A0E384;
}
</style>