Shades of Feijoa #A0EE6E
Tints of Feijoa #A0EE6E
RGB
CMYK
RGB Variations
Color information
#A0EE6E (or 0xA0EE6E) is known color: Feijoa. HEX triplet: A0, EE and 6E. RGB value is (160,238,110). Sum of RGB (Red+Green+Blue) = 160+238+110=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EE6E is #5F1191. Grayscale: #C8C8C8. Windows color (decimal): -6230418 or 7270048. OLE color: 7270048.
HSL color Cylindrical-coordinate representation of color #A0EE6E: hue angle of 96.56º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0EE6E is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 110 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.07 |
| HSL | 96.56º | 0.79% | 0.68% | - |
| HSV(B) | 96.56º | 0.54% | 0.93% | - |
| XYZ | 47.89 | 69.75 | 25.69 | - |
| YUV | 200.09 | 77.16 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 110 | 0.33 | 0 | 0.54 | 0.07 | 96.56 | 0.79 | 0.68 |
| Hex | A0 | EE | 6E | 21 | 0 | 36 | 7 | 61 | 4F | 44 |
| Octal | 240 | 356 | 156 | 41 | 0 | 66 | 7 | 141 | 117 | 104 |
| Binary | 10100000 | 11101110 | 1101110 | 100001 | 0 | 110110 | 111 | 1100001 | 1001111 | 1000100 |
Color Harmonies of #A0EE6E
Complementary color
Monochromatic Colors of #A0EE6E
Black with #A0EE6E
Text Example
Text Example
White with #A0EE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE6E; }
p { color: rgb(160,238,110); }
H1.HeaderClassName
{
color: #A0EE6E;
}
.AnyTagClassName
{
color: #A0EE6E;
}
</style>
background-color css
<style>
a { background-color: #A0EE6E; }
a { background-color: rgb(160,238,110); }
div.DivClassName
{
background-color: #A0EE6E;
}
.BgClassName
{
background-color: #A0EE6E;
}
</style>
border-color css
<style>
span { border-color: #A0EE6E; }
span { border-color: rgb(160,238,110); }
td.TdClassName
{
border-color: #A0EE6E;
}
.TagClassName
{
border-color: #A0EE6E;
}
</style>